|
ChibiOS/RT
2.6.0 |
ARM Cortex-Mx port system types.
Definition in file ports/IAR/ARMCMx/chtypes.h.
#include <stddef.h>#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Defines | |
| #define | INLINE inline |
| Inline function modifier. | |
| #define | ROMCONST const |
| ROM constant modifier. | |
| #define | PACK_STRUCT_STRUCT |
| Packed structure modifier (within). | |
| #define | PACK_STRUCT_BEGIN __packed |
| Packed structure modifier (before). | |
| #define | PACK_STRUCT_END |
| Packed structure modifier (after). | |
Typedefs | |
| typedef bool | bool_t |
| typedef uint8_t | tmode_t |
| typedef uint8_t | tstate_t |
| typedef uint8_t | trefs_t |
| typedef uint8_t | tslices_t |
| typedef uint32_t | tprio_t |
| typedef int32_t | msg_t |
| typedef int32_t | eventid_t |
| typedef uint32_t | eventmask_t |
| typedef uint32_t | flagsmask_t |
| typedef uint32_t | systime_t |
| typedef int32_t | cnt_t |