Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/spiffs/include/
Desp_spiffs.h93 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/
Di2c.c105 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/
Desp_ping.h41 uint32_t total_bytes; member
/hal_espressif-3.6.0/components/lwip/apps/ping/
Desp_ping.c146 ping_option_info->ping_res.total_bytes += ping_len; in esp_ping_result()
/hal_espressif-3.6.0/components/spiffs/
Desp_spiffs.c283 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()