[][src]Struct imxrt1062_pmu::misc1_set::LVDS1_CLK_SEL_W

pub struct LVDS1_CLK_SEL_W<'a> { /* fields omitted */ }

Write proxy for field LVDS1_CLK_SEL

Methods

impl<'a> LVDS1_CLK_SEL_W<'a>[src]

pub fn variant(self, variant: LVDS1_CLK_SEL_A) -> &'a mut W[src]

Writes variant to the field

pub fn arm_pll(self) -> &'a mut W[src]

Arm PLL

pub fn sys_pll(self) -> &'a mut W[src]

System PLL

pub fn pfd4(self) -> &'a mut W[src]

ref_pfd4_clk == pll2_pfd0_clk

pub fn pfd5(self) -> &'a mut W[src]

ref_pfd5_clk == pll2_pfd1_clk

pub fn pfd6(self) -> &'a mut W[src]

ref_pfd6_clk == pll2_pfd2_clk

pub fn pfd7(self) -> &'a mut W[src]

ref_pfd7_clk == pll2_pfd3_clk

pub fn audio_pll(self) -> &'a mut W[src]

Audio PLL

pub fn video_pll(self) -> &'a mut W[src]

Video PLL

pub fn ethernet_ref(self) -> &'a mut W[src]

ethernet ref clock (ENET_PLL)

pub fn usb1_pll(self) -> &'a mut W[src]

USB1 PLL clock

pub fn usb2_pll(self) -> &'a mut W[src]

USB2 PLL clock

pub fn pfd0(self) -> &'a mut W[src]

ref_pfd0_clk == pll3_pfd0_clk

pub fn pfd1(self) -> &'a mut W[src]

ref_pfd1_clk == pll3_pfd1_clk

pub fn pfd2(self) -> &'a mut W[src]

ref_pfd2_clk == pll3_pfd2_clk

pub fn pfd3(self) -> &'a mut W[src]

ref_pfd3_clk == pll3_pfd3_clk

pub fn xtal(self) -> &'a mut W[src]

xtal (24M)

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for LVDS1_CLK_SEL_W<'a>

impl<'a> !Sync for LVDS1_CLK_SEL_W<'a>

impl<'a> Unpin for LVDS1_CLK_SEL_W<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.