SysTick functions related to TrustZone for Armv8-M. More...
Functions | |
uint32_t | TZ_SysTick_Config_NS (uint32_t ticks) |
System Tick Configuration (non-secure) | |
SysTick functions related to TrustZone for Armv8-M.
uint32_t TZ_SysTick_Config_NS | ( | uint32_t | ticks | ) |
System Tick Configuration (non-secure)
Initializes the non-secure System Timer and its interrupt when in secure state, and starts the System Tick Timer. Counter is in free running mode to generate periodic interrupts.
[in] | ticks | Number of ticks between two interrupts. |