Home
last modified time | relevance | path

Searched refs:MALIGN (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmem.h8 #ifndef MALIGN
13 #define MALIGN(x) __attribute__((aligned(x))) macro
Dmem.c144 uint8_t MALIGN(4) pool[BLOCK_COUNT][BLOCK_SIZE]; in mem_ut()
Dmfifo.h53 uint8_t MALIGN(4) m[MROUND(sz) * ((cnt) + 1)]; \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c681 static uint8_t MALIGN(4) _pkt_empty[MAX(HAL_RADIO_PDU_LEN_MAX,
683 static uint8_t MALIGN(4) _pkt_scratch[MAX((HAL_RADIO_PDU_LEN_MAX + 3),
701 static uint8_t MALIGN(4) _pkt_decrypt[MAX((HAL_RADIO_PDU_LEN_MAX + 3),
1998 static uint8_t MALIGN(4) _ccm_scratch[(HAL_RADIO_PDU_LEN_MAX - 4) + 16];
2226 static uint8_t MALIGN(4) _aar_scratch[3];
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c128 static uint8_t MALIGN(4) _pkt_empty[PDU_EM_LL_SIZE_MAX];
129 static uint8_t MALIGN(4) _pkt_scratch[
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c320 static uint8_t MALIGN(4) ticker_nodes[TICKER_NODES][TICKER_NODE_T_SIZE];
323 static uint8_t MALIGN(4) ticker_users[MAYFLY_CALLER_COUNT][TICKER_USER_T_SIZE];
326 static uint8_t MALIGN(4) ticker_user_ops[TICKER_USER_OPS][TICKER_USER_OP_T_SIZE];
Dull_llcp.c81 static uint8_t MALIGN(4) buffer_mem_tx[TX_CTRL_BUF_SIZE * LLCP_TX_CTRL_BUF_COUNT];
84 static uint8_t MALIGN(4) buffer_mem_local_ctx[PROC_CTX_BUF_SIZE *
88 static uint8_t MALIGN(4) buffer_mem_remote_ctx[PROC_CTX_BUF_SIZE *