Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
: Header for main.c file. This file contains the common defines of the application. More...
Go to the source code of this file.
Macros | |
#define | USER_Btn_Pin GPIO_PIN_13 |
#define | USER_Btn_GPIO_Port GPIOC |
#define | MCO_Pin GPIO_PIN_0 |
#define | MCO_GPIO_Port GPIOH |
#define | STLK_RX_Pin GPIO_PIN_8 |
#define | STLK_RX_GPIO_Port GPIOD |
#define | STLK_TX_Pin GPIO_PIN_9 |
#define | STLK_TX_GPIO_Port GPIOD |
#define | USB_OverCurrent_Pin GPIO_PIN_7 |
#define | USB_OverCurrent_GPIO_Port GPIOG |
#define | TMS_Pin GPIO_PIN_13 |
#define | TMS_GPIO_Port GPIOA |
#define | TCK_Pin GPIO_PIN_14 |
#define | TCK_GPIO_Port GPIOA |
#define | LD2_Pin GPIO_PIN_7 |
#define | LD2_GPIO_Port GPIOB |
Functions | |
void | Error_Handler (void) |
This function is executed in case of error occurrence. More... | |
: Header for main.c file. This file contains the common defines of the application.
Copyright (c) 2024 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.h.
void Error_Handler | ( | void | ) |
This function is executed in case of error occurrence.
None |
Definition at line 1411 of file main.c.