Type Alias AsynchR

Source
pub type AsynchR = FieldReader<Asynchselect>;
Expand description

Field ASYNCH reader - Asynchronous Edge Detection Mode

Aliased Type§

struct AsynchR { /* private fields */ }

Implementations§

Source§

impl AsynchR

Source

pub const fn variant(&self) -> Option<Asynchselect>

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