pub type CS0_W<'a, REG> = FieldWriter<'a, REG, 3, CS0_A, Safe>;Expand description
Field CS0 writer - Clock Select
Aliased Type§
struct CS0_W<'a, REG> { /* private fields */ }Implementations§
Source§impl<'a, REG> CS0_W<'a, REG>
impl<'a, REG> CS0_W<'a, REG>
Sourcepub fn prescale_8(self) -> &'a mut W<REG>
pub fn prescale_8(self) -> &'a mut W<REG>
Running, CLK/8
Sourcepub fn prescale_64(self) -> &'a mut W<REG>
pub fn prescale_64(self) -> &'a mut W<REG>
Running, CLK/64
Sourcepub fn prescale_256(self) -> &'a mut W<REG>
pub fn prescale_256(self) -> &'a mut W<REG>
Running, CLK/256
Sourcepub fn prescale_1024(self) -> &'a mut W<REG>
pub fn prescale_1024(self) -> &'a mut W<REG>
Running, CLK/1024
Sourcepub fn ext_falling(self) -> &'a mut W<REG>
pub fn ext_falling(self) -> &'a mut W<REG>
Running, ExtClk Tx Falling Edge
Sourcepub fn ext_rising(self) -> &'a mut W<REG>
pub fn ext_rising(self) -> &'a mut W<REG>
Running, ExtClk Tx Rising Edge