Struct Fir1
#[repr(transparent)]pub struct Fir1(pub u32);Expand description
DSI Host Force Interrupt Register 1.
Tuple Fields§
§0: u32Implementations§
§impl Fir1
impl Fir1
pub const fn set_ftohstx(&mut self, val: bool)
pub const fn set_ftohstx(&mut self, val: bool)
Force Timeout High-Speed Transmission.
pub const fn set_ftolprx(&mut self, val: bool)
pub const fn set_ftolprx(&mut self, val: bool)
Force Timeout Low-Power Reception.
pub const fn set_feccse(&mut self, val: bool)
pub const fn set_feccse(&mut self, val: bool)
Force ECC Single-bit Error.
pub const fn set_feccme(&mut self, val: bool)
pub const fn set_feccme(&mut self, val: bool)
Force ECC Multi-bit Error.
pub const fn set_feotpe(&mut self, val: bool)
pub const fn set_feotpe(&mut self, val: bool)
Force EoTp Error.
pub const fn set_flpwre(&mut self, val: bool)
pub const fn set_flpwre(&mut self, val: bool)
Force LTDC Payload Write Error.
pub const fn set_fgcwre(&mut self, val: bool)
pub const fn set_fgcwre(&mut self, val: bool)
Force Generic Command Write Error.
pub const fn set_fgpwre(&mut self, val: bool)
pub const fn set_fgpwre(&mut self, val: bool)
Force Generic Payload Write Error.
pub const fn set_fgptxe(&mut self, val: bool)
pub const fn set_fgptxe(&mut self, val: bool)
Force Generic Payload Transmit Error.
pub const fn set_fgprde(&mut self, val: bool)
pub const fn set_fgprde(&mut self, val: bool)
Force Generic Payload Read Error.
pub const fn set_fgprxe(&mut self, val: bool)
pub const fn set_fgprxe(&mut self, val: bool)
Force Generic Payload Receive Error.
Trait Implementations§
impl Copy for Fir1
impl Eq for Fir1
impl StructuralPartialEq for Fir1
Auto Trait Implementations§
impl Freeze for Fir1
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more