PER Firmware
Loading...
Searching...
No Matches
faults.c File Reference

Faults page implementation. More...

#include "faults.h"
#include "menu_system.h"
Include dependency graph for faults.c:

Functions

void faults_update ()
 
void faults_move_up ()
 
void faults_move_down ()
 
void faults_select ()
 
void faults_telemetry_update ()
 

Variables

menu_element_t faults_elements []
 
menu_page_t faults_page
 

Detailed Description

Faults page implementation.

Author
Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)

Function Documentation

◆ faults_move_down()

void faults_move_down ( void )
Here is the call graph for this function:

◆ faults_move_up()

void faults_move_up ( void )
Here is the call graph for this function:

◆ faults_select()

void faults_select ( void )
Here is the call graph for this function:

◆ faults_telemetry_update()

void faults_telemetry_update ( void )

◆ faults_update()

void faults_update ( void )
Here is the call graph for this function:

Variable Documentation

◆ faults_elements

menu_element_t faults_elements[]

◆ faults_page

menu_page_t faults_page
Initial value:
= {
.elements = faults_elements,
.num_elements = sizeof(faults_elements) / sizeof(faults_elements[0]),
.current_index = 0,
.is_element_selected = false
}
menu_element_t faults_elements[]
Definition faults.c:15