Module ch32v3::ch32v30x::systick

source ·
Expand description

Systick registers, 64-bit downcounter for QingKeV4

Modules

System count compare high register
System count compare low register
System count compare register
System counter register
System counter high register
System counter low register
System count control register
System count status register

Structs

Register block

Type Definitions

CMPHR (rw) register accessor: an alias for Reg<CMPHR_SPEC>
CMPLR (rw) register accessor: an alias for Reg<CMPLR_SPEC>
CMPR (rw) register accessor: an alias for Reg<CMPR_SPEC>
CNT (rw) register accessor: an alias for Reg<CNT_SPEC>
CNTH (rw) register accessor: an alias for Reg<CNTH_SPEC>
CNTL (rw) register accessor: an alias for Reg<CNTL_SPEC>
CTLR (rw) register accessor: an alias for Reg<CTLR_SPEC>
SR (rw) register accessor: an alias for Reg<SR_SPEC>