atsamd21g::evsys::channel

Type Alias PathW

Source
pub type PathW<'a, REG> = FieldWriter<'a, REG, 2, Pathselect>;
Expand description

Field PATH writer - Path Selection

Aliased Type§

struct PathW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> PathW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn synchronous(self) -> &'a mut W<REG>

Synchronous path

Source

pub fn resynchronized(self) -> &'a mut W<REG>

Resynchronized path

Source

pub fn asynchronous(self) -> &'a mut W<REG>

Asynchronous path