Type Alias USICS_W

Source
pub type USICS_W<'a, REG> = FieldWriter<'a, REG, 2, USICS_A, Safe>;
Expand description

Field USICS writer - USI Clock Source Select Bits

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> USICS_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

No Clock/Software clock strobe

Source

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

Timer/Counter0 Compare Match

Source

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

External, positive edge

Source

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

External, negative edge