/hal_espressif-3.7.0/components/soc/include/soc/ |
D | lldesc.h | 66 static inline int lldesc_get_required_num_constrained(int data_size, int max_desc_size) in lldesc_get_required_num_constrained() argument 68 return (data_size + max_desc_size - 1) / max_desc_size; in lldesc_get_required_num_constrained() 78 #define lldesc_get_required_num(data_size) lldesc_get_required_num_constrained(data_size, LLDESC_MA… argument
|
/hal_espressif-3.7.0/components/hal/ |
D | uart_hal_iram.c | 33 void uart_hal_write_txfifo(uart_hal_context_t *hal, const uint8_t *buf, uint32_t data_size, uint32_… in uart_hal_write_txfifo() argument 36 if (fill_len > data_size) { in uart_hal_write_txfifo() 37 fill_len = data_size; in uart_hal_write_txfifo()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/ |
D | hidh_conn.c | 833 UINT16 data_size; in hidh_conn_snd_data() local 886 data_size = 0; in hidh_conn_snd_data() 896 data_size = buf->len; in hidh_conn_snd_data() 902 data_size = buf->len; in hidh_conn_snd_data() 912 data_size = bytes_copied = 1; in hidh_conn_snd_data() 928 data_size -= bytes_copied; in hidh_conn_snd_data() 935 if (data_size) { in hidh_conn_snd_data() 942 } while ((data_size != 0) || blank_datc ) ; in hidh_conn_snd_data()
|
/hal_espressif-3.7.0/components/driver/spi/sdspi/ |
D | sdspi_private.h | 102 void *data, uint32_t data_size, int flags);
|
D | sdspi_host.c | 446 uint32_t data_size, int flags) in sdspi_host_start_command() argument 461 __func__, handle, cmd_index, cmd_arg, flags, data, data_size, cmd->crc7); in sdspi_host_start_command() 480 … ret = start_command_write_blocks(slot, cmd, data, data_size, multi_block, stop_transmission); in sdspi_host_start_command() 482 ret = start_command_read_blocks(slot, cmd, data, data_size, stop_transmission); in sdspi_host_start_command()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 514 *size = MIN(fixed->data_size, *size); in fixed_data_alloc() 516 return fixed->data_pool + fixed->data_size * net_buf_id(buf); in fixed_data_alloc() 612 return net_buf_alloc_len_debug(pool, fixed->data_size, timeout, func, line); in net_buf_alloc_fixed_debug() 619 return net_buf_alloc_len(pool, fixed->data_size, timeout); in net_buf_alloc_fixed()
|
/hal_espressif-3.7.0/components/hal/include/hal/ |
D | uart_hal.h | 170 void uart_hal_write_txfifo(uart_hal_context_t *hal, const uint8_t *buf, uint32_t data_size, uint32_…
|
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | sleep_cpu.c | 165 uint32_t data_size = (uint32_t)(_rodata_reserved_end - _rodata_start); in esp_sleep_tagmem_pd_low_init() local 168 uint32_t data_size = SOC_EXTRAM_DATA_SIZE; in esp_sleep_tagmem_pd_low_init() local 171 code_start, code_size, data_start, data_size); in esp_sleep_tagmem_pd_low_init() 172 … uint32_t tagmem_sz = cache_tagmem_retention_setup(code_start, code_size, data_start, data_size); in esp_sleep_tagmem_pd_low_init()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 863 size_t data_size; member 901 .data_size = _data_size, \
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 50 uint32_t data_size; /* Number of data bytes in the queue */ member 162 slot_data->data_size = 0; in init_slot_data()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 46 uint32_t data_size; /* Number of data bytes in the queue */ member 115 slot_data->data_size = 0; in init_slot_data()
|