|
precision-converters-firmware
|
Header file for STM32 platform configurations. More...
#include "stm32_uart.h"#include "stm32_spi.h"#include "stm32_i2c.h"#include "stm32_gpio.h"#include "stm32_irq.h"#include "stm32_gpio_irq.h"#include "no_os_irq.h"#include "main.h"

Go to the source code of this file.
Macros | |
| #define | HW_CARRIER_NAME DISCO-F769NI |
| #define | SPI_DEVICE_ID 2 |
| #define | SPI_CS_PORT 0 |
| #define | SPI_CSB 11 |
| #define | APP_UART_HANDLE huart6 |
| #define | UART_IRQ_ID USART6_IRQn |
| #define | RDY_PORT 9 |
| #define | RDY_PIN 4 |
| #define | I2C_DEVICE_ID 1 |
| #define | I2C_TIMING 0x40912732 |
| #define | LVGL_TICK_TIME_US 5000 |
| #define | LVGL_TICK_TIME_MS (LVGL_TICK_TIME_US / 1000) |
Functions | |
| void | stm32_system_init () |
| Initialize the STM32 system peripherals. | |
Variables | |
| struct stm32_uart_init_param | stm32_uart_extra_init_params |
| struct stm32_spi_init_param | stm32_spi_extra_init_params |
| struct stm32_i2c_init_param | stm32_i2c_extra_init_params |
| struct stm32_gpio_irq_init_param | stm32_trigger_gpio_irq_init_params |
| UART_HandleTypeDef | APP_UART_HANDLE |
Header file for STM32 platform configurations.
Copyright (c) 2024-25 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.
| #define APP_UART_HANDLE huart6 |
| #define HW_CARRIER_NAME DISCO-F769NI |
| #define I2C_DEVICE_ID 1 |
| #define I2C_TIMING 0x40912732 |
| #define LVGL_TICK_TIME_MS (LVGL_TICK_TIME_US / 1000) |
| #define LVGL_TICK_TIME_US 5000 |
| #define RDY_PIN 4 |
| #define RDY_PORT 9 |
| #define SPI_CS_PORT 0 |
| #define SPI_CSB 11 |
| #define SPI_DEVICE_ID 2 |
| #define UART_IRQ_ID USART6_IRQn |
|
extern |
Initialize the STM32 system peripherals.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |