Struct stm32_metapac::dsihost::regs::Fir0
#[repr(transparent)]pub struct Fir0(pub u32);
Expand description
DSI Host force interrupt register 0.
Tuple Fields§
§0: u32
Implementations§
§impl Fir0
impl Fir0
pub const fn fae0(&self) -> bool
pub const fn fae0(&self) -> bool
Force acknowledge error 0 Writing one to this bit forces an acknowledge error 0.
pub fn set_fae0(&mut self, val: bool)
pub fn set_fae0(&mut self, val: bool)
Force acknowledge error 0 Writing one to this bit forces an acknowledge error 0.
pub const fn fae1(&self) -> bool
pub const fn fae1(&self) -> bool
Force acknowledge error 1 Writing one to this bit forces an acknowledge error 1.
pub fn set_fae1(&mut self, val: bool)
pub fn set_fae1(&mut self, val: bool)
Force acknowledge error 1 Writing one to this bit forces an acknowledge error 1.
pub const fn fae2(&self) -> bool
pub const fn fae2(&self) -> bool
Force acknowledge error 2 Writing one to this bit forces an acknowledge error 2.
pub fn set_fae2(&mut self, val: bool)
pub fn set_fae2(&mut self, val: bool)
Force acknowledge error 2 Writing one to this bit forces an acknowledge error 2.
pub const fn fae3(&self) -> bool
pub const fn fae3(&self) -> bool
Force acknowledge error 3 Writing one to this bit forces an acknowledge error 3.
pub fn set_fae3(&mut self, val: bool)
pub fn set_fae3(&mut self, val: bool)
Force acknowledge error 3 Writing one to this bit forces an acknowledge error 3.
pub const fn fae4(&self) -> bool
pub const fn fae4(&self) -> bool
Force acknowledge error 4 Writing one to this bit forces an acknowledge error 4.
pub fn set_fae4(&mut self, val: bool)
pub fn set_fae4(&mut self, val: bool)
Force acknowledge error 4 Writing one to this bit forces an acknowledge error 4.
pub const fn fae5(&self) -> bool
pub const fn fae5(&self) -> bool
Force acknowledge error 5 Writing one to this bit forces an acknowledge error 5.
pub fn set_fae5(&mut self, val: bool)
pub fn set_fae5(&mut self, val: bool)
Force acknowledge error 5 Writing one to this bit forces an acknowledge error 5.
pub const fn fae6(&self) -> bool
pub const fn fae6(&self) -> bool
Force acknowledge error 6 Writing one to this bit forces an acknowledge error 6.
pub fn set_fae6(&mut self, val: bool)
pub fn set_fae6(&mut self, val: bool)
Force acknowledge error 6 Writing one to this bit forces an acknowledge error 6.
pub const fn fae7(&self) -> bool
pub const fn fae7(&self) -> bool
Force acknowledge error 7 Writing one to this bit forces an acknowledge error 7.
pub fn set_fae7(&mut self, val: bool)
pub fn set_fae7(&mut self, val: bool)
Force acknowledge error 7 Writing one to this bit forces an acknowledge error 7.
pub const fn fae8(&self) -> bool
pub const fn fae8(&self) -> bool
Force acknowledge error 8 Writing one to this bit forces an acknowledge error 8.
pub fn set_fae8(&mut self, val: bool)
pub fn set_fae8(&mut self, val: bool)
Force acknowledge error 8 Writing one to this bit forces an acknowledge error 8.
pub const fn fae9(&self) -> bool
pub const fn fae9(&self) -> bool
Force acknowledge error 9 Writing one to this bit forces an acknowledge error 9.
pub fn set_fae9(&mut self, val: bool)
pub fn set_fae9(&mut self, val: bool)
Force acknowledge error 9 Writing one to this bit forces an acknowledge error 9.
pub const fn fae10(&self) -> bool
pub const fn fae10(&self) -> bool
Force acknowledge error 10 Writing one to this bit forces an acknowledge error 10.
pub fn set_fae10(&mut self, val: bool)
pub fn set_fae10(&mut self, val: bool)
Force acknowledge error 10 Writing one to this bit forces an acknowledge error 10.
pub const fn fae11(&self) -> bool
pub const fn fae11(&self) -> bool
Force acknowledge error 11 Writing one to this bit forces an acknowledge error 11.
pub fn set_fae11(&mut self, val: bool)
pub fn set_fae11(&mut self, val: bool)
Force acknowledge error 11 Writing one to this bit forces an acknowledge error 11.
pub const fn fae12(&self) -> bool
pub const fn fae12(&self) -> bool
Force acknowledge error 12 Writing one to this bit forces an acknowledge error 12.
pub fn set_fae12(&mut self, val: bool)
pub fn set_fae12(&mut self, val: bool)
Force acknowledge error 12 Writing one to this bit forces an acknowledge error 12.
pub const fn fae13(&self) -> bool
pub const fn fae13(&self) -> bool
Force acknowledge error 13 Writing one to this bit forces an acknowledge error 13.
pub fn set_fae13(&mut self, val: bool)
pub fn set_fae13(&mut self, val: bool)
Force acknowledge error 13 Writing one to this bit forces an acknowledge error 13.
pub const fn fae14(&self) -> bool
pub const fn fae14(&self) -> bool
Force acknowledge error 14 Writing one to this bit forces an acknowledge error 14.
pub fn set_fae14(&mut self, val: bool)
pub fn set_fae14(&mut self, val: bool)
Force acknowledge error 14 Writing one to this bit forces an acknowledge error 14.
pub const fn fae15(&self) -> bool
pub const fn fae15(&self) -> bool
Force acknowledge error 15 Writing one to this bit forces an acknowledge error 15.
pub fn set_fae15(&mut self, val: bool)
pub fn set_fae15(&mut self, val: bool)
Force acknowledge error 15 Writing one to this bit forces an acknowledge error 15.
pub fn set_fpe0(&mut self, val: bool)
pub fn set_fpe0(&mut self, val: bool)
Force PHY error 0 Writing one to this bit forces a PHY error 0.
pub fn set_fpe1(&mut self, val: bool)
pub fn set_fpe1(&mut self, val: bool)
Force PHY error 1 Writing one to this bit forces a PHY error 1.
pub fn set_fpe2(&mut self, val: bool)
pub fn set_fpe2(&mut self, val: bool)
Force PHY error 2 Writing one to this bit forces a PHY error 2.
Trait Implementations§
impl Copy for Fir0
impl Eq for Fir0
impl StructuralPartialEq for Fir0
Auto Trait Implementations§
impl Freeze for Fir0
impl RefUnwindSafe for Fir0
impl Send for Fir0
impl Sync for Fir0
impl Unpin for Fir0
impl UnwindSafe for Fir0
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
)