31 #ifndef APPLICATION_LAYER_PUSH_BUTTON_H
32 #define APPLICATION_LAYER_PUSH_BUTTON_H
39 #include "push_button/drivers/drv_push_button.h"
volatile uint16_t appPushButton_Initialize(void)
Initializes the USER push button on DPSK3.
volatile uint16_t appPushButton_Dispose(void)
Unloads the push button data object and frees its resources.
volatile uint16_t appPushButton_Execute(void)
Executes the USER push button monitor.
Push button function driver data object.