![]() |
nrfx 4.5.0
|
Structure for configuring a GPIOTE task. More...
#include <nrfx_gpiote.h>
Data Fields | |
| uint8_t | task_ch |
| GPIOTE channel to be used. | |
| nrf_gpiote_polarity_t | polarity |
| Task polarity configuration. | |
| nrf_gpiote_outinit_t | init_val |
| Initial pin state. | |
Structure for configuring a GPIOTE task.
| nrf_gpiote_polarity_t nrfx_gpiote_task_config_t::polarity |
Task polarity configuration.
NRF_GPIOTE_POLARITY_NONE is used to disable previously configured task.
| uint8_t nrfx_gpiote_task_config_t::task_ch |
GPIOTE channel to be used.
Set to value allocated using nrfx_gpiote_channel_alloc. It is a user responsibility to free the channel.