Go to the documentation of this file.
52 #ifndef _APP_GPIOTE_H_
53 #define _APP_GPIOTE_H_
uint16_t app_gpiote_config(const app_gpiote_param_t *p_config)
Config the APP GPIO Interrupt DRIVER according to the specified parameters in the app_gpiote_param_t.
void(* app_io_callback_t)(app_io_evt_t *p_evt)
GPIO callback type.
app_io_pull_t
GPIO pull Enumerations definition.
app_io_type_t
GPIO type Enumerations definition.
app_io_mode_t
GPIO mode Enumerations definition.
uint16_t app_gpiote_init(const app_gpiote_param_t *p_params, uint8_t table_cnt)
Initialize the APP GPIO Interrupt DRIVER according to the specified parameters in the app_gpiote_para...
Header file containing functions prototypes of GPIO app library.
uint16_t app_gpiote_deinit(app_io_type_t type, uint32_t pin)
De-initialize the APP GPIO Interrupt DRIVER peripheral.
app_io_callback_t io_evt_cb
GPIOTE Interrupt parameters structure definition.
Header file of app driver error code.