precision-converters-firmware
Loading...
Searching...
No Matches
Functions
main.c File Reference

Main interface for AD405X IIO firmware application. More...

#include <stdio.h>
#include <stdint.h>
#include "no_os_error.h"
#include "ad405x_iio.h"
Include dependency graph for main.c:

Functions

int32_t init_system (void)
 Initialize the system peripherals.
 
int main (void)
 Main entry point to application.
 

Detailed Description

Main interface for AD405X IIO firmware application.

Copyright (c) 2023 Analog Devices, Inc. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Function Documentation

◆ init_system()

int32_t init_system ( void  )

Initialize the system peripherals.

Returns
0 in case of success, negative error code otherwise

Initialize the system peripherals.

Returns
0 in case of success, negative error code otherwise.

This function initializes system peripherals for the application

Returns
- 0 in case of success, negative error code otherwise
Here is the caller graph for this function:

◆ main()

int main ( void  )

Main entry point to application.

Returns
none