xPortSysTickHandler() function
Handler of SysTick The function is called from: - _frxt_timer_int for xtensa with CONFIG_FREERTOS_SYSTICK_USES_CCOUNT - SysTickIsrHandler for xtensa with CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER - SysTickIsrHandler for riscv
xPortSysTickHandler() calls 10 functions:
![]()
xPortSysTickHandler()