pub unsafe extern "C" fn gpio_iomux_out(
    gpio_num: u8,
    func: c_int,
    oen_inv: bool
)
Expand description

@brief Set peripheral output to an GPIO pad through the IOMUX. @param gpio_num gpio_num GPIO number of the pad. @param func The function number of the peripheral pin to output pin. One of the FUNC_X_* of specified pin (X) in soc/io_mux_reg.h. @param oen_inv True if the output enable needs to be inverted, otherwise False.