Type Alias AsynchW

Source
pub type AsynchW<'a, REG> = FieldWriter<'a, REG, 16, Asynchselect>;
Expand description

Field ASYNCH writer - Asynchronous Edge Detection Mode

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> AsynchW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u16>,

Source

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

Edge detection is clock synchronously operated

Source

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

Edge detection is clock asynchronously operated