Struct stm32_metapac::dsihost::regs::Fir1
#[repr(transparent)]pub struct Fir1(pub u32);
Expand description
DSI Host Force Interrupt Register 1.
Tuple Fields§
§0: u32
Implementations§
§impl Fir1
impl Fir1
pub fn set_ftohstx(&mut self, val: bool)
pub fn set_ftohstx(&mut self, val: bool)
Force Timeout High-Speed Transmission.
pub fn set_ftolprx(&mut self, val: bool)
pub fn set_ftolprx(&mut self, val: bool)
Force Timeout Low-Power Reception.
pub fn set_feccse(&mut self, val: bool)
pub fn set_feccse(&mut self, val: bool)
Force ECC Single-bit Error.
pub fn set_feccme(&mut self, val: bool)
pub fn set_feccme(&mut self, val: bool)
Force ECC Multi-bit Error.
pub fn set_feotpe(&mut self, val: bool)
pub fn set_feotpe(&mut self, val: bool)
Force EoTp Error.
pub fn set_flpwre(&mut self, val: bool)
pub fn set_flpwre(&mut self, val: bool)
Force LTDC Payload Write Error.
pub fn set_fgcwre(&mut self, val: bool)
pub fn set_fgcwre(&mut self, val: bool)
Force Generic Command Write Error.
pub fn set_fgpwre(&mut self, val: bool)
pub fn set_fgpwre(&mut self, val: bool)
Force Generic Payload Write Error.
pub fn set_fgptxe(&mut self, val: bool)
pub fn set_fgptxe(&mut self, val: bool)
Force Generic Payload Transmit Error.
pub fn set_fgprde(&mut self, val: bool)
pub fn set_fgprde(&mut self, val: bool)
Force Generic Payload Read Error.
pub fn set_fgprxe(&mut self, val: bool)
pub 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)