Home
last modified time | relevance | path

Searched defs:temp_buffer (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/log/
Dlog_buffers.c23 char temp_buffer[BYTES_PER_LINE + 3]; //for not-byte-accessible memory in esp_log_buffer_hex_internal() local
57 char temp_buffer[BYTES_PER_LINE + 3]; //for not-byte-accessible memory in esp_log_buffer_char_internal() local
91 char temp_buffer[BYTES_PER_LINE + 3]; //for not-byte-accessible memory in esp_log_buffer_hexdump_internal() local
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_chip_winbond.c50 uint8_t temp_buffer[64]; //spiflash hal max length of read no longer than 64byte in spi_flash_chip_winbond_read() local
Dspi_flash_chip_generic.c202 uint8_t temp_buffer[64]; //spiflash hal max length of read no longer than 64byte in spi_flash_chip_generic_read() local
255 uint8_t temp_buffer[64]; //spiflash hal max length of write no longer than 64byte in spi_flash_chip_generic_write() local
Dspi_flash_chip_mxic_opi.c282 uint8_t temp_buffer[64]; //spiflash hal max length of write no longer than 64byte in spi_flash_chip_mxic_opi_write() local
Desp_flash_api.c802 uint8_t* temp_buffer = NULL; in esp_flash_read() local