20 #include "os_helpers.h"
27 static unsigned int ux_layout_ticker_callback(
unsigned int unused)
31 G_ux.stack[
G_ux.stack_count - 1].ticker_interval = 0;
32 G_ux.stack[
G_ux.stack_count - 1].ticker_value = 0;
33 G_ux.stack[
G_ux.stack_count - 1].ticker_callback = NULL;
39 void ux_layout_set_timeout(
unsigned int stack_slot,
unsigned int ms)
42 G_ux.stack[stack_slot].ticker_callback = ux_layout_ticker_callback;
43 G_ux.stack[stack_slot].ticker_value = ms;
44 G_ux.stack[stack_slot].ticker_interval = ms;
71 if (
G_ux.tmp_element.component.userid & 0xF0) {
72 #if defined(HAVE_INDEXED_STRINGS)
74 + (
G_ux.tmp_element.component.userid & 0xF);
80 ->lines[
G_ux.tmp_element.component.userid & 0xF];
86 return &
G_ux.tmp_element;
const char * get_ux_loc_string(uint32_t index)
bagl_component_t component
const bagl_element_t * ux_layout_strings_prepro(const bagl_element_t *element)
unsigned int ux_flow_is_first(void)
const void * ux_stack_get_current_step_params(void)
unsigned int ux_flow_is_last(void)
void ux_flow_validate(void)
BOLOS_UX_LOC_STRINGS UX_LOC_STRINGS_INDEX