/kernel/liteos_m/arch/csky/v2/gcc/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro 63 #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 | 72 #ifndef OS_HWI_PRIO_HIGHEST 73 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/arm9/gcc/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/ |
D | los_arch_interrupt.h | 46 #ifndef OS_HWI_PRIO_HIGHEST 47 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
D | los_arch_interrupt.h | 49 #ifndef OS_HWI_PRIO_HIGHEST 50 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #define OS_HWI_PRIO_HIGHEST 0 macro
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
D | los_arch_interrupt.h | 47 #ifndef OS_HWI_PRIO_HIGHEST 48 #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 | 168 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 | 69 if (priority > OS_HWI_PRIO_HIGHEST || priority < OS_HWI_PRIO_LOWEST) { in HwiSetPriority()
|