Expand description
Clock control
Modules§
- ctiv
- Calibration timer interval
- events_
ctstarted - Calibration timer has been started and is ready to process new tasks
- events_
ctstopped - Calibration timer has been stopped and is ready to process new tasks
- events_
ctto - Calibration timer timeout
- events_
done - Calibration of LFRC completed
- events_
hfclkstarted - HFXO crystal oscillator started
- events_
lfclkstarted - LFCLK started
- hfclkrun
- Status indicating that HFCLKSTART task has been triggered
- hfclkstat
- HFCLK status
- hfxodebounce
- HFXO debounce time. The HFXO is started by triggering the TASKS_HFCLKSTART task.
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- lfclkrun
- Status indicating that LFCLKSTART task has been triggered
- lfclksrc
- Clock source for the LFCLK
- lfclksrccopy
- Copy of LFCLKSRC register, set when LFCLKSTART task was triggered
- lfclkstat
- LFCLK status
- lfrcmode
- LFRC mode configuration
- tasks_
cal - Start calibration of LFRC
- tasks_
ctstart - Start calibration timer
- tasks_
ctstop - Stop calibration timer
- tasks_
hfclkstart - Start HFXO crystal oscillator
- tasks_
hfclkstop - Stop HFXO crystal oscillator
- tasks_
lfclkstart - Start LFCLK
- tasks_
lfclkstop - Stop LFCLK
- traceconfig
- Clocking options for the trace port debug interface
Structs§
- Register
Block - Register block
Type Aliases§
- CTIV
- CTIV (rw) register accessor: an alias for
Reg<CTIV_SPEC>
- EVENTS_
CTSTARTED - EVENTS_CTSTARTED (rw) register accessor: an alias for
Reg<EVENTS_CTSTARTED_SPEC>
- EVENTS_
CTSTOPPED - EVENTS_CTSTOPPED (rw) register accessor: an alias for
Reg<EVENTS_CTSTOPPED_SPEC>
- EVENTS_
CTTO - EVENTS_CTTO (rw) register accessor: an alias for
Reg<EVENTS_CTTO_SPEC>
- EVENTS_
DONE - EVENTS_DONE (rw) register accessor: an alias for
Reg<EVENTS_DONE_SPEC>
- EVENTS_
HFCLKSTARTED - EVENTS_HFCLKSTARTED (rw) register accessor: an alias for
Reg<EVENTS_HFCLKSTARTED_SPEC>
- EVENTS_
LFCLKSTARTED - EVENTS_LFCLKSTARTED (rw) register accessor: an alias for
Reg<EVENTS_LFCLKSTARTED_SPEC>
- HFCLKRUN
- HFCLKRUN (r) register accessor: an alias for
Reg<HFCLKRUN_SPEC>
- HFCLKSTAT
- HFCLKSTAT (r) register accessor: an alias for
Reg<HFCLKSTAT_SPEC>
- HFXODEBOUNCE
- HFXODEBOUNCE (rw) register accessor: an alias for
Reg<HFXODEBOUNCE_SPEC>
- INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- LFCLKRUN
- LFCLKRUN (r) register accessor: an alias for
Reg<LFCLKRUN_SPEC>
- LFCLKSRC
- LFCLKSRC (rw) register accessor: an alias for
Reg<LFCLKSRC_SPEC>
- LFCLKSRCCOPY
- LFCLKSRCCOPY (r) register accessor: an alias for
Reg<LFCLKSRCCOPY_SPEC>
- LFCLKSTAT
- LFCLKSTAT (r) register accessor: an alias for
Reg<LFCLKSTAT_SPEC>
- LFRCMODE
- LFRCMODE (rw) register accessor: an alias for
Reg<LFRCMODE_SPEC>
- TASKS_
CAL - TASKS_CAL (w) register accessor: an alias for
Reg<TASKS_CAL_SPEC>
- TASKS_
CTSTART - TASKS_CTSTART (w) register accessor: an alias for
Reg<TASKS_CTSTART_SPEC>
- TASKS_
CTSTOP - TASKS_CTSTOP (w) register accessor: an alias for
Reg<TASKS_CTSTOP_SPEC>
- TASKS_
HFCLKSTART - TASKS_HFCLKSTART (w) register accessor: an alias for
Reg<TASKS_HFCLKSTART_SPEC>
- TASKS_
HFCLKSTOP - TASKS_HFCLKSTOP (w) register accessor: an alias for
Reg<TASKS_HFCLKSTOP_SPEC>
- TASKS_
LFCLKSTART - TASKS_LFCLKSTART (w) register accessor: an alias for
Reg<TASKS_LFCLKSTART_SPEC>
- TASKS_
LFCLKSTOP - TASKS_LFCLKSTOP (w) register accessor: an alias for
Reg<TASKS_LFCLKSTOP_SPEC>
- TRACECONFIG
- TRACECONFIG (rw) register accessor: an alias for
Reg<TRACECONFIG_SPEC>