Home
last modified time | relevance | path

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

/hal_espressif-latest/components/log/
Dlog_buffers.c31 char temp_buffer[BYTES_PER_LINE + 3]; //for not-byte-accessible memory in esp_log_buffer_hex_internal() local
65 char temp_buffer[BYTES_PER_LINE + 3]; //for not-byte-accessible memory in esp_log_buffer_char_internal() local
99 char temp_buffer[BYTES_PER_LINE + 3]; //for not-byte-accessible memory in esp_log_buffer_hexdump_internal() local
/hal_espressif-latest/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.c231 uint8_t temp_buffer[64]; //spiflash hal max length of read no longer than 64byte in spi_flash_chip_generic_read() local
284 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.c289 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.c868 uint8_t* temp_buffer = NULL; in esp_flash_read() local
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c307 char temp_buffer[sizeof(tBTM_LE_KEY_VALUE)] = {0}; in btc_storage_delete_duplicate_ble_devices() local