[][src]Struct stm32f4::stm32f469::dsihost::dsi_fir0::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn fpe4(&self) -> FPE4R
[src]

Bit 20 - Force PHY Error 4

pub fn fpe3(&self) -> FPE3R
[src]

Bit 19 - Force PHY Error 3

pub fn fpe2(&self) -> FPE2R
[src]

Bit 18 - Force PHY Error 2

pub fn fpe1(&self) -> FPE1R
[src]

Bit 17 - Force PHY Error 1

pub fn fpe0(&self) -> FPE0R
[src]

Bit 16 - Force PHY Error 0

pub fn fae15(&self) -> FAE15R
[src]

Bit 15 - Force Acknowledge Error 15

pub fn fae14(&self) -> FAE14R
[src]

Bit 14 - Force Acknowledge Error 14

pub fn fae13(&self) -> FAE13R
[src]

Bit 13 - Force Acknowledge Error 13

pub fn fae12(&self) -> FAE12R
[src]

Bit 12 - Force Acknowledge Error 12

pub fn fae11(&self) -> FAE11R
[src]

Bit 11 - Force Acknowledge Error 11

pub fn fae10(&self) -> FAE10R
[src]

Bit 10 - Force Acknowledge Error 10

pub fn fae9(&self) -> FAE9R
[src]

Bit 9 - Force Acknowledge Error 9

pub fn fae8(&self) -> FAE8R
[src]

Bit 8 - Force Acknowledge Error 8

pub fn fae7(&self) -> FAE7R
[src]

Bit 7 - Force Acknowledge Error 7

pub fn fae6(&self) -> FAE6R
[src]

Bit 6 - Force Acknowledge Error 6

pub fn fae5(&self) -> FAE5R
[src]

Bit 5 - Force Acknowledge Error 5

pub fn fae4(&self) -> FAE4R
[src]

Bit 4 - Force Acknowledge Error 4

pub fn fae3(&self) -> FAE3R
[src]

Bit 3 - Force Acknowledge Error 3

pub fn fae2(&self) -> FAE2R
[src]

Bit 2 - Force Acknowledge Error 2

pub fn fae1(&self) -> FAE1R
[src]

Bit 1 - Force Acknowledge Error 1

pub fn fae0(&self) -> FAE0R
[src]

Bit 0 - Force Acknowledge Error 0

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

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, 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]