precision-converters-firmware
Functions | Variables
app_config.c File Reference

Application configurations module (platform-agnostic) More...

#include <stdbool.h>
#include "app_config.h"
#include "common.h"
#include "no_os_uart.h"
#include "no_os_eeprom.h"
#include "no_os_delay.h"
Include dependency graph for app_config.c:

Functions

int32_t init_system (void)
 Initialize the system peripherals. More...
 

Variables

struct no_os_uart_desc * uart_desc
 
struct no_os_eeprom_desc * eeprom_desc
 

Detailed Description

Application configurations module (platform-agnostic)

This module performs the system configurations

Copyright (c) 2022-24 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

Variable Documentation

◆ eeprom_desc

struct no_os_eeprom_desc* eeprom_desc

◆ uart_desc

struct no_os_uart_desc* uart_desc