Analog Devices / Mbed OS EVAL-AD4110

Dependencies:   tempsensors sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

app_config.c File Reference

app_config.c File Reference

Application configurations module. 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

Application configurations module.

Copyright (c) 2022 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:
0 in case of success, negative error code otherwise

This function initialize the interrupts for system peripherals

Definition at line 93 of file app_config.c.

int32_t init_system ( void   )

Initialize the system peripherals.

Returns:
0 in case of success, Negative error code otherwise

Definition at line 124 of file app_config.c.

static int32_t init_uart ( void   ) [static]

Initialize the UART peripheral.

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

Definition at line 81 of file app_config.c.