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_NUCLEO_L011K4/core_cm7.h
- Revision:
- 128:9bcdf88f62b0
- Parent:
- 122:f9eeca106725
- Child:
- 131:faff56e089b2
diff -r 25aea2a3f4e3 -r 9bcdf88f62b0 TARGET_NUCLEO_L011K4/core_cm7.h --- a/TARGET_NUCLEO_L011K4/core_cm7.h Fri Sep 30 16:49:46 2016 +0100 +++ b/TARGET_NUCLEO_L011K4/core_cm7.h Thu Oct 27 16:45:56 2016 +0100 @@ -263,6 +263,14 @@ #define __O volatile /*!< Defines 'write only' permissions */ #define __IO volatile /*!< Defines 'read / write' permissions */ +#ifdef __cplusplus + #define __IM volatile /*!< Defines 'read only' permissions */ +#else + #define __IM volatile const /*!< Defines 'read only' permissions */ +#endif +#define __OM volatile /*!< Defines 'write only' permissions */ +#define __IOM volatile /*!< Defines 'read / write' permissions */ + /*@} end of group Cortex_M7 */