通常 | CMSIS | |||
- | signed | long | - | int32_t |
- | signed | short | - | int16_t |
- | signed | char | - | int8_t |
- | signed | long | const | const int32_t |
- | signed | short | const | const int16_t |
- | signed | char | const | const int8_t |
Volatile | signed | long | - | ___O int32_t ___IO int32_t |
Volatile | signed | short | - | ___O int16_t ___IO int16_t |
Volatile | signed | char | - | ___O int8_t ___IO int8_t |
Volatile | signed | long | const | ___I int32_t |
Volatile | signed | short | const | ___I int16_t |
Volatile | signed | char | const | ___I int8_t |
- | unsigned | long | - | uint32_t |
- | unsigned | short | - | uint16_t |
- | unsigned | char | - | uint8_t |
- | unsigned | long | const | const uint32_t |
- | unsigned | short | const | const uint16_t |
- | unsigned | char | const | const uint8_t |
Volatile | unsigned | long | - | ___O uint32_t ___IO uint32_t |
Volatile | unsigned | short | - | ___O uint16_t ___IO uint16_t |
Volatile | unsigned | char | - | ___O uint8_t ___IO uint8_t |
Volatile | unsigned | long | const | ___I uint32_t |
Volatile | unsigned | short | const | ___I uint16_t |
Volatile | unsigned | char | const | ___I uint8_t |