Searched refs:total_bytes (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/spiffs/include/ |
D | esp_spiffs.h | 93 esp_err_t esp_spiffs_info(const char* partition_label, size_t *total_bytes, size_t *used_bytes);
|
/hal_espressif-3.6.0/components/driver/ |
D | i2c.c | 105 size_t total_bytes; member 1183 .total_bytes = data_len, in i2c_master_write() 1199 .total_bytes = 1, in i2c_master_write_byte() 1213 .total_bytes = data_len, in i2c_master_read_static() 1231 .total_bytes = 1, in i2c_master_read_byte() 1270 return cmd->total_bytes == 1; in i2c_cmd_is_single_byte() 1285 if (cmd->bytes_used != cmd->total_bytes) { in i2c_master_cmd_begin_static() 1313 const size_t remaining_bytes = cmd->total_bytes - cmd->bytes_used; in i2c_master_cmd_begin_static() 1343 if (i2c_cmd_is_single_byte(cmd) || cmd->total_bytes == cmd->bytes_used) { in i2c_master_cmd_begin_static()
|
/hal_espressif-3.6.0/components/lwip/include/apps/ |
D | esp_ping.h | 41 uint32_t total_bytes; member
|
/hal_espressif-3.6.0/components/lwip/apps/ping/ |
D | esp_ping.c | 146 ping_option_info->ping_res.total_bytes += ping_len; in esp_ping_result()
|
/hal_espressif-3.6.0/components/spiffs/ |
D | esp_spiffs.c | 283 esp_err_t esp_spiffs_info(const char* partition_label, size_t *total_bytes, size_t *used_bytes) in esp_spiffs_info() argument 289 SPIFFS_info(_efs[index]->fs, (uint32_t *)total_bytes, (uint32_t *)used_bytes); in esp_spiffs_info()
|