[][src]Type Definition lpc54606_pac::syscon::dmicclkdiv::W

type W = W<u32, DMICCLKDIV>;

Writer for register DMICCLKDIV

Methods

impl W[src]

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

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

pub fn reset(&mut self) -> RESET_W[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(&mut self) -> HALT_W[src]

Bit 30 - Halts the divider counter. The intent is to allow the divider clock source to be changed without the risk of a glitch at the output.

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

Bit 31 - Divider status flag.