Searched refs:configPRIO_BITS (Results 1 – 1 of 1) sorted by relevance
146 #define configPRIO_BITS __NVIC_PRIO_BITS macro148 #define configPRIO_BITS 4 /* 15 priority levels */ macro165 …figKERNEL_INTERRUPT_PRIORITY ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )168 …SCALL_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
Completed in 3 milliseconds