Struct atsamd51g::OSC32KCTRL 
source · [−]pub struct OSC32KCTRL { /* private fields */ }Expand description
32kHz Oscillators Control
Implementations
sourceimpl OSC32KCTRL
 
impl OSC32KCTRL
sourcepub const PTR: *const RegisterBlock = {0x40001400 as *const osc32kctrl::RegisterBlock}
 
pub const PTR: *const RegisterBlock = {0x40001400 as *const osc32kctrl::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
 
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for OSC32KCTRL
 
impl Debug for OSC32KCTRL
sourceimpl Deref for OSC32KCTRL
 
impl Deref for OSC32KCTRL
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for OSC32KCTRL
Auto Trait Implementations
impl RefUnwindSafe for OSC32KCTRL
impl !Sync for OSC32KCTRL
impl Unpin for OSC32KCTRL
impl UnwindSafe for OSC32KCTRL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more