⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serial_bsp_stm3240x.h

📁 STM3240G-Eval_uCOS-III
💻 H
字号:
/*
*********************************************************************************************************
*                                     SERIAL (BYTE) COMMUNICATION
*
*                         (c) Copyright 2007-2009; Micrium, Inc.; Weston, FL
*
*               All rights reserved.  Protected by international copyright laws.
*               Knowledge of the source code may NOT be used to develop a similar product.
*               Please help us continue to provide the Embedded community with the finest
*               software available.  Your honesty is greatly appreciated.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*
*                                     SERIAL (BYTE) COMMUNICATION
*                                            DEVICE DRIVER
*
*                                                STM32
*                                          BSP FOR STM3240x
*
* Filename      : serial_bsp_stm3240x.h
* Version       : V2.00
* Programmer(s) : FGK
*                 FF
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                               MODULE
*
* Note(s) : (1) This header file is protected from multiple pre-processor inclusion through use of the
*               SERIAL_BSP_TEMPLATE present pre-processor macro definition.
*********************************************************************************************************
*/

#ifndef   SERIAL_BSP_STM3240X_PRESENT
#define   SERIAL_BSP_STM3240X_PRESENT


/*
*********************************************************************************************************
*                                            INCLUDE FILES
*********************************************************************************************************
*/

#include  <cpu.h>
#include  <bsp.h>

#include  <serial.h>
#include  <serial_drv_stm32.h>


/*
*********************************************************************************************************
*                                           SERIAL DEVICES
*********************************************************************************************************
*/

extern  SERIAL_DEV_CFG  SerialDevCfg_STM32_USART1;
extern  SERIAL_DEV_CFG  SerialDevCfg_STM32_USART2;
extern  SERIAL_DEV_CFG  SerialDevCfg_STM32_USART3;
extern  SERIAL_DEV_CFG  SerialDevCfg_STM32_UART4;
extern  SERIAL_DEV_CFG  SerialDevCfg_STM32_UART5;
extern  SERIAL_DEV_CFG  SerialDevCfg_STM32_USART6;

/*$PAGE*/
/*
*********************************************************************************************************
*                                             MODULE END
*********************************************************************************************************
*/


#endif                                                          /* End of SERIAL_BSP_STM3240x module include.           */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -