Searched defs:out_size (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.4.0/components/spi_flash/ |
D | spi_flash_os_func_noos.c | 97 IRAM_ATTR void* get_temp_buffer_not_supported(void* arg, size_t reqest_size, size_t* out_size) in get_temp_buffer_not_supported()
|
D | spi_flash_os_func_app.c | 152 static IRAM_ATTR void* get_buffer_malloc(void* arg, size_t reqest_size, size_t* out_size) in get_buffer_malloc()
|
D | flash_mmap.c | 121 static void IRAM_ATTR get_mmu_region(spi_flash_mmap_memory_t memory, int* out_begin, int* out_size,… in get_mmu_region()
|
D | esp_flash_api.c | 482 esp_err_t IRAM_ATTR esp_flash_get_size(esp_flash_t *chip, uint32_t *out_size) in esp_flash_get_size()
|
/hal_espressif-3.4.0/components/esp_gdbstub/src/ |
D | packet.c | 129 int esp_gdbstub_read_command(unsigned char **out_cmd, size_t *out_size) in esp_gdbstub_read_command()
|
/hal_espressif-3.4.0/components/espcoredump/src/ |
D | core_dump_flash.c | 526 esp_err_t esp_core_dump_image_get(size_t* out_addr, size_t *out_size) in esp_core_dump_image_get()
|
D | core_dump_elf.c | 655 size_t out_size; in elf_core_dump_image_mmap() local
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | gdma_struct.h | 395 …uint32_t out_size : 7; /*This register is used to configure the size of L… member
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 310 #define ESP_BLE_MESH_PROV(uuid, sta_val, sta_val_len, out_size, out_act, in_size, in_act) { \ argument
|