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

📄 urt_extr.h

📁 Nucleus Kernel Demo Full source code
💻 H
字号:
/*************************************************************************/
/*                                                                       */
/*        Copyright (c) 1999-2000 Accelerated Technology, Inc.           */
/*                                                                       */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the      */
/* subject matter of this material.  All manufacturing, reproduction,    */
/* use, and sales rights pertaining to this subject matter are governed  */
/* by the license agreement.  The recipient of this software implicitly  */
/* accepts the terms of the license.                                     */
/*                                                                       */
/*************************************************************************/

/*************************************************************************/
/*                                                                       */
/* FILE NAME                                            VERSION          */
/*                                                                       */
/*      urt_defs.h                                    ARM 6/7/9 1.11.19  */
/*                                                                       */
/* COMPONENT                                                             */
/*                                                                       */
/*      UART                                                             */
/*                                                                       */
/* DESCRIPTION                                                           */
/*                                                                       */
/*      This file contains function prototypes for the UART module.      */
/*                                                                       */
/* AUTHOR                                                                */
/*                                                                       */
/*      Barry Sellew,     Accelerated Technology, Inc.                   */
/*                                                                       */
/* DATA STRUCTURES                                                       */
/*                                                                       */
/*      none                                                             */
/*                                                                       */
/* DEPENDENCIES                                                          */
/*                                                                       */
/*      none                                                             */
/*                                                                       */
/* HISTORY                                                               */
/*                                                                       */
/*         NAME            DATE                    REMARKS               */
/*                                                                       */
/*  M. Kyle Craig       02/05/99        Created Initial Version for PID  */
/*  George Clark        02/05/99        Verified Initial Version for PID */
/*  B. Whatley		08-12-1999	Released version 1.11.18         */
/*  D. Phillips         01-18-2000      Updated port to new structuring  */
/*                                       scheme                          */
/*									 */	
/*************************************************************************/
#ifndef URT_EXTR
#define URT_EXTR

#include "urt_defs.h"

/* UART function prototypes */
STATUS  UART_Init_Port(UART_INIT *uart_init);
VOID    UART_Put_Char(CHAR ch);
VOID    UART_Put_String(CHAR *str);
CHAR    UART_Get_Char(VOID);
VOID    UART_LISR(INT vector);
VOID    UART_Set_Baud_Rate(UNSIGNED baud_rate);
STATUS  UART_Data_Ready(VOID);

#endif

⌨️ 快捷键说明

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