Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: sdp_k1_sdram
app_config.c File Reference
Source file for the application configuration for AD717x IIO Application. More...
Go to the source code of this file.
Functions | |
static int32_t | init_uart (void) |
Initialize the UART peripheral. | |
int32_t | init_interrupt (void) |
Initialize the IRQ contoller. | |
int32_t | init_system (void) |
Initialize the system peripherals. |
Detailed Description
Source file for the application configuration for AD717x IIO Application.
Copyright (c) 2021-22 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.
Definition in file app_config.c.
Function Documentation
int32_t init_interrupt | ( | void | ) |
Initialize the IRQ contoller.
- Returns:
- SUCCESS in case of success, negative error code otherwise
This function initialize the interrupts for system peripherals
Definition at line 107 of file app_config.c.
int32_t init_system | ( | void | ) |
Initialize the system peripherals.
- Returns:
- SUCCESS in case of success, negative error code otherwise
Definition at line 141 of file app_config.c.
static int32_t init_uart | ( | void | ) | [static] |
Initialize the UART peripheral.
- Returns:
- SUCCESS in case of success, negative error code
Definition at line 96 of file app_config.c.
Generated on Tue Nov 15 2022 11:39:51 by
