Home
last modified time | relevance | path

Searched refs:MIN_INTERRUPT_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/hwi_nesting/
DIt_hwi_nesting.h47 #define SPI_LOW_PRIO MIN_INTERRUPT_PRIORITY
/kernel/liteos_a/arch/arm/include/
Dgic_common.h121 #define MIN_INTERRUPT_PRIORITY ((UINT8)((GIC_MAX_INTERRUPT_PREEMPTION_LEVEL - 1) << PR… macro
/kernel/liteos_a/arch/arm/gic/
Dgic_v3.c340 GicrSetPmr(idx, MIN_INTERRUPT_PRIORITY); in HalIrqInitPercpu()
381 GicdSetPmr(i, MIN_INTERRUPT_PRIORITY); in HalIrqInit()
/kernel/liteos_a/arch/arm/arm/src/
Darm_generic_timer.c133 ret = LOS_HwiCreate(OS_TICK_INT_NUM, MIN_INTERRUPT_PRIORITY, 0, OsTickHandler, 0); in HalClockInit()