Embedded SDK
Embedded SDK
Functions
ux.c File Reference
#include "seproxyhal_protocol.h"
#include "ux.h"
#include "nbgl_touch.h"
#include "nbgl_buttons.h"
#include "os_io.h"
Include dependency graph for ux.c:

Go to the source code of this file.

Functions

void ux_process_finger_event (uint8_t seph_packet[])
 Process finger event. More...
 
void ux_process_ticker_event (void)
 Process the ticker_event to the os ux handler. Ticker event callback is always called whatever the return code of the ux app. More...
 
void ux_process_default_event (void)
 

Function Documentation

◆ ux_process_default_event()

void ux_process_default_event ( void  )

Forwards the event to UX

Definition at line 143 of file ux.c.

◆ ux_process_finger_event()

void ux_process_finger_event ( uint8_t  seph_packet[])

Process finger event.

Note
Application's finger event handler is called only if the ux app does not deny it (finger event caught by BOLOS UX page).
Parameters
seph_packetreceived SEPH packet

Definition at line 64 of file ux.c.

◆ ux_process_ticker_event()

void ux_process_ticker_event ( void  )

Process the ticker_event to the os ux handler. Ticker event callback is always called whatever the return code of the ux app.

Note
Ticker event interval is assumed to be 100 ms.

Definition at line 110 of file ux.c.