Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_keypad_s Struct Reference

struct to represent a keypad (KEYPAD type) More...

#include <nbgl_obj.h>

Collaboration diagram for nbgl_keypad_s:
Collaboration graph
[legend]

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
 

Detailed Description

struct to represent a keypad (KEYPAD type)

Definition at line 655 of file nbgl_obj.h.

Member Data Documentation

◆ callback

keyboardCallback_t nbgl_keypad_s::callback

function called when an active key is pressed

Definition at line 657 of file nbgl_obj.h.

◆ enableBackspace

uint8_t nbgl_keypad_s::enableBackspace

if true, Backspace key is enabled

Definition at line 669 of file nbgl_obj.h.

◆ enableValidate

uint8_t nbgl_keypad_s::enableValidate

if true, Validate key is enabled

Definition at line 670 of file nbgl_obj.h.

◆ obj

nbgl_obj_t nbgl_keypad_s::obj

common part

Definition at line 656 of file nbgl_obj.h.

◆ selectedKey

uint8_t nbgl_keypad_s::selectedKey

selected key position

Definition at line 668 of file nbgl_obj.h.

◆ shuffled

uint8_t nbgl_keypad_s::shuffled

if true, Digit keys are shuffled

Definition at line 671 of file nbgl_obj.h.


The documentation for this struct was generated from the following file: