Home
last modified time | relevance | path

Searched defs:__PACKED (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dcompiler_abstraction.h66 #define __PACKED __packed macro
139 #define __PACKED __attribute__((packed, aligned(1))) macro
217 #define __PACKED __attribute__((packed, aligned(1))) macro
226 #define __PACKED __packed macro
303 #define __PACKED __attribute__((packed)) macro
392 #define __PACKED macro
/hal_nordic-latest/nrfx/helpers/
Dnrf_vdma.h57 struct __PACKED struct
59 uint32_t size:24; ///< Size of the job buffer.
60 uint8_t attributes; ///< Attributes of the job.
/hal_nordic-latest/nrfx/hal/
Dnrf_ccm.h305 typedef struct __PACKED struct
307 uint8_t key[NRF_CCM_KEY_SIZE]; ///< 16-byte AES key.
308 uint8_t pktctr[NRF_CCM_PKTCTR_SIZE]; ///< Packet counter configuration.
309 uint8_t iv[NRF_CCM_IV_SIZE]; ///< 8-byte initialization vector (IV).