#[repr(transparent)]pub struct Otgistat(pub u8);Expand description
OTG Interrupt Status
Tuple Fields§
§0: u8Implementations§
Source§impl Otgistat
impl Otgistat
Sourcepub const fn line_state_chg(&self) -> LineStateChg
pub const fn line_state_chg(&self) -> LineStateChg
Line State Change Interrupt Flag
Sourcepub const fn set_line_state_chg(&mut self, val: LineStateChg)
pub const fn set_line_state_chg(&mut self, val: LineStateChg)
Line State Change Interrupt Flag
Sourcepub const fn set_onemsec(&mut self, val: Onemsec)
pub const fn set_onemsec(&mut self, val: Onemsec)
One Millisecond Timer Timeout Flag
Trait Implementations§
impl Copy for Otgistat
impl Eq for Otgistat
impl StructuralPartialEq for Otgistat
Auto Trait Implementations§
impl Freeze for Otgistat
impl RefUnwindSafe for Otgistat
impl Send for Otgistat
impl Sync for Otgistat
impl Unpin for Otgistat
impl UnwindSafe for Otgistat
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