Type Alias esp_idf_sys::sdio_slave_buf_handle_t

source ยท
pub type sdio_slave_buf_handle_t = *mut c_void;
Expand description

Handle of a receive buffer, register a handle by calling sdio_slave_recv_register_buf. Use the handle to load the buffer to the driver, or call sdio_slave_recv_unregister_buf if it is no longer used.