!182 fix: add API LOS_HwiCreate、LOS_HwiDelete
Merge pull request !182 from kenneth/HWI
This commit is contained in:
commit
8df07fe3cc
|
@ -70,6 +70,8 @@ extern VOID __stack_chk_fail(VOID);
|
||||||
UINT32 HalIsIntActive(VOID);
|
UINT32 HalIsIntActive(VOID);
|
||||||
#define OS_INT_ACTIVE (HalIsIntActive())
|
#define OS_INT_ACTIVE (HalIsIntActive())
|
||||||
#define OS_INT_INACTIVE (!(OS_INT_ACTIVE))
|
#define OS_INT_INACTIVE (!(OS_INT_ACTIVE))
|
||||||
|
#define LOS_HwiCreate HalHwiCreate
|
||||||
|
#define LOS_HwiDelete HalHwiDelete
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup los_interrupt
|
* @ingroup los_interrupt
|
||||||
|
|
Loading…
Reference in New Issue