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

Source that initializes the hardware components. More...

#include <stdio.h>
Include dependency graph for hw_init.c:

Functions

void gpio_init (void)
 Function to perform LCD functionality.
 
void spi_init (void)
 
void lcd_init (void)
 Function to perform LCD functionality.
 
void HW_Init ()
 function that initializes the hardware
 

Detailed Description

Source that initializes the hardware components.

Function Documentation

◆ gpio_init()

void gpio_init ( void )
extern

Function to perform LCD functionality.

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

◆ HW_Init()

void HW_Init ( )

function that initializes the hardware

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

◆ lcd_init()

void lcd_init ( void )
extern

Function to perform LCD functionality.

Parameters
NULL
Returns
API_SUCCESSS_test on success or API_FAILURE_test on failure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ spi_init()

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