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.
Table 1. Parameters
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