![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
union | tfm_mem_addr_t |
Macros | |
#define | GET_MEM_ADDR_BIT0(x) ((x) & 0x1) |
#define | GET_MEM_ADDR_BIT1(x) ((x) & 0x2) |
#define GET_MEM_ADDR_BIT0 | ( | x | ) | ((x) & 0x1) |
Definition at line 14 of file crt_impl_private.h.
#define GET_MEM_ADDR_BIT1 | ( | x | ) | ((x) & 0x2) |
Definition at line 15 of file crt_impl_private.h.