|
precision-converters-firmware
|
Source file for STM32 platform configurations. More...
#include <stdbool.h>#include "app_config.h"#include "app_config_stm32.h"#include "pl_gui_events.h"
Functions | |
| void | stm32_system_init (void) |
| Initialize the STM32 system peripherals. | |
| void | SysTick_Handler (void) |
| Systick Handler definition. | |
| void | HAL_SYSTICK_Callback (void) |
| Systick Callback definition. | |
Variables | |
| struct stm32_uart_init_param | stm32_uart_extra_init_params |
| struct stm32_spi_init_param | stm32_spi_extra_init_params |
| struct stm32_gpio_init_param | stm32_trigger_gpio_extra_init_params |
| struct stm32_gpio_irq_init_param | stm32_trigger_gpio_irq_init_params |
Source file for STM32 platform configurations.
Copyright (c) 2025 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 HAL_SYSTICK_Callback | ( | void | ) |
Systick Callback definition.
| void stm32_system_init | ( | void | ) |
Initialize the STM32 system peripherals.
| void SysTick_Handler | ( | void | ) |
Systick Handler definition.
| struct stm32_spi_init_param stm32_spi_extra_init_params |
| struct stm32_gpio_init_param stm32_trigger_gpio_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 |