Type Alias avr_device::atmega2560::tc3::tccr3b::CS3_W
source · pub type CS3_W<'a, const O: u8> = FieldWriterSafe<'a, u8, TCCR3B_SPEC, u8, CS3_A, 3, O>;Expand description
Field CS3 writer - Prescaler source of Timer/Counter 3
Aliased Type§
struct CS3_W<'a, const O: u8> { /* private fields */ }Implementations§
source§impl<'a, const O: u8> CS3_W<'a, O>
impl<'a, const O: u8> CS3_W<'a, O>
sourcepub fn prescale_8(self) -> &'a mut W
pub fn prescale_8(self) -> &'a mut W
Running, CLK/8
sourcepub fn prescale_64(self) -> &'a mut W
pub fn prescale_64(self) -> &'a mut W
Running, CLK/64
sourcepub fn prescale_256(self) -> &'a mut W
pub fn prescale_256(self) -> &'a mut W
Running, CLK/256
sourcepub fn prescale_1024(self) -> &'a mut W
pub fn prescale_1024(self) -> &'a mut W
Running, CLK/1024
sourcepub fn ext_falling(self) -> &'a mut W
pub fn ext_falling(self) -> &'a mut W
Running, ExtClk Tx Falling Edge
sourcepub fn ext_rising(self) -> &'a mut W
pub fn ext_rising(self) -> &'a mut W
Running, ExtClk Tx Rising Edge