essl_sdio_send_packet() function
Send a packet to the ESSL SDIO slave. The slave receive the packet into buffers whose size is ``buffer_size`` in the arg.
Arguments
arg
Context of the component.
start
Start address of the packet to send
length
Length of data to send, if the packet is over-size, the it will be divided into blocks and hold into different buffers automatically.
wait_ms
Time to wait before timeout, in ms.
Return value
- ESP_OK Success - ESP_ERR_TIMEOUT No buffer to use, or error ftrom SDMMC host controller - One of the error codes from SDMMC host controller