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

Source that initializes the GPIO pins. More...

#include "AppGlobal.h"
Include dependency graph for gpio_init.c:

Functions

void gpio_init (void)
 Function to perform LCD functionality.
 
int configure_GPIO_pins (int GPIONUM, int Direction)
 configure the gpio pins
 
int GPIO_pin_SetValue (int GPIONUM, int Value)
 Gpio set value high or low.
 

Detailed Description

Source that initializes the GPIO pins.

Function Documentation

◆ configure_GPIO_pins()

int configure_GPIO_pins ( int GPIONUM,
int Direction )

configure the gpio pins

Parameters
GPIONUMgpio pin number
Directiondirection to which the what the gpio pin has to be set [1 - out] [0- in]
Returns
API_SUCCESSS_test on success or AP_FAILURE_test on failure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gpio_init()

void gpio_init ( void )

Function to perform LCD functionality.

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

◆ GPIO_pin_SetValue()

int GPIO_pin_SetValue ( int GPIONUM,
int Value )

Gpio set value high or low.

Parameters
GPIONUMgpio pin number
Value[1- high] [0- low]
Returns
API_SUCCESSS_test on success or AP_FAILURE_test on failure
Here is the call graph for this function:
Here is the caller graph for this function: