You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
768 B

#pragma once
#include <stdbool.h>
#include "main.h"
#ifdef __cplusplus
extern "C" {
#endif
extern TIM_HandleTypeDef htim6;
extern TIM_HandleTypeDef htim7;
extern TIM_HandleTypeDef htim11;
extern CAN_HandleTypeDef hcan1;
extern UART_HandleTypeDef huart1;
extern UART_HandleTypeDef huart3;
extern DMA_HandleTypeDef hdma1_stream1;
extern DMA_HandleTypeDef hdma2_stream2;
extern DMA_HandleTypeDef hdma1_stream3;
extern SPI_HandleTypeDef hspi1;
extern bool htim6_enable;
extern bool htim7_enable;
extern bool htim11_enable;
extern bool hcan1_enable;
extern bool huart1_enable;
extern bool huart3_enable;
extern bool hdma1_stream1_enable;
extern bool hdma2_stream2_enable;
extern bool hdma1_stream3_enable;
extern bool hspi1_enable;
#ifdef __cplusplus
}
#endif