GPIOTE driver - legacy layer

nRF5 SDK v16.0.0

Layer providing compatibility with the former API. More...

Macros

#define GPIOTE_CONFIG_IN_SENSE_LOTOHI NRFX_GPIOTE_CONFIG_IN_SENSE_LOTOHI
Macro for forwarding the new implementation.
#define GPIOTE_CONFIG_IN_SENSE_HITOLO NRFX_GPIOTE_CONFIG_IN_SENSE_HITOLO
Macro for forwarding the new implementation.
#define GPIOTE_CONFIG_IN_SENSE_TOGGLE NRFX_GPIOTE_CONFIG_IN_SENSE_TOGGLE
Macro for forwarding the new implementation.
#define GPIOTE_RAW_CONFIG_IN_SENSE_LOTOHI NRFX_GPIOTE_RAW_CONFIG_IN_SENSE_LOTOHI
Macro for forwarding the new implementation.
#define GPIOTE_RAW_CONFIG_IN_SENSE_HITOLO NRFX_GPIOTE_RAW_CONFIG_IN_SENSE_HITOLO
Macro for forwarding the new implementation.
#define GPIOTE_RAW_CONFIG_IN_SENSE_TOGGLE NRFX_GPIOTE_RAW_CONFIG_IN_SENSE_TOGGLE
Macro for forwarding the new implementation.
#define GPIOTE_CONFIG_OUT_SIMPLE NRFX_GPIOTE_CONFIG_OUT_SIMPLE
Macro for forwarding the new implementation.
#define GPIOTE_CONFIG_OUT_TASK_LOW NRFX_GPIOTE_CONFIG_OUT_TASK_LOW
Macro for forwarding the new implementation.
#define GPIOTE_CONFIG_OUT_TASK_HIGH NRFX_GPIOTE_CONFIG_OUT_TASK_HIGH
Macro for forwarding the new implementation.
#define GPIOTE_CONFIG_OUT_TASK_TOGGLE NRFX_GPIOTE_CONFIG_OUT_TASK_TOGGLE
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_init nrfx_gpiote_init
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_is_init nrfx_gpiote_is_init
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_uninit nrfx_gpiote_uninit
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_init nrfx_gpiote_out_init
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_uninit nrfx_gpiote_out_uninit
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_set nrfx_gpiote_out_set
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_clear nrfx_gpiote_out_clear
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_toggle nrfx_gpiote_out_toggle
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_task_enable nrfx_gpiote_out_task_enable
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_task_disable nrfx_gpiote_out_task_disable
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_task_addr_get nrfx_gpiote_out_task_addr_get
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_in_init nrfx_gpiote_in_init
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_in_uninit nrfx_gpiote_in_uninit
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_in_event_enable nrfx_gpiote_in_event_enable
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_in_event_disable nrfx_gpiote_in_event_disable
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_in_is_set nrfx_gpiote_in_is_set
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_in_event_addr_get nrfx_gpiote_in_event_addr_get
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_set_task_addr_get nrfx_gpiote_set_task_addr_get
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_clr_task_addr_get nrfx_gpiote_clr_task_addr_get
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_task_force nrfx_gpiote_out_task_force
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_out_task_trigger nrfx_gpiote_out_task_trigger
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_set_task_trigger nrfx_gpiote_set_task_trigger
Macro for forwarding the new implementation.
#define nrf_drv_gpiote_clr_task_trigger nrfx_gpiote_clr_task_trigger
Macro for forwarding the new implementation.

Typedefs

typedef nrfx_gpiote_in_config_t nrf_drv_gpiote_in_config_t
Type definition for forwarding the new implementation.
typedef nrfx_gpiote_pin_t nrf_drv_gpiote_pin_t
Type definition for forwarding the new implementation.
typedef nrfx_gpiote_out_config_t nrf_drv_gpiote_out_config_t
Type definition for forwarding the new implementation.
typedef nrfx_gpiote_evt_handler_t nrf_drv_gpiote_evt_handler_t
Type definition for forwarding the new implementation.

Detailed Description

Layer providing compatibility with the former API.