gpio_iomux_out() function
Set peripheral output to an GPIO pad through the IOMUX.
Arguments
gpio_num
gpio_num GPIO number of the pad.
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``.
out_en_inv
True if the output enable needs to be inverted, otherwise False.