|
Embedded SDK
Embedded SDK
|
struct to represent a keypad (KEYPAD type) More...
#include <nbgl_obj.h>

Public Attributes | |
| nbgl_obj_t | obj |
| common part | |
| keyboardCallback_t | callback |
| function called when an active key is pressed | |
| uint8_t | selectedKey: 5 |
| selected key position | |
| uint8_t | enableBackspace: 1 |
| if true, Backspace key is enabled | |
| uint8_t | enableValidate: 1 |
| if true, Validate key is enabled | |
| uint8_t | shuffled: 1 |
| if true, Digit keys are shuffled | |
struct to represent a keypad (KEYPAD type)
Definition at line 655 of file nbgl_obj.h.
| keyboardCallback_t nbgl_keypad_s::callback |
function called when an active key is pressed
Definition at line 657 of file nbgl_obj.h.
| uint8_t nbgl_keypad_s::enableBackspace |
if true, Backspace key is enabled
Definition at line 669 of file nbgl_obj.h.
| uint8_t nbgl_keypad_s::enableValidate |
if true, Validate key is enabled
Definition at line 670 of file nbgl_obj.h.
| nbgl_obj_t nbgl_keypad_s::obj |
common part
Definition at line 656 of file nbgl_obj.h.
| uint8_t nbgl_keypad_s::selectedKey |
selected key position
Definition at line 668 of file nbgl_obj.h.
| uint8_t nbgl_keypad_s::shuffled |
if true, Digit keys are shuffled
Definition at line 671 of file nbgl_obj.h.