#[repr(transparent)]pub struct Fifointenclr(pub u32);Expand description
FIFO interrupt enable clear (disable) and read register.
Tuple Fields§
§0: u32Implementations§
Source§impl Fifointenclr
impl Fifointenclr
Sourcepub const fn txerr(&self) -> bool
pub const fn txerr(&self) -> bool
Writing one clears the corresponding bits in the FIFOINTENSET register.
Sourcepub const fn set_txerr(&mut self, val: bool)
pub const fn set_txerr(&mut self, val: bool)
Writing one clears the corresponding bits in the FIFOINTENSET register.
Sourcepub const fn rxerr(&self) -> bool
pub const fn rxerr(&self) -> bool
Writing one clears the corresponding bits in the FIFOINTENSET register.
Sourcepub const fn set_rxerr(&mut self, val: bool)
pub const fn set_rxerr(&mut self, val: bool)
Writing one clears the corresponding bits in the FIFOINTENSET register.
Sourcepub const fn txlvl(&self) -> bool
pub const fn txlvl(&self) -> bool
Writing one clears the corresponding bits in the FIFOINTENSET register.
Sourcepub const fn set_txlvl(&mut self, val: bool)
pub const fn set_txlvl(&mut self, val: bool)
Writing one clears the corresponding bits in the FIFOINTENSET register.
Trait Implementations§
Source§impl Clone for Fifointenclr
impl Clone for Fifointenclr
Source§fn clone(&self) -> Fifointenclr
fn clone(&self) -> Fifointenclr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Fifointenclr
impl Debug for Fifointenclr
Source§impl Default for Fifointenclr
impl Default for Fifointenclr
Source§fn default() -> Fifointenclr
fn default() -> Fifointenclr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Fifointenclr
impl PartialEq for Fifointenclr
impl Copy for Fifointenclr
impl Eq for Fifointenclr
impl StructuralPartialEq for Fifointenclr
Auto Trait Implementations§
impl Freeze for Fifointenclr
impl RefUnwindSafe for Fifointenclr
impl Send for Fifointenclr
impl Sync for Fifointenclr
impl Unpin for Fifointenclr
impl UnwindSafe for Fifointenclr
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