Function esp_idf_sys::gpio_dump_io_configuration
source ยท pub unsafe extern "C" fn gpio_dump_io_configuration(
out_stream: *mut FILE,
io_bit_mask: u64,
) -> esp_err_t
Expand description
@brief Dump IO configuration information to console
@param out_stream IO stream (e.g. stdout) @param io_bit_mask IO pin bit mask, each bit maps to an IO
@return
- ESP_OK Success
- ESP_ERR_INVALID_ARG Parameter error