Type Alias atsamd21j::ac::compctrl::OUT_W

source ·
pub type OUT_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 2, O, OUTSELECT_A>;
Expand description

Field OUT writer - Output

Aliased Type§

struct OUT_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> OUT_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

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

source

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

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

source

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

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