precision-converters-firmware
|
Application configurations module. More...
Functions | |
int32_t | init_ldac_pwm_trigger (void) |
Initialize the PWM trigger contoller for ldac. More... | |
int32_t | init_spi_dma_tx_stop_pwm (void) |
Initialize the timer in pwm mode which used to stops spi dma transfer. More... | |
void | ldac_pos_edge_detect_callback (void *ctx) |
Interrupt Service Routine to monitor ldac positive edge. More... | |
int32_t | init_interrupt (void) |
Initialize the IRQ contoller. More... | |
int32_t | init_system (void) |
Initialize the system peripherals. More... | |
Variables | |
struct no_os_uart_init_param | uart_iio_comm_init_params |
struct no_os_uart_init_param | uart_console_stdio_init_params |
struct no_os_uart_desc * | uart_iio_com_desc |
struct no_os_uart_desc * | uart_console_stdio_desc |
struct no_os_pwm_desc * | ldac_pwm_desc |
struct no_os_pwm_desc * | spi_dma_tx_stop_pwm_desc |
struct no_os_irq_ctrl_desc * | trigger_irq_desc |
Application configurations module.
This module contains the configurations needed for IIO application
Copyright (c) 2023-2024 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_interrupt | ( | void | ) |
Initialize the IRQ contoller.
int32_t init_ldac_pwm_trigger | ( | void | ) |
Initialize the PWM trigger contoller for ldac.
int32_t init_spi_dma_tx_stop_pwm | ( | void | ) |
Initialize the timer in pwm mode which used to stops spi dma transfer.
int32_t init_system | ( | void | ) |
Initialize the system peripherals.
void ldac_pos_edge_detect_callback | ( | void * | ctx | ) |
Interrupt Service Routine to monitor ldac positive edge.
ctx[in] | - Callback context (unused) |
struct no_os_pwm_desc* ldac_pwm_desc |
struct no_os_pwm_desc* spi_dma_tx_stop_pwm_desc |
struct no_os_irq_ctrl_desc* trigger_irq_desc |
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_iio_com_desc |
struct no_os_uart_init_param uart_iio_comm_init_params |