![]() |
CMSIS-Core (Cortex-A)
Version 1.0.0
CMSIS-Core support for Cortex-A processor-based devices
|
Data Structures | |
union | CNTP_CTL_Type |
Physical Timer Control register. More... | |
Functions | |
__STATIC_INLINE void | PL1_SetCounterFrequency (uint32_t value) |
Configures the frequency the timer shall run at. More... | |
__STATIC_INLINE void | PL1_SetLoadValue (uint32_t value) |
Sets the reset value of the timer. More... | |
__STATIC_INLINE uint32_t | PL1_GetCurrentValue () |
Get the current counter value. More... | |
__STATIC_INLINE void | PL1_SetControl (uint32_t value) |
Configure the timer by setting the control value. More... | |
__STATIC_INLINE uint32_t | PL1_GetControl () |
Get the control value. More... | |