Function esp_idf_sys::sdio_slave_stop

source ยท
pub unsafe extern "C" fn sdio_slave_stop()
Expand description

Stop hardware from sending and receiving, also set IOREADY1 to 0.

@note this will not clear the data already in the driver, and also not reset the PKT_LEN and TOKEN1 counting. Call sdio_slave_reset to do that.