Public properties of the push button device driver library. More...
Data Structures | |
struct | PUSH_BUTTON_STATUS_s |
Status word of the push button driver. More... | |
struct | PUSH_BUTTON_OBJECT_s |
Push button function driver data object. More... | |
Enumerations | |
enum | SWITCH_STATUS_FLAGS_e { SWITCH_STAT_PRESSED = 0b1100000000000001, SWITCH_STAT_LONG_PRESS = 0b1110000000000001, SWITCH_STAT_RELEASED = 0b1000000000000001 } |
Enumeration of push button states. More... | |
Public properties of the push button device driver library.
This is the detailed description of public variables, data types, enumerations, defines and macros of the push button device driver library.
Enumeration of push button states.
This enumeration lists the different conditions of the push button connected to the specified GPIO of the device, which can be detecting by this push button function driver.
Definition at line 49 of file drv_push_button.h.