ESP-IDF
send_flush_data()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
send_flush_data()
send_flush_data() function
Syntax
Show:
Summary
Declaration
Definition
from
sdio_slave.c:178
static
esp_err_t
send_flush_data
(
void
)
;
Implemented in
sdio_slave.c:662
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
send_flush_data
(
void
)
sdio_slave.c:662
static
esp_err_t
send_flush_data
(
void
)
;
sdio_slave.c:178
err
=
send_flush_data
(
)
;
sdio_slave.c:440
sdio_slave_reset()
Call Tree
from
examples
send_flush_data()
is called by 1 function and calls 5 functions:
sdio_slave_reset()
All items filtered out
send_flush_data()
__assert_func()
esp_log_timestamp()
esp_log_write()
xQueueGenericSend()
sdio_slave_hal_send_flush_next_buffer()
All items filtered out
Data Use
from
examples
send_flush_data()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
sdio_context_t::hal
sdio_context_t::remain_cnt
sdio_context_t::ret_queue
context
All items filtered out
send_flush_data()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out