Searched refs:OS_HWI_PRIO_LOWEST (Results 1 – 5 of 5) sorted by relevance
86 #ifndef OS_HWI_PRIO_LOWEST87 #define OS_HWI_PRIO_LOWEST 7 macro
133 #ifndef OS_HWI_PRIO_LOWEST134 #define OS_HWI_PRIO_LOWEST 1 macro
188 #ifndef OS_HWI_PRIO_LOWEST189 #define OS_HWI_PRIO_LOWEST 1 macro
97 ret = ArchHwiCreate(RISCV_MACH_EXT_IRQ, OS_HWI_PRIO_LOWEST, 0, (HWI_PROC_FUNC)mext_interrupt, 0); in vPortSetupMEXTInterrupt()
128 …UINT32 ret = LOS_HwiCreate(RISCV_MACH_EXT_IRQ, OS_HWI_PRIO_LOWEST, 0, (HWI_PROC_FUNC)mext_irq_hand… in B91IrqInit()