Expand description

This 32-bit timer block offers a simple mechanism for firmware to maintain a time base

Modules

This is the value of the Timer counter. This is updated by Hardware but may be set by Firmware.

Timer Control Register

This is the interrupt enable for the status EVENT_INTERRUPT bit in the Timer Status Register

This is the value of the Timer pre-load for the counter. This is used by H/W when the counter is to be restarted automatically; this will become the new value of the counter upon restart.

This is the interrupt status that fires when the timer reaches its limit

Structs

Register block

Type Definitions

CNT (rw) register accessor: an alias for Reg<CNT_SPEC>

CTRL (rw) register accessor: an alias for Reg<CTRL_SPEC>

IEN (rw) register accessor: an alias for Reg<IEN_SPEC>

PRLD (rw) register accessor: an alias for Reg<PRLD_SPEC>

STS (rw) register accessor: an alias for Reg<STS_SPEC>