Home
last modified time | relevance | path

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

/device/board/openvalley/niobeu4/liteos_m/arch/
Dlos_arch_interrupt.h86 #ifndef OS_HWI_PRIO_LOWEST
87 #define OS_HWI_PRIO_LOWEST 7 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/include/
Dtarget_config.h133 #ifndef OS_HWI_PRIO_LOWEST
134 #define OS_HWI_PRIO_LOWEST 1 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/arch/
Dlos_hwi.h188 #ifndef OS_HWI_PRIO_LOWEST
189 #define OS_HWI_PRIO_LOWEST 1 macro
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_os/liteos_m_mst/
Dport.c97 ret = ArchHwiCreate(RISCV_MACH_EXT_IRQ, OS_HWI_PRIO_LOWEST, 0, (HWI_PROC_FUNC)mext_interrupt, 0); in vPortSetupMEXTInterrupt()
/device/soc/telink/b91/liteos_m/src/
Driscv_irq.c128 …UINT32 ret = LOS_HwiCreate(RISCV_MACH_EXT_IRQ, OS_HWI_PRIO_LOWEST, 0, (HWI_PROC_FUNC)mext_irq_hand… in B91IrqInit()