sdio_slave_context_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (2/5)...
SummarySyntaxRelatedReferencesInstancesLifecycle

Fields

Field
Declared as
Description
Sending mode, should be manually configured before using the HAL. see `sdio_slave_sending_mode_t`.
Timing mode (launch edge and latch edge settings). Should be manually configured before using the HAL. `SDIO_SLAVE_TIMING_PSEND_PSAMPLE` is recommended by default.
int
Max buffers that can be queued before sending. Should be manually configured before using the HAL.
size_t
The size of each buffer. The host and slave should share a pre-negotiated value. Should be manually configured before using the HAL.
The ring buffer used to hold queued descriptors. Should be manually initialized before using the HAL.
uint32_t

References