nrfx 2.10
Data Fields
nrfx_gpiote_task_config_t Struct Reference

Structure for configuring a GPIOTE task. More...

#include <nrfx_gpiote.h>

Data Fields

uint8_t task_ch
 GPIOTE channel to be used. More...
 
nrf_gpiote_polarity_t polarity
 Task polarity configuration. More...
 
nrf_gpiote_outinit_t init_val
 Initial pin state.
 

Detailed Description

Structure for configuring a GPIOTE task.

Field Documentation

◆ polarity

nrf_gpiote_polarity_t nrfx_gpiote_task_config_t::polarity

Task polarity configuration.

NRF_GPIOTE_POLARITY_NONE is used to disable previously configured task.

◆ task_ch

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated