mbed library sources. Supersedes mbed-src.
Dependents: SPIne CH_Communicatuin_Test CH_Communicatuin_Test2 MCP_SPIne ... more
Fork of mbed-dev-f303 by
Diff: cmsis/core_cm0plus.h
- Revision:
- 152:9a67f0b066fc
- Parent:
- 150:02e0a0aed4ec
- Child:
- 167:e84263d55307
diff -r 5eaa88a5bcc7 -r 9a67f0b066fc cmsis/core_cm0plus.h --- a/cmsis/core_cm0plus.h Thu Nov 24 17:03:03 2016 +0000 +++ b/cmsis/core_cm0plus.h Thu Dec 15 11:48:27 2016 +0000 @@ -703,6 +703,8 @@ __STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn) { NVIC->ICER[0] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL)); + __DSB(); + __ISB(); }