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