Searched refs:offsetof (Results 126 – 137 of 137) sorted by relevance
123456
/Zephyr-latest/drivers/serial/ |
D | uart_emul.c | 30 BUILD_ASSERT(offsetof(struct uart_emul_config, emul_list) == 0);
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 54 ((type *)(((char *)(ptr)) - offsetof(type, field)))
|
/Zephyr-latest/drivers/usb/common/ |
D | usb_dwc2_hw.h | 118 BUILD_ASSERT(offsetof(struct usb_dwc2_reg, pcgcctl) == 0x0E00);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn.c | 125 #define CONN_TX_BUF_SIZE MROUND(offsetof(struct node_tx, pdu) + \ 126 offsetof(struct pdu_data, lldata) + \
|
D | ull.c | 433 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu))
|
D | ull_adv_aux.c | 2897 offsetof(struct pdu_adv, payload) + in ull_adv_aux_chain_pdu_duplicate()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 716 static uint8_t pkt_big_ctrl[offsetof(struct pdu_bis, payload) + sizeof(struct pdu_big_ctrl)];
|
/Zephyr-latest/soc/ite/ec/common/ |
D | chip_chipregs.h | 213 BUILD_ASSERT(offsetof(struct reg_def, member) == offset, \
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 28 BUILD_ASSERT(offsetof(struct reg_def, member) == offset, \
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcc.c | 1344 (void)memset(mcs_inst, 0, offsetof(struct mcs_instance_t, player_name_sub_params)); in reset_mcs_inst() 1347 (void)memset(&mcs_inst->otc, 0, offsetof(struct bt_ots_client, oacp_sub_params)); in reset_mcs_inst()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 934 (void)memset(smp, 0, offsetof(struct bt_smp_br, chan)); in smp_br_init() 2639 (void)memset(smp, 0, offsetof(struct bt_smp, chan)); in smp_init()
|
D | conn.c | 358 (void)memset(conn, 0, offsetof(struct bt_conn, ref)); in bt_conn_new()
|
123456