RTEMS CPU Kit with SuperCore  4.11.3
Macros
Lockbit Support

Macros

#define LOCKMEM   __attribute__((section (".lock")))
 
#define LOCKBITS   unsigned char __lock LOCKMEM
 
#define LOCKBITS_DEFAULT   (0xFF)
 

Detailed Description