Type Alias NmiasynchR

Source
pub type NmiasynchR = BitReader<Nmiasynchselect>;
Expand description

Field NMIASYNCH reader - Asynchronous Edge Detection Mode

Aliased Type§

struct NmiasynchR { /* private fields */ }

Implementations§

Source§

impl NmiasynchR

Source

pub const fn variant(&self) -> Nmiasynchselect

Get enumerated values variant

Source

pub fn is_sync(&self) -> bool

Edge detection is clock synchronously operated

Source

pub fn is_async(&self) -> bool

Edge detection is clock asynchronously operated