|
NNP STM Generic Remote Module git-main
|
: 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 | I2C2_INT_Pin GPIO_PIN_12 |
| #define | I2C2_INT_GPIO_Port GPIOB |
| #define | TIMEOUT_ms(n) |
| #define | TIMEOUT_sec(n) |
| #define | START_DELAY_MS 4UL |
Functions | |
| void | Error_Handler (void) |
| This function is executed in case of error occurrence. | |
Variables | |
| uint8_t | RxData [8] |
| uint8_t | TxData [8] |
| CAN_TxHeaderTypeDef | TxHeader |
| uint32_t | TxMailbox |
| CAN_RxHeaderTypeDef | RxHeader |
| ADC_HandleTypeDef | hadc1 |
| DMA_HandleTypeDef | hdma_adc1 |
| CAN_HandleTypeDef | hcan1 |
| I2C_HandleTypeDef | hi2c2 |
| TIM_HandleTypeDef | htim2 |
| uint8_t | ADCres [4] |
: 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 673 of file main.c.
Referenced by HAL_ADC_MspInit(), HAL_I2C_MspInit(), and SystemClock_Config().
