Function extint_chan_set_config()

Writes an External Interrupt channel configuration to the hardware module.

void extint_chan_set_config(
		const uint8_t channel,
		const struct extint_chan_conf *const config)

Writes out a given configuration of an External Interrupt channel configuration to the hardware module. If the channel is already configured, the new configuration will replace the existing one.

Table 1. Parameters
Data direction Parameter name Description

[in]

channel

External Interrupt channel to configure

[in]

config

Configuration settings for the channel