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 const fn ftohstx(&self) -> bool
pub const fn ftohstx(&self) -> bool
Force timeout high-speed transmission Writing one to this bit forces a timeout high-speed transmission.
pub fn set_ftohstx(&mut self, val: bool)
pub fn set_ftohstx(&mut self, val: bool)
Force timeout high-speed transmission Writing one to this bit forces a timeout high-speed transmission.
pub const fn ftolprx(&self) -> bool
pub const fn ftolprx(&self) -> bool
Force timeout low-power reception Writing one to this bit forces a timeout low-power reception.
pub fn set_ftolprx(&mut self, val: bool)
pub fn set_ftolprx(&mut self, val: bool)
Force timeout low-power reception Writing one to this bit forces a timeout low-power reception.
pub const fn feccse(&self) -> bool
pub const fn feccse(&self) -> bool
Force ECC single-bit error Writing one to this bit forces a ECC single-bit error.
pub fn set_feccse(&mut self, val: bool)
pub fn set_feccse(&mut self, val: bool)
Force ECC single-bit error Writing one to this bit forces a ECC single-bit error.
pub const fn feccme(&self) -> bool
pub const fn feccme(&self) -> bool
Force ECC multi-bit error Writing one to this bit forces a ECC multi-bit error.
pub fn set_feccme(&mut self, val: bool)
pub fn set_feccme(&mut self, val: bool)
Force ECC multi-bit error Writing one to this bit forces a ECC multi-bit error.
pub const fn fpse(&self) -> bool
pub const fn fpse(&self) -> bool
Force packet size error Writing one to this bit forces a packet size error.
pub fn set_fpse(&mut self, val: bool)
pub fn set_fpse(&mut self, val: bool)
Force packet size error Writing one to this bit forces a packet size error.
pub fn set_feotpe(&mut self, val: bool)
pub fn set_feotpe(&mut self, val: bool)
Force EoTp error Writing one to this bit forces a EoTp error.
pub const fn flpwre(&self) -> bool
pub const fn flpwre(&self) -> bool
Force LTDC payload write error Writing one to this bit forces a LTDC payload write error.
pub fn set_flpwre(&mut self, val: bool)
pub fn set_flpwre(&mut self, val: bool)
Force LTDC payload write error Writing one to this bit forces a LTDC payload write error.
pub const fn fgcwre(&self) -> bool
pub const fn fgcwre(&self) -> bool
Force generic command write error Writing one to this bit forces a generic command write error.
pub fn set_fgcwre(&mut self, val: bool)
pub fn set_fgcwre(&mut self, val: bool)
Force generic command write error Writing one to this bit forces a generic command write error.
pub const fn fgpwre(&self) -> bool
pub const fn fgpwre(&self) -> bool
Force generic payload write error Writing one to this bit forces a generic payload write error.
pub fn set_fgpwre(&mut self, val: bool)
pub fn set_fgpwre(&mut self, val: bool)
Force generic payload write error Writing one to this bit forces a generic payload write error.
pub const fn fgptxe(&self) -> bool
pub const fn fgptxe(&self) -> bool
Force generic payload transmit error Writing one to this bit forces a generic payload transmit error.
pub fn set_fgptxe(&mut self, val: bool)
pub fn set_fgptxe(&mut self, val: bool)
Force generic payload transmit error Writing one to this bit forces a generic payload transmit error.
pub const fn fgprde(&self) -> bool
pub const fn fgprde(&self) -> bool
Force generic payload read error Writing one to this bit forces a generic payload read error.
pub fn set_fgprde(&mut self, val: bool)
pub fn set_fgprde(&mut self, val: bool)
Force generic payload read error Writing one to this bit forces a generic payload read error.
pub const fn fgprxe(&self) -> bool
pub const fn fgprxe(&self) -> bool
Force generic payload receive error Writing one to this bit forces a generic payload receive error.
pub fn set_fgprxe(&mut self, val: bool)
pub fn set_fgprxe(&mut self, val: bool)
Force generic payload receive error Writing one to this bit forces a 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
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)
clone_to_uninit
)