Classes

struct  app_gpiote_evt_t
 GPIO Interrupt event Structure definition. More...
 
struct  app_gpiote_param_t
 GPIOTE Interrupt parameters structure definition. More...
 

Typedefs

typedef void(* app_gpiote_event_handler_t) (app_gpiote_evt_t *p_evt)
 GPIOTE input event handler type. More...
 
typedef void(* app_io_callback_t) (app_gpiote_evt_t *p_evt)
 GPIOTE callback type. More...
 

Detailed Description

Typedef Documentation

◆ app_gpiote_event_handler_t

typedef void(* app_gpiote_event_handler_t) (app_gpiote_evt_t *p_evt)

GPIOTE input event handler type.

Definition at line 75 of file app_gpiote.h.

◆ app_io_callback_t

typedef void(* app_io_callback_t) (app_gpiote_evt_t *p_evt)

GPIOTE callback type.

Definition at line 80 of file app_gpiote.h.