[][src]Struct s32k144::ftm3::swoctrl::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 ch0oc(&mut self) -> _CH0OCW
[src]

Bit 0 - Channel 0 Software Output Control Enable

pub fn ch1oc(&mut self) -> _CH1OCW
[src]

Bit 1 - Channel 1 Software Output Control Enable

pub fn ch2oc(&mut self) -> _CH2OCW
[src]

Bit 2 - Channel 2 Software Output Control Enable

pub fn ch3oc(&mut self) -> _CH3OCW
[src]

Bit 3 - Channel 3 Software Output Control Enable

pub fn ch4oc(&mut self) -> _CH4OCW
[src]

Bit 4 - Channel 4 Software Output Control Enable

pub fn ch5oc(&mut self) -> _CH5OCW
[src]

Bit 5 - Channel 5 Software Output Control Enable

pub fn ch6oc(&mut self) -> _CH6OCW
[src]

Bit 6 - Channel 6 Software Output Control Enable

pub fn ch7oc(&mut self) -> _CH7OCW
[src]

Bit 7 - Channel 7 Software Output Control Enable

pub fn ch0ocv(&mut self) -> _CH0OCVW
[src]

Bit 8 - Channel 0 Software Output Control Value

pub fn ch1ocv(&mut self) -> _CH1OCVW
[src]

Bit 9 - Channel 1 Software Output Control Value

pub fn ch2ocv(&mut self) -> _CH2OCVW
[src]

Bit 10 - Channel 2 Software Output Control Value

pub fn ch3ocv(&mut self) -> _CH3OCVW
[src]

Bit 11 - Channel 3 Software Output Control Value

pub fn ch4ocv(&mut self) -> _CH4OCVW
[src]

Bit 12 - Channel 4 Software Output Control Value

pub fn ch5ocv(&mut self) -> _CH5OCVW
[src]

Bit 13 - Channel 5 Software Output Control Value

pub fn ch6ocv(&mut self) -> _CH6OCVW
[src]

Bit 14 - Channel 6 Software Output Control Value

pub fn ch7ocv(&mut self) -> _CH7OCVW
[src]

Bit 15 - Channel 7 Software Output Control Value

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]