pub unsafe extern "C" fn spi_slave_disable(host: u32) -> i32Expand description
@brief Disable the spi slave function for an initialized spi host
@param host SPI peripheral to be disabled @return - ESP_OK On success - ESP_ERR_INVALID_ARG Unsupported host - ESP_ERR_INVALID_STATE Peripheral already disabled