Type Alias USICS_W

Source
pub type USICS_W<'a, const O: u8> = FieldWriterSafe<'a, u8, USICR_SPEC, u8, USICS_A, 2, O>;
Expand description

Field USICS writer - USI Clock Source Select Bits

Aliased Type§

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

Implementations§

Source§

impl<'a, const O: u8> USICS_W<'a, O>

Source

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

No Clock/Software clock strobe

Source

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

Timer/Counter0 Compare Match

Source

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

External, positive edge

Source

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

External, negative edge