#[repr(transparent)]pub struct Itctrl(pub u32);Expand description
Integration Mode Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Itctrl
impl Itctrl
Sourcepub const fn integration_mode(&self) -> bool
pub const fn integration_mode(&self) -> bool
Allows the component to switch from functional mode to integration mode or back.
Sourcepub const fn set_integration_mode(&mut self, val: bool)
pub const fn set_integration_mode(&mut self, val: bool)
Allows the component to switch from functional mode to integration mode or back.
Trait Implementations§
impl Copy for Itctrl
impl Eq for Itctrl
impl StructuralPartialEq for Itctrl
Auto Trait Implementations§
impl Freeze for Itctrl
impl RefUnwindSafe for Itctrl
impl Send for Itctrl
impl Sync for Itctrl
impl Unpin for Itctrl
impl UnwindSafe for Itctrl
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