gpio_hal_iomux_out macro
Set peripheral output to an GPIO pad through the IOMUX.
Syntax
#define gpio_hal_iomux_out(hal, gpio_num, func, oen_inv) gpio_ll_iomux_out((hal)->dev, gpio_num, func, oen_inv) Arguments
hal
Context of the HAL layer
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``.
oen_inv
True if the output enable needs to be inverted, otherwise False.
![]()
#define gpio_hal_iomux_out(hal, gpio_num, func, oen_inv) gpio_ll_iomux_out((hal)->dev, gpio_num, func, oen_inv)