pub struct R(_);
Expand description
Register CLKDIV
reader
Implementations§
§impl R
impl R
pub fn clk_divider0(&self) -> FieldReaderRaw<u8, u8>
pub fn clk_divider0(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - Clock divider0 value. Clock divisor is 2n, where n = 0 bypasses the divider (divisor of 1). For example, a value of 1 means divided by 21 = 2, a value of 0xFF means divided by 2*255 = 510, and so on.
pub fn clk_divider1(&self) -> FieldReaderRaw<u8, u8>
pub fn clk_divider1(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - Clock divider1 value. Clock divisor is 2n, where n = 0 bypasses the divider (divisor of 1). For example, a value of 1 means divided by 21 = 2, a value of 0xFF means divided by 2*255 = 510, and so on.
pub fn clk_divider2(&self) -> FieldReaderRaw<u8, u8>
pub fn clk_divider2(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23 - Clock divider2 value. Clock divisor is 2n, where n = 0 bypasses the divider (divisor of 1). For example, a value of 1 means divided by 21 = 2, a value of 0xFF means divided by 2*255 = 510, and so on.
pub fn clk_divider3(&self) -> FieldReaderRaw<u8, u8>
pub fn clk_divider3(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - Clock divider3 value. Clock divisor is 2n, where n = 0 bypasses the divider (divisor of 1). For example, a value of 1 means divided by 21 = 2, a value of 0xFF means divided by 2*255 = 510, and so on.
Methods from Deref<Target = R<CLKDIV_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.