/kernel/liteos_m/testsuites/sample/kernel/swtmr/ |
H A D | It_los_swtmr_039.c | 65 HWI_MODE_T hwiMode;
in Testcase() local 78 hwiMode = 0;
in Testcase() 79 ret = LOS_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)Case1, &irqParam);
in Testcase()
|
H A D | It_los_swtmr_040.c | 64 HWI_MODE_T hwiMode;
in Testcase() local 78 hwiMode = 0;
in Testcase() 79 ret = LOS_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)Case1, &irqParam);
in Testcase()
|
H A D | It_los_swtmr_064.c | 62 HWI_MODE_T hwiMode;
in Testcase() local 77 hwiMode = 0;
in Testcase() 78 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)HwiF01, &irqParam);
in Testcase()
|
H A D | It_los_swtmr_065.c | 60 HWI_MODE_T hwiMode;
in Testcase() local 74 hwiMode = 0;
in Testcase() 75 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)HwiF01, &irqParam);
in Testcase()
|
H A D | It_los_swtmr_041.c | 76 HWI_MODE_T hwiMode = 0;
in Testcase() local 98 ret = LOS_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)Case1, &irqParam);
in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/full/ |
H A D | It_los_swtmr_040.c | 70 HWI_MODE_T hwiMode; in Testcase() local 79 hwiMode = 0; in Testcase() 80 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)HwiF01, (HwiIrqParam *)arg); in Testcase()
|
H A D | It_los_swtmr_039.c | 68 HWI_MODE_T hwiMode; in Testcase() local 74 hwiMode = 0; in Testcase() 75 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)SwtmrF01, (HwiIrqParam *)arg); in Testcase()
|
H A D | It_los_swtmr_064.c | 64 HWI_MODE_T hwiMode; in Testcase() local 72 hwiMode = 0; in Testcase() 73 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)HwiF01, (HwiIrqParam *)arg); in Testcase()
|
H A D | It_los_swtmr_065.c | 65 HWI_MODE_T hwiMode; in Testcase() local 72 hwiMode = 0; in Testcase() 73 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)HwiF01, (HwiIrqParam *)arg); in Testcase()
|
H A D | It_los_swtmr_041.c | 82 HWI_MODE_T hwiMode = 0; in Testcase() local 96 ret = TEST_HwiCreate(HWI_NUM_TEST, hwiPrio, hwiMode, (HWI_PROC_FUNC)SwtmrF01, (HwiIrqParam *)arg); in Testcase()
|
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | los_hwi.c | 147 STATIC UINT32 OsHwiCreateNoShared(HWI_HANDLE_T hwiNum, HWI_MODE_T hwiMode, in OsHwiCreateNoShared() argument 229 STATIC UINT32 OsHwiCreateShared(HWI_HANDLE_T hwiNum, HWI_MODE_T hwiMode, in OsHwiCreateShared() argument 236 HWI_MODE_T modeResult = hwiMode & IRQF_SHARED; in OsHwiCreateShared() 309 HWI_MODE_T hwiMode, in LOS_HwiCreate() 324 ret = OsHwiCreateNoShared(hwiNum, hwiMode, hwiHandler, irqParam); in LOS_HwiCreate() 326 ret = OsHwiCreateShared(hwiNum, hwiMode, hwiHandler, irqParam); in LOS_HwiCreate() 307 LOS_HwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio, HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, HwiIrqParam *irqParam) LOS_HwiCreate() argument
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
H A D | los_interrupt.c | 88 hwiMode --- hwi interrupt hwiMode, between vector or non-vector 90 irqParam --- set trig hwiMode of the hwi handler 99 HWI_MODE_T hwiMode, in ArchHwiCreate() 106 if (hwiMode > ECLIC_VECTOR_INTERRUPT) { in ArchHwiCreate() 113 /* set interrupt vector hwiMode */ in ArchHwiCreate() 114 ECLIC_SetShvIRQ(hwiNum, hwiMode); in ArchHwiCreate() 115 /* set interrupt trigger hwiMode and polarity */ in ArchHwiCreate() 97 ArchHwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio, HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, HwiIrqParam *irqParam) ArchHwiCreate() argument
|
/kernel/liteos_m/arch/csky/common/ |
H A D | los_common_interrupt.c | 204 hwiMode --- unused 211 HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, in ArchHwiCreate() 214 (VOID)hwiMode; in ArchHwiCreate() 210 ArchHwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio, HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, HwiIrqParam *irqParam) ArchHwiCreate() argument
|
/kernel/liteos_m/arch/xtensa/common/ |
H A D | los_common_interrupt.c | 185 hwiMode --- unused 193 HWI_MODE_T hwiMode, in ArchHwiCreate() 197 (VOID)hwiMode; in ArchHwiCreate() 191 ArchHwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio, HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, HwiIrqParam *irqParam) ArchHwiCreate() argument
|
/kernel/liteos_m/arch/arm/common/ |
H A D | los_common_interrupt.c | 232 hwiMode --- unused 239 HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, in ArchHwiCreate() 242 (VOID)hwiMode; in ArchHwiCreate() 238 ArchHwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio, HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, HwiIrqParam *irqParam) ArchHwiCreate() argument
|
/kernel/liteos_a/arch/arm/include/ |
H A D | los_hwi.h | 188 * * Solution: Check the input params hwiMode and irqParam of LOS_HwiCreate or 382 * @param hwiMode [IN] Type #HWI_MODE_T: hardware interrupt mode. Ignore this parameter temporarily. 398 HWI_MODE_T hwiMode,
|
/kernel/liteos_m/components/trace/ |
H A D | los_trace.h | 329 #define HWI_CREATE_PARAMS(hwiNum, hwiPrio, hwiMode, hwiHandler) hwiNum, hwiPrio, hwiMode, hwiHandler
|
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
H A D | los_interrupt.c | 142 hwiMode --- hwi interrupt mode 150 HWI_MODE_T hwiMode, in ArchHwiCreate() 154 (VOID)hwiMode; in ArchHwiCreate() 148 ArchHwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio, HWI_MODE_T hwiMode, HWI_PROC_FUNC hwiHandler, HwiIrqParam *irqParam) ArchHwiCreate() argument
|
/kernel/liteos_a/kernel/include/ |
H A D | los_trace.h | 356 #define HWI_CREATE_PARAMS(hwiNum, hwiPrio, hwiMode, hwiHandler) hwiNum, hwiPrio, hwiMode, hwiHandler
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/ |
H A D | It_posix_queue.h | 108 extern int LOS_HwiCreate(int hwiNum, int hwiPrio, int hwiMode, HWI_PROC_FUNC hwiHandler, int *irqParam);
|
H A D | posix_mqueue_test.cpp | 45 int LOS_HwiCreate(int hwiNum, int hwiPrio, int hwiMode, HWI_PROC_FUNC hwiHandler, int *irqParam) in LOS_HwiCreate() argument
|