Struct gd32f1::gd32f190::can0::fafifo::W[][src]

pub struct W(_);

Register FAFIFO writer

Implementations

impl W[src]

pub fn faf0(&mut self) -> FAF0_W<'_>[src]

Bit 0 - Filter 0 associated FIFO

pub fn faf1(&mut self) -> FAF1_W<'_>[src]

Bit 1 - Filter 1 associated FIFO

pub fn faf2(&mut self) -> FAF2_W<'_>[src]

Bit 2 - Filter 2 associated FIFO

pub fn faf3(&mut self) -> FAF3_W<'_>[src]

Bit 3 - Filter 3 associated FIFO

pub fn faf4(&mut self) -> FAF4_W<'_>[src]

Bit 4 - Filter 4 associated FIFO

pub fn faf5(&mut self) -> FAF5_W<'_>[src]

Bit 5 - Filter 5 associated FIFO

pub fn faf6(&mut self) -> FAF6_W<'_>[src]

Bit 6 - Filter 6 associated FIFO

pub fn faf7(&mut self) -> FAF7_W<'_>[src]

Bit 7 - Filter 7 associated FIFO

pub fn faf8(&mut self) -> FAF8_W<'_>[src]

Bit 8 - Filter 8 associated FIFO

pub fn faf9(&mut self) -> FAF9_W<'_>[src]

Bit 9 - Filter 9 associated FIFO

pub fn faf10(&mut self) -> FAF10_W<'_>[src]

Bit 10 - Filter 10 associated FIFO

pub fn faf11(&mut self) -> FAF11_W<'_>[src]

Bit 11 - Filter 11 associated FIFO

pub fn faf12(&mut self) -> FAF12_W<'_>[src]

Bit 12 - Filter 12 associated FIFO

pub fn faf13(&mut self) -> FAF13_W<'_>[src]

Bit 13 - Filter 13 associated FIFO

pub fn faf14(&mut self) -> FAF14_W<'_>[src]

Bit 14 - Filter 14 associated FIFO

pub fn faf15(&mut self) -> FAF15_W<'_>[src]

Bit 15 - Filter 15 associated FIFO

pub fn faf16(&mut self) -> FAF16_W<'_>[src]

Bit 16 - Filter 16 associated FIFO

pub fn faf17(&mut self) -> FAF17_W<'_>[src]

Bit 17 - Filter 17 associated FIFO

pub fn faf18(&mut self) -> FAF18_W<'_>[src]

Bit 18 - Filter 18 associated FIFO

pub fn faf19(&mut self) -> FAF19_W<'_>[src]

Bit 19 - Filter 19 associated FIFO

pub fn faf20(&mut self) -> FAF20_W<'_>[src]

Bit 20 - Filter 20 associated FIFO

pub fn faf21(&mut self) -> FAF21_W<'_>[src]

Bit 21 - Filter 21 associated FIFO

pub fn faf22(&mut self) -> FAF22_W<'_>[src]

Bit 22 - Filter 22 associated FIFO

pub fn faf23(&mut self) -> FAF23_W<'_>[src]

Bit 23 - Filter 23 associated FIFO

pub fn faf24(&mut self) -> FAF24_W<'_>[src]

Bit 24 - Filter 24 associated FIFO

pub fn faf25(&mut self) -> FAF25_W<'_>[src]

Bit 25 - Filter 25 associated FIFO

pub fn faf26(&mut self) -> FAF26_W<'_>[src]

Bit 26 - Filter 26 associated FIFO

pub fn faf27(&mut self) -> FAF27_W<'_>[src]

Bit 27 - Filter 27 associated FIFO

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

Writes raw bits to the register.

Methods from Deref<Target = W<FAFIFO_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<FAFIFO_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<FAFIFO_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.