[][src]Type Definition imxrt1062_ccm_analog::pll_video_tog::R

type R = R<u32, PLL_VIDEO_TOG>;

Reader of register PLL_VIDEO_TOG

Methods

impl R[src]

pub fn div_select(&self) -> DIV_SELECT_R[src]

Bits 0:6 - This field controls the PLL loop divider. Valid range for DIV_SELECT divider value: 27~54.

pub fn powerdown(&self) -> POWERDOWN_R[src]

Bit 12 - Powers down the PLL.

pub fn enable(&self) -> ENABLE_R[src]

Bit 13 - Enalbe PLL output

pub fn bypass_clk_src(&self) -> BYPASS_CLK_SRC_R[src]

Bits 14:15 - Determines the bypass source.

pub fn bypass(&self) -> BYPASS_R[src]

Bit 16 - Bypass the PLL.

pub fn post_div_select(&self) -> POST_DIV_SELECT_R[src]

Bits 19:20 - These bits implement a divider after the PLL, but before the enable and bypass mux.

pub fn lock(&self) -> LOCK_R[src]

Bit 31 - 1 - PLL is currently locked; 0 - PLL is not currently locked.