Data Structures

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.
 
typedef void(* app_io_callback_t) (app_gpiote_evt_t *p_evt)
 GPIOTE callback type.
 

Detailed Description