CMSIS-Core (Cortex-M)
Version 5.6.0
CMSIS-Core support for Cortex-M processor-based devices
|
SysTick functions related to TrustZone for Armv8-M. More...
Functions | |
uint32_t | TZ_SysTick_Config_NS (uint32_t ticks) |
System Tick Configuration (non-secure) More... | |
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. |