|
precision-converters-firmware
|
Source file for STM32 platform configurations. More...
#include <stdbool.h>#include "app_config_stm32.h"#include "app_config.h"#include "no_os_error.h"#include "ad5706r_user_config.h"
Functions | |
| void | stm32_system_init (void) |
| Initialize the STM32 system peripherals. | |
| void | EXTI15_10_IRQHandler (void) |
| EXTI Lines 10- 15 IRQ Handler. | |
| void | ad5706r_rx_cplt_callback (DMA_HandleTypeDef *hdma) |
| Callback function to flag the transfer of number of requested samples. | |
| int | ad5706r_timers_enable (struct ad5706r_dev *device) |
| Starts the timer signal generation. | |
| int | ad5706r_abort_dma_transfers (struct ad5706r_dev *device) |
| Abort DMA Transfers. | |
| int | ad5706r_init_tx_trigger (void) |
| Init Tx Trigger PWM. | |
Source file for STM32 platform configurations.
Copyright (c) 2024-2026 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.
| int ad5706r_abort_dma_transfers | ( | struct ad5706r_dev * | device | ) |
Abort DMA Transfers.
| int ad5706r_init_tx_trigger | ( | void | ) |
Init Tx Trigger PWM.
| None |
| void ad5706r_rx_cplt_callback | ( | DMA_HandleTypeDef * | hdma | ) |
Callback function to flag the transfer of number of requested samples.
| hdma | - DMA Handler (Unused) |
| int ad5706r_timers_enable | ( | struct ad5706r_dev * | device | ) |
Starts the timer signal generation.
| void EXTI15_10_IRQHandler | ( | void | ) |
EXTI Lines 10- 15 IRQ Handler.
| void stm32_system_init | ( | void | ) |
Initialize the STM32 system peripherals.
| struct stm32_dma_channel rxdma_channel |
| struct stm32_spi_init_param* spi_init_param |
| struct stm32_pwm_init_param stm32_cs_extra_init_params |
| struct stm32_gpio_init_param stm32_cs_gpio_extra_init_params |
| struct stm32_gpio_init_param stm32_cs_pwm_gpio_extra_init_params |
| struct stm32_gpio_init_param stm32_dac_update_pwm_gpio_extra_init_params |
| struct stm32_pwm_init_param stm32_dac_update_pwm_init_params |
| struct stm32_gpio_init_param stm32_gpio_ad0_init_params |
| struct stm32_gpio_init_param stm32_gpio_ad1_init_params |
| struct stm32_gpio_init_param stm32_gpio_ldac_tg_init_params |
| struct stm32_gpio_init_param stm32_gpio_reset_init_params |
| struct stm32_gpio_init_param stm32_gpio_shutdown_init_params |
| struct stm32_i2c_init_param stm32_i2c_extra_init_params |
| struct stm32_gpio_init_param stm32_ldac_pwm_gpio_extra_init_params |
| struct stm32_pwm_init_param stm32_ldac_pwm_init_params |
| struct stm32_spi_init_param stm32_spi_extra_init_params |
| struct stm32_gpio_irq_init_param stm32_trigger_gpio_irq_init_params |
| struct stm32_pwm_init_param stm32_tx_trigger_extra_init_params |
| struct stm32_usb_uart_init_param stm32_vcom_extra_init_params |
| struct stm32_dma_channel txdma_channel |