Home
last modified time | relevance | path

Searched refs:offsetof (Results 126 – 137 of 137) sorted by relevance

123456

/Zephyr-latest/drivers/serial/
Duart_emul.c30 BUILD_ASSERT(offsetof(struct uart_emul_config, emul_list) == 0);
/Zephyr-latest/drivers/net/
Dnsos_adapt.c54 ((type *)(((char *)(ptr)) - offsetof(type, field)))
/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h118 BUILD_ASSERT(offsetof(struct usb_dwc2_reg, pcgcctl) == 0x0E00);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c125 #define CONN_TX_BUF_SIZE MROUND(offsetof(struct node_tx, pdu) + \
126 offsetof(struct pdu_data, lldata) + \
Dull.c433 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu))
Dull_adv_aux.c2897 offsetof(struct pdu_adv, payload) + in ull_adv_aux_chain_pdu_duplicate()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c716 static uint8_t pkt_big_ctrl[offsetof(struct pdu_bis, payload) + sizeof(struct pdu_big_ctrl)];
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h213 BUILD_ASSERT(offsetof(struct reg_def, member) == offset, \
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h28 BUILD_ASSERT(offsetof(struct reg_def, member) == offset, \
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c1344 (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/
Dsmp.c934 (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()
Dconn.c358 (void)memset(conn, 0, offsetof(struct bt_conn, ref)); in bt_conn_new()

123456