nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
bsp_button_event_cfg_t Struct Reference

Data Fields

bsp_event_t push_event
 
bsp_event_t long_push_event
 
bsp_event_t release_event
 

Field Documentation

bsp_event_t bsp_button_event_cfg_t::long_push_event

The event to fire on long button press.

bsp_event_t bsp_button_event_cfg_t::push_event

The event to fire on regular button press.

bsp_event_t bsp_button_event_cfg_t::release_event

The event to fire on button release.