Function esp_idf_sys::sdio_slave_read_reg
source ยท pub unsafe extern "C" fn sdio_slave_read_reg(pos: c_int) -> u8
Expand description
Read the spi slave register shared with host.
@param pos register address, 0-27 or 32-63.
@note register 28 to 31 are reserved for interrupt vector.
@return value of the register.