Type Alias NmiasynchW

Source
pub type NmiasynchW<'a, REG> = BitWriter<'a, REG, Nmiasynchselect>;
Expand description

Field NMIASYNCH writer - Asynchronous Edge Detection Mode

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> NmiasynchW<'a, REG>
where REG: Writable + RegisterSpec,

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