[][src]Struct s32k144::flexio::shiftctl3::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]

Writes raw bits to the register

pub fn smod(&mut self) -> _SMODW
[src]

Bits 0:2 - Shifter Mode

pub fn pinpol(&mut self) -> _PINPOLW
[src]

Bit 7 - Shifter Pin Polarity

pub fn pinsel(&mut self) -> _PINSELW
[src]

Bits 8:10 - Shifter Pin Select

pub fn pincfg(&mut self) -> _PINCFGW
[src]

Bits 16:17 - Shifter Pin Configuration

pub fn timpol(&mut self) -> _TIMPOLW
[src]

Bit 23 - Timer Polarity

pub fn timsel(&mut self) -> _TIMSELW
[src]

Bits 24:25 - Timer Select

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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