Embedded SDK
Embedded SDK
Public Attributes | List of all members
ux_stack_slot_s Struct Reference

#include <ux_bagl.h>

Collaboration diagram for ux_stack_slot_s:
Collaboration graph
[legend]

Public Attributes

bolos_task_status_t exit_code_after_elements_displayed
 
unsigned char element_arrays_count
 
unsigned short element_index
 
struct {
   const bagl_element_t *   element_array
 
   unsigned char   element_array_count
 
element_arrays [UX_STACK_SLOT_ARRAY_COUNT]
 
bagl_element_callback_t screen_before_element_display_callback
 
button_push_callback_t button_push_callback
 
callback_int_t ticker_callback
 
unsigned int ticker_value
 
unsigned int ticker_interval
 

Detailed Description

Definition at line 276 of file ux_bagl.h.

Member Data Documentation

◆ button_push_callback

button_push_callback_t ux_stack_slot_s::button_push_callback

Definition at line 292 of file ux_bagl.h.

◆ element_array

const bagl_element_t* ux_stack_slot_s::element_array

Definition at line 283 of file ux_bagl.h.

◆ element_array_count

unsigned char ux_stack_slot_s::element_array_count

Definition at line 284 of file ux_bagl.h.

◆ 

struct { ... } ux_stack_slot_s::element_arrays[UX_STACK_SLOT_ARRAY_COUNT]

◆ element_arrays_count

unsigned char ux_stack_slot_s::element_arrays_count

Definition at line 279 of file ux_bagl.h.

◆ element_index

unsigned short ux_stack_slot_s::element_index

Definition at line 280 of file ux_bagl.h.

◆ exit_code_after_elements_displayed

bolos_task_status_t ux_stack_slot_s::exit_code_after_elements_displayed

Definition at line 278 of file ux_bagl.h.

◆ screen_before_element_display_callback

bagl_element_callback_t ux_stack_slot_s::screen_before_element_display_callback

Definition at line 291 of file ux_bagl.h.

◆ ticker_callback

callback_int_t ux_stack_slot_s::ticker_callback

Definition at line 294 of file ux_bagl.h.

◆ ticker_interval

unsigned int ux_stack_slot_s::ticker_interval

Definition at line 296 of file ux_bagl.h.

◆ ticker_value

unsigned int ux_stack_slot_s::ticker_value

Definition at line 295 of file ux_bagl.h.


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