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 | LD3_Pin GPIO_PIN_14 |
#define | LD3_GPIO_Port GPIOB |
#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_PowerSwitchOn_Pin GPIO_PIN_6 |
#define | USB_PowerSwitchOn_GPIO_Port GPIOG |
#define | USB_OverCurrent_Pin GPIO_PIN_7 |
#define | USB_OverCurrent_GPIO_Port GPIOG |
#define | USB_SOF_Pin GPIO_PIN_8 |
#define | USB_SOF_GPIO_Port GPIOA |
#define | USB_VBUS_Pin GPIO_PIN_9 |
#define | USB_VBUS_GPIO_Port GPIOA |
#define | USB_DM_Pin GPIO_PIN_11 |
#define | USB_DM_GPIO_Port GPIOA |
#define | USB_DP_Pin GPIO_PIN_12 |
#define | USB_DP_GPIO_Port GPIOA |
#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 1178 of file main.c.