Type Alias avr_device::attiny85::usi::usicr::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