[][src]Type Definition lpc54606_pac::syscon::can1clkdiv::R

type R = R<u32, CAN1CLKDIV>;

Reader of register CAN1CLKDIV

Methods

impl R[src]

pub fn div(&self) -> DIV_R[src]

Bits 0:7 - Clock divider value. 0: Divide by 1 up to 255: Divide by 256.

pub fn reset(&self) -> RESET_R[src]

Bit 29 - Resets the divider counter. Can be used to make sure a new divider value is used right away rather than completing the previous count.

pub fn halt(&self) -> HALT_R[src]

Bit 30 - Halts the divider counter.

pub fn reqflag(&self) -> REQFLAG_R[src]

Bit 31 - Divider status flag.