Embassy
stm32-metapac

Crates

git

Versions

stm32f769bg

Flavors

#[repr(transparent)]
pub struct Fir1(pub u32);
Expand description

DSI Host Force Interrupt Register 1.

Tuple Fields§

§0: u32

Implementations§

§

impl Fir1

pub const fn ftohstx(&self) -> bool

Force Timeout High-Speed Transmission.

pub fn set_ftohstx(&mut self, val: bool)

Force Timeout High-Speed Transmission.

pub const fn ftolprx(&self) -> bool

Force Timeout Low-Power Reception.

pub fn set_ftolprx(&mut self, val: bool)

Force Timeout Low-Power Reception.

pub const fn feccse(&self) -> bool

Force ECC Single-bit Error.

pub fn set_feccse(&mut self, val: bool)

Force ECC Single-bit Error.

pub const fn feccme(&self) -> bool

Force ECC Multi-bit Error.

pub fn set_feccme(&mut self, val: bool)

Force ECC Multi-bit Error.

pub const fn fcrce(&self) -> bool

Force CRC Error.

pub fn set_fcrce(&mut self, val: bool)

Force CRC Error.

pub const fn fpse(&self) -> bool

Force Packet Size Error.

pub fn set_fpse(&mut self, val: bool)

Force Packet Size Error.

pub const fn feotpe(&self) -> bool

Force EoTp Error.

pub fn set_feotpe(&mut self, val: bool)

Force EoTp Error.

pub const fn flpwre(&self) -> bool

Force LTDC Payload Write Error.

pub fn set_flpwre(&mut self, val: bool)

Force LTDC Payload Write Error.

pub const fn fgcwre(&self) -> bool

Force Generic Command Write Error.

pub fn set_fgcwre(&mut self, val: bool)

Force Generic Command Write Error.

pub const fn fgpwre(&self) -> bool

Force Generic Payload Write Error.

pub fn set_fgpwre(&mut self, val: bool)

Force Generic Payload Write Error.

pub const fn fgptxe(&self) -> bool

Force Generic Payload Transmit Error.

pub fn set_fgptxe(&mut self, val: bool)

Force Generic Payload Transmit Error.

pub const fn fgprde(&self) -> bool

Force Generic Payload Read Error.

pub fn set_fgprde(&mut self, val: bool)

Force Generic Payload Read Error.

pub const fn fgprxe(&self) -> bool

Force Generic Payload Receive Error.

pub fn set_fgprxe(&mut self, val: bool)

Force Generic Payload Receive Error.

Trait Implementations§

§

impl Clone for Fir1

§

fn clone(&self) -> Fir1

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for Fir1

§

fn default() -> Fir1

Returns the “default value” for a type. Read more
§

impl PartialEq for Fir1

§

fn eq(&self, other: &Fir1) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Fir1

§

impl Eq for Fir1

§

impl StructuralEq for Fir1

§

impl StructuralPartialEq for Fir1

Auto Trait Implementations§

§

impl RefUnwindSafe for Fir1

§

impl Send for Fir1

§

impl Sync for Fir1

§

impl Unpin for Fir1

§

impl UnwindSafe for Fir1

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.