precision-converters-firmware
|
STM32 Specific configuration files for AD7134 IIO Application. More...
#include "app_config.h"
#include "no_os_error.h"
#include "app_config_stm32.h"
#include "stm32_tdm_support.h"
Functions | |
uint32_t | HAL_RCC_GetSysClockFreq_app () |
Return the peripheral frequency. More... | |
void | stm32_system_init (void) |
Initialize the STM32 system peripherals. More... | |
void | ad7134_dma_rx_half_cplt (SAI_HandleTypeDef *hsai) |
SAI DMA Receive Half Complete Callback function. More... | |
void | ad7134_dma_rx_cplt (SAI_HandleTypeDef *hsai) |
SAI DMA Receive Complete Callback function. More... | |
Variables | |
struct stm32_uart_init_param | stm32_uart_extra_init_params |
struct stm32_spi_init_param | stm32_spi_extra_init_params |
struct stm32_tdm_init_param | stm32_tdm_extra_init_params |
struct stm32_gpio_irq_init_param | stm32_trigger_gpio_irq_init_params |
struct stm32_gpio_init_param | stm32_pdn_extra_init_params |
struct stm32_i2c_init_param | stm32_i2c_extra_init_params |
STM32 Specific configuration files for AD7134 IIO Application.
This module contains the STM32 platform specific configurations
Copyright (c) 2021,2023-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.
void ad7134_dma_rx_cplt | ( | SAI_HandleTypeDef * | hsai | ) |
SAI DMA Receive Complete Callback function.
hsai | - pointer to a SAI_HandleTypeDef structure |
void ad7134_dma_rx_half_cplt | ( | SAI_HandleTypeDef * | hsai | ) |
SAI DMA Receive Half Complete Callback function.
hsai | - pointer to a SAI_HandleTypeDef structure |
uint32_t HAL_RCC_GetSysClockFreq_app | ( | ) |
Return the peripheral frequency.
void stm32_system_init | ( | void | ) |
Initialize the STM32 system peripherals.
struct stm32_i2c_init_param stm32_i2c_extra_init_params |
struct stm32_gpio_init_param stm32_pdn_extra_init_params |
struct stm32_spi_init_param stm32_spi_extra_init_params |
struct stm32_tdm_init_param stm32_tdm_extra_init_params |
struct stm32_gpio_irq_init_param stm32_trigger_gpio_irq_init_params |
struct stm32_uart_init_param stm32_uart_extra_init_params |