Struct atsamd51g::oscctrl::RegisterBlock
source · [−]#[repr(C)]pub struct RegisterBlock {
pub evctrl: Reg<EVCTRL_SPEC>,
pub intenclr: Reg<INTENCLR_SPEC>,
pub intenset: Reg<INTENSET_SPEC>,
pub intflag: Reg<INTFLAG_SPEC>,
pub status: Reg<STATUS_SPEC>,
pub xoscctrl: [Reg<XOSCCTRL_SPEC>; 2],
pub dfllctrla: Reg<DFLLCTRLA_SPEC>,
pub dfllctrlb: Reg<DFLLCTRLB_SPEC>,
pub dfllval: Reg<DFLLVAL_SPEC>,
pub dfllmul: Reg<DFLLMUL_SPEC>,
pub dfllsync: Reg<DFLLSYNC_SPEC>,
pub dpll: [DPLL; 2],
/* private fields */
}Expand description
Register block
Fields
evctrl: Reg<EVCTRL_SPEC>0x00 - Event Control
intenclr: Reg<INTENCLR_SPEC>0x04 - Interrupt Enable Clear
intenset: Reg<INTENSET_SPEC>0x08 - Interrupt Enable Set
intflag: Reg<INTFLAG_SPEC>0x0c - Interrupt Flag Status and Clear
status: Reg<STATUS_SPEC>0x10 - Status
xoscctrl: [Reg<XOSCCTRL_SPEC>; 2]0x14..0x1c - External Multipurpose Crystal Oscillator Control
dfllctrla: Reg<DFLLCTRLA_SPEC>0x1c - DFLL48M Control A
dfllctrlb: Reg<DFLLCTRLB_SPEC>0x20 - DFLL48M Control B
dfllval: Reg<DFLLVAL_SPEC>0x24 - DFLL48M Value
dfllmul: Reg<DFLLMUL_SPEC>0x28 - DFLL48M Multiplier
dfllsync: Reg<DFLLSYNC_SPEC>0x2c - DFLL48M Synchronization
dpll: [DPLL; 2]0x30..0x58 - DPLL[%s]
Auto Trait Implementations
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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