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_SAMD21J18A/core_sc300.h
- Revision:
- 131:faff56e089b2
- Parent:
- 111:4336505e4b1c
- Child:
- 145:64910690c574
--- a/TARGET_SAMD21J18A/core_sc300.h Thu Nov 24 11:01:25 2016 +0000 +++ b/TARGET_SAMD21J18A/core_sc300.h Thu Dec 15 11:17:48 2016 +0000 @@ -1376,6 +1376,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(); }