precision-converters-firmware
|
Application configurations module (platform-agnostic) More...
#include <stdbool.h>
#include "app_config.h"
#include "common.h"
#include "no_os_error.h"
#include "no_os_uart.h"
#include "no_os_gpio.h"
#include "no_os_irq.h"
#include "no_os_pwm.h"
#include "no_os_delay.h"
Functions | |
int32_t | init_pwm_trigger (void) |
Initialize the PWM trigger contoller. More... | |
int32_t | init_system (void) |
Initialize the system peripherals. More... | |
Variables | |
struct no_os_irq_init_param | trigger_irq_params |
struct no_os_uart_init_param | uart_console_stdio_init_params |
struct no_os_uart_desc * | uart_desc |
struct no_os_uart_desc * | uart_console_stdio_desc |
struct no_os_irq_ctrl_desc * | trigger_irq_desc |
struct no_os_pwm_desc * | pwm_desc |
Application configurations module (platform-agnostic)
This module performs the system configurations
Copyright (c) 2023 Analog Devices, Inc. Copyright (c) 2023 BayLibre, SAS. 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_pwm_trigger | ( | void | ) |
Initialize the PWM trigger contoller.
int32_t init_system | ( | void | ) |
Initialize the system peripherals.
struct no_os_pwm_desc* pwm_desc |
struct no_os_irq_ctrl_desc* trigger_irq_desc |
struct no_os_irq_init_param trigger_irq_params |
struct no_os_uart_desc* uart_console_stdio_desc |
struct no_os_uart_init_param uart_console_stdio_init_params |
struct no_os_uart_desc* uart_desc |