pub type CS1_W<'a, const O: u8> = FieldWriterSafe<'a, u8, TCCR1_SPEC, u8, CS1_A, 4, O>;
Expand description
Field CS1
writer - Clock Select Bits
Aliased Type§
struct CS1_W<'a, const O: u8> { /* private fields */ }
Implementations§
source§impl<'a, const O: u8> CS1_W<'a, O>
impl<'a, const O: u8> CS1_W<'a, O>
sourcepub fn prescale_2(self) -> &'a mut W
pub fn prescale_2(self) -> &'a mut W
Running, CLK/2
sourcepub fn prescale_4(self) -> &'a mut W
pub fn prescale_4(self) -> &'a mut W
Running, CLK/4
sourcepub fn prescale_8(self) -> &'a mut W
pub fn prescale_8(self) -> &'a mut W
Running, CLK/8
sourcepub fn prescale_16(self) -> &'a mut W
pub fn prescale_16(self) -> &'a mut W
Running, CLK/16
sourcepub fn prescale_32(self) -> &'a mut W
pub fn prescale_32(self) -> &'a mut W
Running, CLK/32
sourcepub fn prescale_64(self) -> &'a mut W
pub fn prescale_64(self) -> &'a mut W
Running, CLK/64
sourcepub fn prescale_128(self) -> &'a mut W
pub fn prescale_128(self) -> &'a mut W
Running, CLK/128
sourcepub fn prescale_256(self) -> &'a mut W
pub fn prescale_256(self) -> &'a mut W
Running, CLK/256
sourcepub fn prescale_512(self) -> &'a mut W
pub fn prescale_512(self) -> &'a mut W
Running, CLK/512
sourcepub fn prescale_1024(self) -> &'a mut W
pub fn prescale_1024(self) -> &'a mut W
Running, CLK/1024
sourcepub fn prescale_2048(self) -> &'a mut W
pub fn prescale_2048(self) -> &'a mut W
Running, CLK/2048
sourcepub fn prescale_4096(self) -> &'a mut W
pub fn prescale_4096(self) -> &'a mut W
Running, CLK/4096
sourcepub fn prescale_8192(self) -> &'a mut W
pub fn prescale_8192(self) -> &'a mut W
Running, CLK/8192
sourcepub fn prescale_16384(self) -> &'a mut W
pub fn prescale_16384(self) -> &'a mut W
Running, CLK/16384