Home
last modified time | relevance | path

Searched refs:SYSTICK_IRQ_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/RTOS2/Source/
Dos_systick.c33 #ifndef SYSTICK_IRQ_PRIORITY
34 #define SYSTICK_IRQ_PRIORITY 0xFFU macro
59 SCB->SHPR[11] = SYSTICK_IRQ_PRIORITY; in OS_Tick_Setup()
61 SCB->SHPR[1] |= ((uint32_t)SYSTICK_IRQ_PRIORITY << 24); in OS_Tick_Setup()
64 SCB->SHPR[11] = SYSTICK_IRQ_PRIORITY; in OS_Tick_Setup()
66 SCB->SHPR[1] |= ((uint32_t)SYSTICK_IRQ_PRIORITY << 24); in OS_Tick_Setup()