#[repr(transparent)]pub struct Ringo1(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl Ringo1
impl Ringo1
Sourcepub const fn ringo_1_ctrl_valid(&self) -> bool
pub const fn ringo_1_ctrl_valid(&self) -> bool
1: RINGO_1_CTRL is valid.
Sourcepub const fn set_ringo_1_ctrl_valid(&mut self, val: bool)
pub const fn set_ringo_1_ctrl_valid(&mut self, val: bool)
1: RINGO_1_CTRL is valid.
Sourcepub const fn ringo_1_ctrl(&self) -> u32
pub const fn ringo_1_ctrl(&self) -> u32
To copy RINGO_1_CTRL = ANACTRL->RINGO1_CTRL[30:0]
Sourcepub const fn set_ringo_1_ctrl(&mut self, val: u32)
pub const fn set_ringo_1_ctrl(&mut self, val: u32)
To copy RINGO_1_CTRL = ANACTRL->RINGO1_CTRL[30:0]
Trait Implementations§
impl Copy for Ringo1
impl Eq for Ringo1
impl StructuralPartialEq for Ringo1
Auto Trait Implementations§
impl Freeze for Ringo1
impl RefUnwindSafe for Ringo1
impl Send for Ringo1
impl Sync for Ringo1
impl Unpin for Ringo1
impl UnwindSafe for Ringo1
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