[][src]Struct k64::ftm3::status::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 ch0f(&mut self) -> _CH0FW[src]

Bit 0 - Channel 0 Flag

pub fn ch1f(&mut self) -> _CH1FW[src]

Bit 1 - Channel 1 Flag

pub fn ch2f(&mut self) -> _CH2FW[src]

Bit 2 - Channel 2 Flag

pub fn ch3f(&mut self) -> _CH3FW[src]

Bit 3 - Channel 3 Flag

pub fn ch4f(&mut self) -> _CH4FW[src]

Bit 4 - Channel 4 Flag

pub fn ch5f(&mut self) -> _CH5FW[src]

Bit 5 - Channel 5 Flag

pub fn ch6f(&mut self) -> _CH6FW[src]

Bit 6 - Channel 6 Flag

pub fn ch7f(&mut self) -> _CH7FW[src]

Bit 7 - Channel 7 Flag

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]