atsamd21j::ac::compctrl

Type Alias OutR

Source
pub type OutR = FieldReader<Outselect>;
Expand description

Field OUT reader - Output

Aliased Type§

struct OutR { /* private fields */ }

Implementations§

Source§

impl OutR

Source

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

Get enumerated values variant

Source

pub fn is_off(&self) -> bool

The output of COMPn is not routed to the COMPn I/O port

Source

pub fn is_async(&self) -> bool

The asynchronous output of COMPn is routed to the COMPn I/O port

Source

pub fn is_sync(&self) -> bool

The synchronous output (including filtering) of COMPn is routed to the COMPn I/O port