ESP-IDF
init_context()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
init_context()
init_context() function
Syntax
Show:
Summary
Declaration
from
sdio_slave.c:226
static
esp_err_t
init_context
(
const
sdio_slave_config_t
*
config
)
;
Arguments
Argument
config
Related Functions
Found 2 other functions taking a
sdio_slave_config_t
argument:
Function
Description
sdio_slave_initialize()
Initialize the sdio slave driver
sdio_slave_hw_init()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
init_context
(
const
sdio_slave_config_t
*
config
)
sdio_slave.c:226
r
=
init_context
(
config
)
;
sdio_slave.c:366
sdio_slave_initialize()
Call Tree
from
examples
init_context()
is called by 1 function and calls 8 functions:
sdio_slave_initialize()
All items filtered out
init_context()
esp_log_timestamp()
esp_log_write()
heap_caps_malloc()
heap_caps_calloc()
xQueueCreateCountingSemaphore()
xQueueGenericCreate()
deinit_context()
sdio_slave_hal_init()
All items filtered out
Data Use
from
examples
init_context()
reads 21 variables and writes 13 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
sdio_slave_context_t::send_desc_queue
sdio_ringbuf_t::data
sdio_ringbuf_t::size
sdio_slave_config_t::timing
sdio_slave_config_t::sending_mode
sdio_slave_config_t::send_queue_size
sdio_slave_config_t::recv_buffer_size
sdio_slave_config_t::flags
TAG
sdio_context_t::config
sdio_context_t::hal
sdio_context_t::
::events
sdio_context_t::remain_cnt
sdio_context_t::ret_queue
sdio_context_t::recv_reg_list
context
All items filtered out
init_context()
sdio_slave_context_t::sending_mode
sdio_slave_context_t::timing
sdio_slave_context_t::
::no_highspeed
sdio_slave_context_t::send_queue_size
sdio_slave_context_t::recv_buffer_size
sdio_ringbuf_t::data
sdio_ringbuf_t::size
sdio_context_t::config
sdio_context_t::hal
sdio_context_t::
::
::recv_event
sdio_context_t::remain_cnt
sdio_context_t::ret_queue
context
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