|
openMMC
Open Source Modular MMC for AMCs
|
CMSIS compiler ICCARM (IAR Compiler for Arm) header file. More...
#include <intrinsics.h>
Go to the source code of this file.
Data Structures | |
| struct | __iar_u32 |
Macros | |
| #define | __IAR_FT _Pragma("inline=forced") __intrinsic |
| #define | __ICCARM_V8 0 |
| #define | __ALIGNED(x) |
| #define | __IAR_M0_FAMILY 0 |
| #define | __ASM __asm |
| #define | __COMPILER_BARRIER() |
| #define | __INLINE inline |
| #define | __NO_RETURN _Pragma("object_attribute=__noreturn") |
| #define | __PACKED __packed |
| #define | __PACKED_STRUCT __packed struct |
| #define | __PACKED_UNION __packed union |
| #define | __RESTRICT restrict |
| #define | __STATIC_INLINE static inline |
| #define | __FORCEINLINE _Pragma("inline=forced") |
| #define | __STATIC_FORCEINLINE __FORCEINLINE __STATIC_INLINE |
| #define | __UNALIGNED_UINT16_READ(PTR) |
| #define | __UNALIGNED_UINT16_WRITE(PTR, VAL) |
| #define | __UNALIGNED_UINT32_READ(PTR) |
| #define | __UNALIGNED_UINT32_WRITE(PTR, VAL) |
| #define | __UNALIGNED_UINT32(PTR) |
| #define | __USED _Pragma("__root") |
| #define | __WEAK _Pragma("__weak") |
| #define | __PROGRAM_START __iar_program_start |
| #define | __INITIAL_SP CSTACK$$Limit |
| #define | __STACK_LIMIT CSTACK$$Base |
| #define | __VECTOR_TABLE __vector_table |
| #define | __VECTOR_TABLE_ATTRIBUTE @".intvec" |
| #define | __ICCARM_INTRINSICS_VERSION__ 0 |
| #define | __get_FPSCR |
| #define | __set_FPSCR __cmsis_iar_set_FPSR_not_active |
| #define | __get_FPSCR() |
| #define | __set_FPSCR(VALUE) |
| #define | __enable_irq |
| #define | __disable_irq |
| #define | __NOP __no_operation |
| #define | __get_xPSR |
| Get xPSR Register. | |
| #define | __BKPT(value) |
| #define | __SXTB16_RORn(ARG1, ARG2) |
Functions | |
| __IAR_FT uint16_t | __iar_uint16_read (void const *ptr) |
| __IAR_FT void | __iar_uint16_write (void const *ptr, uint16_t val) |
| __IAR_FT uint32_t | __iar_uint32_read (void const *ptr) |
| __IAR_FT void | __iar_uint32_write (void const *ptr, uint32_t val) |
| __IAR_FT uint32_t | __LDREXW (uint32_t volatile *ptr) |
| __IAR_FT uint32_t | __STREXW (uint32_t value, uint32_t volatile *ptr) |
| __IAR_FT uint32_t | __ROR (uint32_t op1, uint32_t op2) |
CMSIS compiler ICCARM (IAR Compiler for Arm) header file.
| #define __ALIGNED | ( | x | ) |
| #define __ASM __asm |
| #define __BKPT | ( | value | ) |
| #define __COMPILER_BARRIER | ( | ) |
| #define __disable_irq | ( | void | ) |
| #define __enable_irq | ( | void | ) |
| #define __FORCEINLINE _Pragma("inline=forced") |
| #define __get_FPSCR | ( | void | ) |
| #define __get_FPSCR | ( | void | ) |
| #define __IAR_FT _Pragma("inline=forced") __intrinsic |
| #define __IAR_M0_FAMILY 0 |
| #define __ICCARM_INTRINSICS_VERSION__ 0 |
| #define __ICCARM_V8 0 |
| #define __INITIAL_SP CSTACK$$Limit |
| #define __INLINE inline |
| #define __NO_RETURN _Pragma("object_attribute=__noreturn") |
| #define __NOP __no_operation |
| #define __PACKED __packed |
| #define __PACKED_STRUCT __packed struct |
| #define __PACKED_UNION __packed union |
| #define __PROGRAM_START __iar_program_start |
| #define __RESTRICT restrict |
| #define __set_FPSCR __cmsis_iar_set_FPSR_not_active |
| #define __set_FPSCR | ( | VALUE | ) |
| #define __STACK_LIMIT CSTACK$$Base |
| #define __STATIC_FORCEINLINE __FORCEINLINE __STATIC_INLINE |
| #define __STATIC_INLINE static inline |
| #define __SXTB16_RORn | ( | ARG1, | |
| ARG2 ) |
| #define __UNALIGNED_UINT16_READ | ( | PTR | ) |
| #define __UNALIGNED_UINT16_WRITE | ( | PTR, | |
| VAL ) |
| #define __UNALIGNED_UINT32 | ( | PTR | ) |
| #define __UNALIGNED_UINT32_READ | ( | PTR | ) |
| #define __UNALIGNED_UINT32_WRITE | ( | PTR, | |
| VAL ) |
| #define __USED _Pragma("__root") |
| #define __VECTOR_TABLE __vector_table |
| #define __VECTOR_TABLE_ATTRIBUTE @".intvec" |
| #define __WEAK _Pragma("__weak") |
| __IAR_FT uint16_t __iar_uint16_read | ( | void const * | ptr | ) |
| __IAR_FT void __iar_uint16_write | ( | void const * | ptr, |
| uint16_t | val ) |
| __IAR_FT uint32_t __iar_uint32_read | ( | void const * | ptr | ) |
| __IAR_FT void __iar_uint32_write | ( | void const * | ptr, |
| uint32_t | val ) |
| __IAR_FT uint32_t __LDREXW | ( | uint32_t volatile * | ptr | ) |
| __IAR_FT uint32_t __ROR | ( | uint32_t | op1, |
| uint32_t | op2 ) |
| __IAR_FT uint32_t __STREXW | ( | uint32_t | value, |
| uint32_t volatile * | ptr ) |