23.6.3.5 Function system_pinmux_pin_set_output_strength()
Configures the output driver strength mode for a GPIO pin.
void system_pinmux_pin_set_output_strength( const uint8_t gpio_pin, const enum system_pinmux_pin_strength mode)
Configures the output drive strength for a GPIO output, to control the amount of current the pad is able to sink/source.
Data direction | Parameter name | Description |
---|---|---|
[in] | gpio_pin |
Index of the GPIO pin to configure |
[in] | mode |
New output driver strength mode to configure |