Struct stm32_metapac::dsihost::regs::Ier1
#[repr(transparent)]pub struct Ier1(pub u32);
Expand description
DSI Host Interrupt Enable Register 1.
Tuple Fields§
§0: u32
Implementations§
§impl Ier1
impl Ier1
pub fn set_tohstxie(&mut self, val: bool)
pub fn set_tohstxie(&mut self, val: bool)
Timeout High-Speed Transmission Interrupt Enable.
pub fn set_tolprxie(&mut self, val: bool)
pub fn set_tolprxie(&mut self, val: bool)
Timeout Low-Power Reception Interrupt Enable.
pub fn set_eccseie(&mut self, val: bool)
pub fn set_eccseie(&mut self, val: bool)
ECC Single-bit Error Interrupt Enable.
pub fn set_eccmeie(&mut self, val: bool)
pub fn set_eccmeie(&mut self, val: bool)
ECC Multi-bit Error Interrupt Enable.
pub fn set_crceie(&mut self, val: bool)
pub fn set_crceie(&mut self, val: bool)
CRC Error Interrupt Enable.
pub fn set_eotpeie(&mut self, val: bool)
pub fn set_eotpeie(&mut self, val: bool)
EoTp Error Interrupt Enable.
pub fn set_lpwreie(&mut self, val: bool)
pub fn set_lpwreie(&mut self, val: bool)
LTDC Payload Write Error Interrupt Enable.
pub fn set_gcwreie(&mut self, val: bool)
pub fn set_gcwreie(&mut self, val: bool)
Generic Command Write Error Interrupt Enable.
pub fn set_gpwreie(&mut self, val: bool)
pub fn set_gpwreie(&mut self, val: bool)
Generic Payload Write Error Interrupt Enable.
pub fn set_gptxeie(&mut self, val: bool)
pub fn set_gptxeie(&mut self, val: bool)
Generic Payload Transmit Error Interrupt Enable.
pub fn set_gprdeie(&mut self, val: bool)
pub fn set_gprdeie(&mut self, val: bool)
Generic Payload Read Error Interrupt Enable.
pub fn set_gprxeie(&mut self, val: bool)
pub fn set_gprxeie(&mut self, val: bool)
Generic Payload Receive Error Interrupt Enable.
Trait Implementations§
impl Copy for Ier1
impl Eq for Ier1
impl StructuralPartialEq for Ier1
Auto Trait Implementations§
impl Freeze for Ier1
impl RefUnwindSafe for Ier1
impl Send for Ier1
impl Sync for Ier1
impl Unpin for Ier1
impl UnwindSafe for Ier1
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
)