precision-converters-firmware
|
Source file for STM32 platform configurations. More...
#include "app_config_stm32.h"
#include "stm32_gpio.h"
#include "no_os_error.h"
#include "stm32_tdm_support.h"
#include "app_config.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 | ad777x_configure_intr_priority (void) |
Prioritizes the LPUART1 interrupt over the other peripheral interrupts. More... | |
void | ad777x_dma_rx_half_cplt (SAI_HandleTypeDef *hsai) |
SAI DMA Receive Half Complete Callback function. More... | |
void | ad777x_dma_rx_cplt (SAI_HandleTypeDef *hsai) |
SAI DMA Receive Complete Callback function. More... | |
Source file for STM32 platform configurations.
Copyright (c) 2022-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.
void ad777x_configure_intr_priority | ( | void | ) |
Prioritizes the LPUART1 interrupt over the other peripheral interrupts.
Configure the interrupt priorities.
void ad777x_dma_rx_cplt | ( | SAI_HandleTypeDef * | hsai | ) |
SAI DMA Receive Complete Callback function.
hsai | - pointer to a SAI_HandleTypeDef structure |
void ad777x_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_gpio_init_param stm32_gpio_convst_sar_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_dclk0_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_dclk1_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_dclk2_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_drdy_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_error_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_mode0_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_mode1_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_mode2_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_mode3_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_reset_extra_init_params |
struct stm32_gpio_init_param stm32_gpio_sync_in_extra_init_params |
struct stm32_i2c_init_param stm32_i2c_extra_init_params |
struct stm32_pwm_init_param stm32_pwm_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 |