/kernel/liteos_m/arch/csky/v2/gcc/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro 73 #define HWI_PRI_VALID(pri) (((pri) >= OS_HWI_PRIO_HIGHEST) && ((pri) <= OS_HWI_PRIO_LO…
|
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
D | los_arch_interrupt.h | 82 #ifndef OS_HWI_PRIO_HIGHEST 83 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/arm9/gcc/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/ |
D | los_arch_interrupt.h | 56 #ifndef OS_HWI_PRIO_HIGHEST 57 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
D | los_arch_interrupt.h | 57 #ifndef OS_HWI_PRIO_HIGHEST 58 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
D | los_arch_interrupt.h | 75 #define OS_HWI_PRIO_HIGHEST 7 macro
|
D | los_interrupt.c | 183 if ((hwiPrio < OS_HWI_PRIO_LOWEST) || (hwiPrio > OS_HWI_PRIO_HIGHEST)) { in ArchHwiCreate()
|
/kernel/liteos_a/arch/arm/include/ |
D | los_hwi.h | 77 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
D | los_interrupt.c | 70 if (priority > OS_HWI_PRIO_HIGHEST || priority < OS_HWI_PRIO_LOWEST) { in HwiSetPriority()
|