|
GPS Device
|
Data types used by the button module. More...

Classes | |
| struct | BUTTON_CFG_ts |
| Configuration structure for initializing a button instance. More... | |
Typedefs | |
| typedef struct button_handle_s | BUTTON_HANDLE_ts |
| Opaque handle representing a button instance. | |
Enumerations | |
| enum | BUTTON_PUSHED_TYPE_te { BUTTON_PUSHED_TYPE_LOW , BUTTON_PUSHED_TYPE_HIGH } |
| Defines the active level of a button press. More... | |
Data types used by the button module.
| typedef struct button_handle_s BUTTON_HANDLE_ts |
Opaque handle representing a button instance.
This handle is returned by button_init_handle and is used to interact with a specific button instance.
The internal structure is hidden and must not be accessed directly.
Defines the active level of a button press.
This enum specifies which logic level represents a "pressed" state for the button input.
Definition at line 58 of file button.h.