Arrow3-MBN-APP
 
Loading...
Searching...
No Matches
main.c File Reference

main program file (entry point to execute the program) More...

#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include <stdint.h>
Include dependency graph for main.c:

Functions

void lvgl_init (void)
 Function to initialize lvgl drivers.
 
void default_main (void)
 default function to create threads and events
 
uint32_t poweron_selftest (void)
 
void HW_Init ()
 function that initializes the hardware
 
void logMessage (const char *data,...)
 
int main (void)
 Main Function.
 

Detailed Description

main program file (entry point to execute the program)

Function Documentation

◆ default_main()

void default_main ( void )
extern

default function to create threads and events

Parameters
none
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HW_Init()

void HW_Init ( )
extern

function that initializes the hardware

Here is the call graph for this function:
Here is the caller graph for this function:

◆ logMessage()

void logMessage ( const char * data,
... )
Here is the caller graph for this function:

◆ lvgl_init()

void lvgl_init ( void )
extern

Function to initialize lvgl drivers.

Parameters
None
Here is the caller graph for this function:

◆ main()

int main ( void )

Main Function.

Parameters
None
Here is the call graph for this function:
Here is the caller graph for this function:

◆ poweron_selftest()

uint32_t poweron_selftest ( void )
extern
Here is the call graph for this function:
Here is the caller graph for this function: