[][src]Struct k64::ftm2::outmask::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 ch0om(&mut self) -> _CH0OMW[src]

Bit 0 - Channel 0 Output Mask

pub fn ch1om(&mut self) -> _CH1OMW[src]

Bit 1 - Channel 1 Output Mask

pub fn ch2om(&mut self) -> _CH2OMW[src]

Bit 2 - Channel 2 Output Mask

pub fn ch3om(&mut self) -> _CH3OMW[src]

Bit 3 - Channel 3 Output Mask

pub fn ch4om(&mut self) -> _CH4OMW[src]

Bit 4 - Channel 4 Output Mask

pub fn ch5om(&mut self) -> _CH5OMW[src]

Bit 5 - Channel 5 Output Mask

pub fn ch6om(&mut self) -> _CH6OMW[src]

Bit 6 - Channel 6 Output Mask

pub fn ch7om(&mut self) -> _CH7OMW[src]

Bit 7 - Channel 7 Output Mask

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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]