[][src]Struct imxrt1062_ccm::ccosr::CLKO2_SEL_W

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

Write proxy for field CLKO2_SEL

Methods

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

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

Writes variant to the field

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

usdhc1_clk_root

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

lpi2c_clk_root

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

csi_clk_root

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

osc_clk

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

usdhc2_clk_root

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

sai1_clk_root

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

sai2_clk_root

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

sai3_clk_root (shared with ADC1 and ADC2 alt_clk root)

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

can_clk_root (FlexCAN, shared with CANFD)

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

flexspi_clk_root

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

uart_clk_root

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

spdif0_clk_root

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CLKO2_SEL_W<'a>

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

impl<'a> Unpin for CLKO2_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.