precision-converters-firmware
|
Main interface for AD405X IIO firmware application. More...
Functions | |
int32_t | init_system (void) |
Initialize the system peripherals. | |
int | main (void) |
Main entry point to application. | |
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.
int32_t init_system | ( | void | ) |
Initialize the system peripherals.
Initialize the system peripherals.
This function initializes system peripherals for the application
int main | ( | void | ) |
Main entry point to application.