
Go to the source code of this file.
Typedefs | |
| typedef void(* | VoidFuncPtrVoid) (void) | 
Functions | |
| void | evbUiButtonCallbacks (VoidFuncPtrVoid fpCfgButtonPressed, VoidFuncPtrVoid fpCfgButtonRelease, VoidFuncPtrVoid fpLogButtonPressed, VoidFuncPtrVoid fpLogButtonRelease, VoidFuncPtrVoid fpBothButtonsPressed, VoidFuncPtrVoid fpBothButtonsRelease) | 
| void | evbUiDefaults () | 
| void | evbUiLedCallbacks (VoidFuncPtrVoid fpLedCfg, VoidFuncPtrVoid fpLedLog) | 
| void | evbUiRefreshLedCfg () | 
| void | evbUiRefreshLedLog () | 
| void | step_user_interface (uint32_t time_ms) | 
| typedef void(* VoidFuncPtrVoid) (void) | 
Definition at line 16 of file user_interface.h.
| void evbUiButtonCallbacks | ( | VoidFuncPtrVoid | fpCfgButtonPressed, | 
| VoidFuncPtrVoid | fpCfgButtonRelease, | ||
| VoidFuncPtrVoid | fpLogButtonPressed, | ||
| VoidFuncPtrVoid | fpLogButtonRelease, | ||
| VoidFuncPtrVoid | fpBothButtonsPressed, | ||
| VoidFuncPtrVoid | fpBothButtonsRelease | ||
| ) | 
Definition at line 221 of file user_interface.cpp.
| void evbUiDefaults | ( | ) | 
Definition at line 208 of file user_interface.cpp.
| void evbUiLedCallbacks | ( | VoidFuncPtrVoid | fpLedCfg, | 
| VoidFuncPtrVoid | fpLedLog | ||
| ) | 
Definition at line 234 of file user_interface.cpp.
| void evbUiRefreshLedCfg | ( | ) | 
Definition at line 240 of file user_interface.cpp.
| void evbUiRefreshLedLog | ( | ) | 
Definition at line 245 of file user_interface.cpp.
| void step_user_interface | ( | uint32_t | time_ms | ) | 
Definition at line 104 of file user_interface.cpp.