pub struct Clocks { /* private fields */ }
Implementations§
source§impl Clocks
impl Clocks
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
sourcepub const fn clk_gpout_ctrl(self, n: usize) -> Reg<ClkGpoutCtrl, RW>
pub const fn clk_gpout_ctrl(self, n: usize) -> Reg<ClkGpoutCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_gpout_div(self, n: usize) -> Reg<ClkGpoutDiv, RW>
pub const fn clk_gpout_div(self, n: usize) -> Reg<ClkGpoutDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_gpout_selected(self, n: usize) -> Reg<u32, RW>
pub const fn clk_gpout_selected(self, n: usize) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
sourcepub const fn clk_ref_ctrl(self) -> Reg<ClkRefCtrl, RW>
pub const fn clk_ref_ctrl(self) -> Reg<ClkRefCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_ref_div(self) -> Reg<ClkRefDiv, RW>
pub const fn clk_ref_div(self) -> Reg<ClkRefDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_ref_selected(self) -> Reg<u32, RW>
pub const fn clk_ref_selected(self) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
sourcepub const fn clk_sys_ctrl(self) -> Reg<ClkSysCtrl, RW>
pub const fn clk_sys_ctrl(self) -> Reg<ClkSysCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_sys_div(self) -> Reg<ClkSysDiv, RW>
pub const fn clk_sys_div(self) -> Reg<ClkSysDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_sys_selected(self) -> Reg<u32, RW>
pub const fn clk_sys_selected(self) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
sourcepub const fn clk_peri_ctrl(self) -> Reg<ClkPeriCtrl, RW>
pub const fn clk_peri_ctrl(self) -> Reg<ClkPeriCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_peri_div(self) -> Reg<ClkPeriDiv, RW>
pub const fn clk_peri_div(self) -> Reg<ClkPeriDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_peri_selected(self) -> Reg<u32, RW>
pub const fn clk_peri_selected(self) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
sourcepub const fn clk_usb_ctrl(self) -> Reg<ClkUsbCtrl, RW>
pub const fn clk_usb_ctrl(self) -> Reg<ClkUsbCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_usb_div(self) -> Reg<ClkUsbDiv, RW>
pub const fn clk_usb_div(self) -> Reg<ClkUsbDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_usb_selected(self) -> Reg<u32, RW>
pub const fn clk_usb_selected(self) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
sourcepub const fn clk_adc_ctrl(self) -> Reg<ClkAdcCtrl, RW>
pub const fn clk_adc_ctrl(self) -> Reg<ClkAdcCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_adc_div(self) -> Reg<ClkAdcDiv, RW>
pub const fn clk_adc_div(self) -> Reg<ClkAdcDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_adc_selected(self) -> Reg<u32, RW>
pub const fn clk_adc_selected(self) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
sourcepub const fn clk_rtc_ctrl(self) -> Reg<ClkRtcCtrl, RW>
pub const fn clk_rtc_ctrl(self) -> Reg<ClkRtcCtrl, RW>
Clock control, can be changed on-the-fly (except for auxsrc)
sourcepub const fn clk_rtc_div(self) -> Reg<ClkRtcDiv, RW>
pub const fn clk_rtc_div(self) -> Reg<ClkRtcDiv, RW>
Clock divisor, can be changed on-the-fly
sourcepub const fn clk_rtc_selected(self) -> Reg<u32, RW>
pub const fn clk_rtc_selected(self) -> Reg<u32, RW>
Indicates which SRC is currently selected by the glitchless mux (one-hot).
pub const fn clk_sys_resus_ctrl(self) -> Reg<ClkSysResusCtrl, RW>
pub const fn clk_sys_resus_status(self) -> Reg<ClkSysResusStatus, RW>
sourcepub const fn fc0_ref_khz(self) -> Reg<Fc0refKhz, RW>
pub const fn fc0_ref_khz(self) -> Reg<Fc0refKhz, RW>
Reference clock frequency in kHz
sourcepub const fn fc0_min_khz(self) -> Reg<Fc0minKhz, RW>
pub const fn fc0_min_khz(self) -> Reg<Fc0minKhz, RW>
Minimum pass frequency in kHz. This is optional. Set to 0 if you are not using the pass/fail flags
sourcepub const fn fc0_max_khz(self) -> Reg<Fc0maxKhz, RW>
pub const fn fc0_max_khz(self) -> Reg<Fc0maxKhz, RW>
Maximum pass frequency in kHz. This is optional. Set to 0x1ffffff if you are not using the pass/fail flags
sourcepub const fn fc0_delay(self) -> Reg<Fc0delay, RW>
pub const fn fc0_delay(self) -> Reg<Fc0delay, RW>
Delays the start of frequency counting to allow the mux to settle Delay is measured in multiples of the reference clock period
sourcepub const fn fc0_interval(self) -> Reg<Fc0interval, RW>
pub const fn fc0_interval(self) -> Reg<Fc0interval, RW>
The test interval is 0.98us * 2interval, but let’s call it 1us * 2interval The default gives a test interval of 250us
sourcepub const fn fc0_src(self) -> Reg<Fc0src, RW>
pub const fn fc0_src(self) -> Reg<Fc0src, RW>
Clock sent to frequency counter, set to 0 when not required Writing to this register initiates the frequency count
sourcepub const fn fc0_status(self) -> Reg<Fc0status, RW>
pub const fn fc0_status(self) -> Reg<Fc0status, RW>
Frequency counter status
sourcepub const fn fc0_result(self) -> Reg<Fc0result, RW>
pub const fn fc0_result(self) -> Reg<Fc0result, RW>
Result of frequency measurement, only valid when status_done=1
Trait Implementations§
impl Copy for Clocks
impl Eq for Clocks
impl Send for Clocks
impl StructuralPartialEq for Clocks
impl Sync for Clocks
Auto Trait Implementations§
impl Freeze for Clocks
impl RefUnwindSafe for Clocks
impl Unpin for Clocks
impl UnwindSafe for Clocks
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)