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

📄 rpc_def.h

📁 嵌入式系统
💻 H
字号:
/*-----------------------------------------------------------------------------
@@
@@ Copyright (c) 1999 Sharp Corporation All rights reserved.
@@
@@ (Summary)	: RPC system initialize value definition
@@
@@ (Comment)	: These values are used in "apd_rpc_sys_def.h"
@@
@@ (Author)		: Kazuko FUKUDA
@@
@@ (History)	: Date		Modifier	Comment
@@				 2001/1/15
@@ (RCS ID)		: 
@@
-----------------------------------------------------------------------------*/
#ifndef RPC_DEF
#define RPC_DEF

/*****************************************************************************
 * Definition of initialize value
 *****************************************************************************/
/* Selection of APD_RPC_BCLK */
#define	XCLK_DIV1		0x00
#define	XCLK_DIV2		0x01
#define	XCLK_DIV4		0x02
#define	XCLK_DIV8		0x03

/* Selection of clock for IrDA */
#define	IRDA_SYS_CLK	0x00
#define	IRDA_EXT_CLK	0x01
/* Selection of clock for USB */
#define	USB_SYS_CLK		0x00
#define	USB_EXT_CLK		0x02
/* Selection of clock for UART0 */
#define	UART0_SYS_CLK	0x00
#define	UART0_EXT_CLK	0x04
/* Selection of clock for UART1 */
#define	UART1_SYS_CLK	0x00
#define	UART1_EXT_CLK	0x08
/* Selection of clock for UART2 */
#define	UART2_SYS_CLK	0x00
#define	UART2_EXT_CLK	0x10

/* Selection of the bus master priority */
#define	PRIO_DEFAULT	0x00
#define	RPIO_CHANGE		0x01

/* Selection of APD_RPC_ABC */
#define	WB_DISABLE		0x00
#define	WB_ENABLE		0x01

#endif	/* APD_RPC_DEF */

⌨️ 快捷键说明

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