Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: cmsis/core_cm7.h
- Revision:
- 152:9a67f0b066fc
- Parent:
- 150:02e0a0aed4ec
- Child:
- 167:e84263d55307
diff -r 5eaa88a5bcc7 -r 9a67f0b066fc cmsis/core_cm7.h --- a/cmsis/core_cm7.h Thu Nov 24 17:03:03 2016 +0000 +++ b/cmsis/core_cm7.h Thu Dec 15 11:48:27 2016 +0000 @@ -1754,6 +1754,8 @@ __STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn) { NVIC->ICER[(((uint32_t)(int32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL)); + __DSB(); + __ISB(); }