50 #if defined (__ICCARM__) 51 #pragma system_include 54 #if defined (__CC_ARM) 65 #define __I volatile const 71 #define __R volatile const 92 __IO uint32_t semaphores[8];
93 __R uint32_t rsv_0x20_0xff[56];
104 #define MXC_R_SEMA_SEMAPHORES ((uint32_t)0x00000000UL) 105 #define MXC_R_SEMA_STATUS ((uint32_t)0x00000100UL) 114 #define MXC_F_SEMA_SEMAPHORES_SEMA_POS 0 115 #define MXC_F_SEMA_SEMAPHORES_SEMA ((uint32_t)(0x1UL << MXC_F_SEMA_SEMAPHORES_SEMA_POS)) 125 #define MXC_F_SEMA_STATUS_STATUS_POS 0 126 #define MXC_F_SEMA_STATUS_STATUS ((uint32_t)(0xFFUL << MXC_F_SEMA_STATUS_STATUS_POS)) __IO uint32_t status
0x100: SEMA STATUS Register
Definition: sema_regs.h:94
Structure type to access the SEMA Registers.
Definition: sema_regs.h:91