|
| void | SystemClock_Config (void) |
| | System Clock Configuration.
|
| |
| static void | MX_GPIO_Init (void) |
| | GPIO Initialization Function.
|
| |
| static void | MX_DMA_Init (void) |
| |
| static void | MX_USART1_UART_Init (void) |
| | USART1 Initialization Function.
|
| |
| static void | MX_SPI2_Init (void) |
| | SPI2 Initialization Function.
|
| |
| void | setting_init (void) |
| | Set default values of set_data global variable.
|
| |
| void | valve_init (void) |
| | Initialize valves. By default close.
|
| |
| int | _write (int file, char const *buf, int n) |
| |
| int | main (void) |
| | The application entry point.
|
| |
| void | Error_Handler (void) |
| | This function is executed in case of error occurrence.
|
| |
: Main program body
- Attention
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file main.c.
| void SystemClock_Config |
( |
void | | ) |
|
System Clock Configuration.
- Return values
-
Initializes the RCC Oscillators according to the specified parameters in the RCC_OscInitTypeDef structure.
Initializes the CPU, AHB and APB buses clocks
Definition at line 190 of file main.c.