New HAL and SimpleMAC for STM32W108.
This commit is contained in:
parent
c9af578eab
commit
eb588f1aec
89 changed files with 1503 additions and 1883 deletions
|
@ -99,9 +99,9 @@ _disableBasePri:
|
|||
_basePriIsDisabled:
|
||||
MRS R0, BASEPRI // read current BASEPRI
|
||||
CMP R0, #INTERRUPTS_DISABLED_PRIORITY
|
||||
ITE le
|
||||
LDRLE R0, =1
|
||||
LDRGT R0, =0
|
||||
ITE lt
|
||||
LDRLT R0, =0
|
||||
LDRGE R0, =1
|
||||
BX LR
|
||||
__CFI__(EndBlock cfiBlock3)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue