Configures the input sampling mode for a group of pins.
void system_pinmux_group_set_input_sample_mode( PortGroup *const port, const uint32_t mask, const enum system_pinmux_pin_sample mode)
Configures the input sampling mode for a group of pins, to control when the physical I/O pin value is sampled and stored inside the microcontroller.
| 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] |
mode |
New pin sampling mode to configure |