Private Timer Functions controls private timer registers present on Cortex-A5 and A9 class devices.
References: Cortex-A5 MPCore Technical Reference Manual, Cortex-A9 MPCore Technical Reference Manual.
More...
Private Timer Functions controls private timer registers present on Cortex-A5 and A9 class devices.
References: Cortex-A5 MPCore Technical Reference Manual, Cortex-A9 MPCore Technical Reference Manual.
◆ PTIM
◆ PTIM_ClearEventFlag()
__STATIC_INLINE void PTIM_ClearEventFlag |
( |
void |
| ) |
|
◆ PTIM_GetControl()
__STATIC_INLINE uint32_t PTIM_GetControl |
( |
void |
| ) |
|
◆ PTIM_GetCurrentValue()
__STATIC_INLINE uint32_t PTIM_GetCurrentValue |
( |
void |
| ) |
|
◆ PTIM_GetLoadValue()
__STATIC_INLINE uint32_t PTIM_GetLoadValue |
( |
void |
| ) |
|
◆ PTIM_SetControl()
__STATIC_INLINE void PTIM_SetControl |
( |
uint32_t |
value | ) |
|
Configure the timer using its CONTROL register.
- Parameters
-
[in] | value | The new configuration value to be set. |
◆ PTIM_SetLoadValue()
__STATIC_INLINE void PTIM_SetLoadValue |
( |
uint32_t |
value | ) |
|
Set the load value to timers LOAD register.
- Parameters
-
[in] | value | The load value to be set. |