Struct Gotgint
#[repr(transparent)]pub struct Gotgint(pub u32);Expand description
Interrupt register
Tuple Fields§
§0: u32Implementations§
§impl Gotgint
impl Gotgint
pub const fn set_srsschg(&mut self, val: bool)
pub const fn set_srsschg(&mut self, val: bool)
Session request success status change
pub const fn set_hnsschg(&mut self, val: bool)
pub const fn set_hnsschg(&mut self, val: bool)
Host negotiation success status change
pub const fn set_hngdet(&mut self, val: bool)
pub const fn set_hngdet(&mut self, val: bool)
Host negotiation detected
pub const fn set_adtochg(&mut self, val: bool)
pub const fn set_adtochg(&mut self, val: bool)
A-device timeout change
pub const fn set_dbcdne(&mut self, val: bool)
pub const fn set_dbcdne(&mut self, val: bool)
Debounce done
pub const fn set_idchng(&mut self, val: bool)
pub const fn set_idchng(&mut self, val: bool)
ID input pin changed
Trait Implementations§
impl Copy for Gotgint
impl Eq for Gotgint
impl StructuralPartialEq for Gotgint
Auto Trait Implementations§
impl Freeze for Gotgint
impl RefUnwindSafe for Gotgint
impl Send for Gotgint
impl Sync for Gotgint
impl Unpin for Gotgint
impl UnwindSafe for Gotgint
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