/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | list.h | 69 #ifndef offsetof 70 #define offsetof(type, member) ((long) &((type *) 0)->member) macro 74 ((type *) ((char *) item - offsetof(type, member)))
|
/hal_espressif-latest/components/bootloader_support/include/ |
D | esp_image_format.h | 66 ESP_STATIC_ASSERT(offsetof(rtc_retain_mem_t, crc) == sizeof(rtc_retain_mem_t) - sizeof(uint32_t), "… 73 ESP_STATIC_ASSERT(offsetof(rtc_retain_mem_t, custom) == sizeof(rtc_retain_mem_t) - sizeof(uint32_t)…
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 34 return (void *)((char *)link + offsetof(regdma_link_continuous_t, head)); in regdma_link_new_continuous() 50 return (void *)((char *)link + offsetof(regdma_link_addr_map_t, head)); in regdma_link_new_addr_map() 62 return (void *)((char *)link + offsetof(regdma_link_write_wait_t, head)); in regdma_link_new_write() 74 return (void *)((char *)link + offsetof(regdma_link_write_wait_t, head)); in regdma_link_new_wait() 90 return (void *)((char *)link + offsetof(regdma_link_branch_continuous_t, head)); in regdma_link_new_branch_continuous() 106 return (void *)((char *)link + offsetof(regdma_link_branch_addr_map_t, head)); in regdma_link_new_branch_addr_map() 118 return (void *)((char *)link + offsetof(regdma_link_branch_write_wait_t, head)); in regdma_link_new_branch_write() 130 return (void *)((char *)link + offsetof(regdma_link_branch_write_wait_t, head)); in regdma_link_new_branch_wait() 424 offsetof(regdma_link_continuous_t, stat), in regdma_link_get_stats() 425 offsetof(regdma_link_addr_map_t, stat), in regdma_link_get_stats() [all …]
|
/hal_espressif-latest/components/esp_system/port/include/riscv/ |
D | eh_frame_parser_impl.h | 53 #define EXECUTION_FRAME_SP_REG (offsetof(RvExcFrame, sp)/sizeof(uint32_t))
|
/hal_espressif-latest/components/bt/porting/include/os/ |
D | util.h | 38 ((type *)(((char *)(ptr)) - offsetof(type, field)))
|
/hal_espressif-latest/components/esp_app_format/include/ |
D | esp_app_desc.h | 40 ESP_STATIC_ASSERT(offsetof(esp_app_desc_t, secure_version) == 4, "secure_version field must be at 4…
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_tlsf.c | 39 #define block_start_offset (offsetof(block_header_t, size) + sizeof(size_t)) 117 this_block_size - offsetof(block_header_t, next_free)- block_header_overhead; in integrity_walker()
|
/hal_espressif-latest/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.h | 61 #define SSL_BUF_HEAD_OFFSET_SIZE ((int)offsetof(struct esp_mbedtls_ssl_buf, buf))
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_util.h | 74 ((type *)(((char *)(ptr)) - offsetof(type, field)))
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_clk.c | 63 _Static_assert(offsetof(retain_mem_t, checksum) == sizeof(retain_mem_t) - sizeof(uint32_t), "Wrong …
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | time_scene_client.c | 278 memcpy(status, buf->data, offsetof(struct bt_mesh_scheduler_act_status, scene_number)); in time_scene_status() 279 net_buf_simple_pull(buf, offsetof(struct bt_mesh_scheduler_act_status, scene_number)); in time_scene_status() 467 net_buf_simple_add_mem(msg, set, offsetof(struct bt_mesh_scheduler_act_set, scene_number)); in time_scene_set_state()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_common_loader.c | 129 return offsetof(rtc_retain_mem_t, custom); in rtc_retain_mem_size()
|
/hal_espressif-latest/components/driver/spi/sdspi/ |
D | sdspi_transaction.c | 24 const size_t bytes_to_crc = offsetof(sdspi_hw_cmd_t, arguments) + in sdspi_msg_crc7()
|
/hal_espressif-latest/components/log/ |
D | log.c | 117 size_t entry_size = offsetof(uncached_tag_entry_t, tag) + tag_len; in esp_log_level_set()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | settings_uid.c | 117 memset(&user_ids[i], 0, offsetof(struct settings_uid, handle)); in settings_uid_deinit()
|
D | provisioner_prov.c | 1328 memset(&link[idx], 0, offsetof(struct prov_link, tx.retransmit)); 3278 memset(&link[idx], 0, offsetof(struct prov_link, timeout)); 3364 memset(&link[i], 0, offsetof(struct prov_link, tx.retransmit)); 3370 memset(&link[i], 0, offsetof(struct prov_link, timeout)); 3383 memset(&prov_ctx, 0, offsetof(struct bt_mesh_prov_ctx, static_oob_len));
|
D | prov.c | 242 (void)memset(&link, 0, offsetof(struct prov_link, tx.retransmit)); in reset_state() 254 (void)memset(&link, 0, offsetof(struct prov_link, prot_timer)); in reset_state()
|
D | provisioner_main.c | 1581 memset(&hb_rx, 0, offsetof(struct heartbeat_recv, cb)); in bt_mesh_provisioner_set_heartbeat_filter_type()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 53 #define HCI_GET_CMD_METAMSG(cmd_ptr) (hci_cmd_metadata_t *)((void *)(cmd_ptr) - offsetof(hci_cmd_m… 54 …KED_STRUCT(metadata_ptr) (pkt_linked_item_t *)((void *)(metadata_ptr) - offsetof(pkt_linked_item_t…
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | pmu_struct.h | 750 _Static_assert(offsetof(pmu_dev_t, reserved) == (PMU_VDD_SPI_STATUS_REG - DR_REG_PMU_BASE) + 4, "In…
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 766 _Static_assert(offsetof(pmu_dev_t, reserved) == (PMU_VDD_SPI_STATUS_REG - DR_REG_PMU_BASE) + 4, "In…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_transition.c | 1022 memset(transition, 0x0, offsetof(struct bt_mesh_state_transition, flag)); in bt_mesh_server_stop_transition()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 1167 p_ent = (tINQ_DB_ENT *) ((UINT8 *)p_cur - offsetof (tINQ_DB_ENT, inq_info)); in BTM_InqDbNext()
|
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
D | mbedtls_rom_osi.h | 659 #define STRUCT_OFFSET_CHECK(x, y, z) _Static_assert((offsetof(x,y)==(z)), "The variables type of "#…
|