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: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_LPC4337/core_cm3.h
- Revision:
- 131:faff56e089b2
- Parent:
- 128:9bcdf88f62b0
- Child:
- 145:64910690c574
--- a/TARGET_LPC4337/core_cm3.h Thu Nov 24 11:01:25 2016 +0000 +++ b/TARGET_LPC4337/core_cm3.h Thu Dec 15 11:17:48 2016 +0000 @@ -1431,6 +1431,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(); }