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

source file that checks power-on self test More...

#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "main.h"
Include dependency graph for self_test.c:

Functions

int indication_self_test (void)
 Test to check the I2C read and write functionality.
 
int self_test (void)
 Power-On self-test to test the peripherals.
 

Detailed Description

source file that checks power-on self test

Function Documentation

◆ indication_self_test()

int indication_self_test ( void )

Test to check the I2C read and write functionality.

Returns
API_SUCCESS_test on success, API_FAILURE_test on failure
Here is the call graph for this function:
Here is the caller graph for this function:

◆ self_test()

int self_test ( void )

Power-On self-test to test the peripherals.

Parameters
None
Returns
API_SUCCESS_test on success or API_FAILURE_test on failure
Here is the call graph for this function: