Searched defs:__PACKED (Results 1 – 3 of 3) sorted by relevance
66 #define __PACKED __packed macro139 #define __PACKED __attribute__((packed, aligned(1))) macro217 #define __PACKED __attribute__((packed, aligned(1))) macro226 #define __PACKED __packed macro303 #define __PACKED __attribute__((packed)) macro392 #define __PACKED macro
57 struct __PACKED struct59 uint32_t size:24; ///< Size of the job buffer.60 uint8_t attributes; ///< Attributes of the job.
305 typedef struct __PACKED struct307 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).