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