23.6.3.1.3 Function system_pinmux_group_set_config()
Writes a Port pin group configuration to the hardware module.
void system_pinmux_group_set_config( PortGroup *const port, const uint32_t mask, const struct system_pinmux_config *const config)
Writes out a given configuration of a Port pin group configuration to the hardware module.
Note: If the pin direction is set as an output, the pull-up/pull-down input configuration setting is ignored.
Data direction | Parameter name | Description |
---|---|---|
[in] | port |
Base of the PORT module to configure |
[in] | mask |
Mask of the port pin(s) to configure |
[in] | config |
Configuration settings for the pin |