Expand description
System Timer
Modules
Configure system timer clock
Version control register
System timer interrupt clear
System timer interrupt enable
System timer interrupt raw
Load value to system timer
High 32 bits to be loaded to system timer
Low 32 bits to be loaded to system timer
System timer accumulation step
Configure work mode for system timer target 0
System timer target 0, high 32 bits
System timer target 0, low 32 bits
Configure work mode for system timer target 1
System timer target 1, high 32 bits
System timer target 1, low 32 bits
Configure work mode for system timer target 2
System timer target 2, high 32 bits
System timer target 2, low 32 bits
Read out system timer value
System timer value, high 32 bits
System timer value, low 32 bits
Structs
Register block
Type Definitions
CONF register accessor: an alias for Reg<CONF_SPEC>
DATE register accessor: an alias for Reg<DATE_SPEC>
INT_CLR register accessor: an alias for Reg<INT_CLR_SPEC>
INT_ENA register accessor: an alias for Reg<INT_ENA_SPEC>
INT_RAW register accessor: an alias for Reg<INT_RAW_SPEC>
LOAD register accessor: an alias for Reg<LOAD_SPEC>
LOAD_HI register accessor: an alias for Reg<LOAD_HI_SPEC>
LOAD_LO register accessor: an alias for Reg<LOAD_LO_SPEC>
STEP register accessor: an alias for Reg<STEP_SPEC>
TARGET0_CONF register accessor: an alias for Reg<TARGET0_CONF_SPEC>
TARGET0_HI register accessor: an alias for Reg<TARGET0_HI_SPEC>
TARGET0_LO register accessor: an alias for Reg<TARGET0_LO_SPEC>
TARGET1_CONF register accessor: an alias for Reg<TARGET1_CONF_SPEC>
TARGET1_HI register accessor: an alias for Reg<TARGET1_HI_SPEC>
TARGET1_LO register accessor: an alias for Reg<TARGET1_LO_SPEC>
TARGET2_CONF register accessor: an alias for Reg<TARGET2_CONF_SPEC>
TARGET2_HI register accessor: an alias for Reg<TARGET2_HI_SPEC>
TARGET2_LO register accessor: an alias for Reg<TARGET2_LO_SPEC>
UPDATE register accessor: an alias for Reg<UPDATE_SPEC>
VALUE_HI register accessor: an alias for Reg<VALUE_HI_SPEC>
VALUE_LO register accessor: an alias for Reg<VALUE_LO_SPEC>