#[repr(transparent)]pub struct Csr(pub u32);Expand description
CCM Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Csr
impl Csr
Sourcepub const fn set_ref_en_b(&mut self, val: RefEnB)
pub const fn set_ref_en_b(&mut self, val: RefEnB)
Status of the value of CCM_REF_EN_B output of ccm
Sourcepub const fn camp2_ready(&self) -> Camp2Ready
pub const fn camp2_ready(&self) -> Camp2Ready
Status indication of CAMP2.
Sourcepub const fn set_camp2_ready(&mut self, val: Camp2Ready)
pub const fn set_camp2_ready(&mut self, val: Camp2Ready)
Status indication of CAMP2.
Sourcepub const fn cosc_ready(&self) -> CsrCoscReady
pub const fn cosc_ready(&self) -> CsrCoscReady
Status indication of on board oscillator
Sourcepub const fn set_cosc_ready(&mut self, val: CsrCoscReady)
pub const fn set_cosc_ready(&mut self, val: CsrCoscReady)
Status indication of on board oscillator
Trait Implementations§
impl Copy for Csr
impl Eq for Csr
impl StructuralPartialEq for Csr
Auto Trait Implementations§
impl Freeze for Csr
impl RefUnwindSafe for Csr
impl Send for Csr
impl Sync for Csr
impl Unpin for Csr
impl UnwindSafe for Csr
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