ESP-IDF + 0/1 examples
SourceVu will show references to sdio_slave_recv_register_buf() from the following samples and libraries:
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsExamplesReferencesCall TreeData Use

Return value

The buffer handle if success, otherwise NULL.

Notes

The driver will use and only use the amount of space specified in the `recv_buffer_size` member set in the `sdio_slave_config_t`. All buffers should be larger than that. The buffer is used by the DMA, so it should be DMA capable and 32-bit aligned.

References

from 0/1 examples