欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC16F916-I/SO 参数 Datasheet PDF下载

PIC16F916-I/SO图片预览
型号: PIC16F916-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28 / 44/ 64引脚基于闪存的8位CMOS微控制器与LCD驱动器和纳瓦技术 [28/40/44/64-Pin Flash-Based, 8-Bit CMOS Microcontrollers with LCD Driver and nanoWatt Technology]
分类和应用: 驱动器闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 330 页 / 6045 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16F916-I/SO的Datasheet PDF文件第79页浏览型号PIC16F916-I/SO的Datasheet PDF文件第80页浏览型号PIC16F916-I/SO的Datasheet PDF文件第81页浏览型号PIC16F916-I/SO的Datasheet PDF文件第82页浏览型号PIC16F916-I/SO的Datasheet PDF文件第84页浏览型号PIC16F916-I/SO的Datasheet PDF文件第85页浏览型号PIC16F916-I/SO的Datasheet PDF文件第86页浏览型号PIC16F916-I/SO的Datasheet PDF文件第87页  
PIC16F913/914/916/917/946  
EXAMPLE 3-6:  
INITIALIZING PORTF  
3.8  
PORTF and TRISF Registers  
BANKSELPORTF  
;
PORTF is an 8-bit port with Schmitt Trigger input buff-  
ers. RF<7:0> are individually configured as inputs or  
outputs, depending on the state of the port direction.  
The port bits are also multiplexed with LCD segment  
functions. PORTF is available on the PIC16F946 only.  
CLRF  
PORTF  
;Init PORTF  
;
;Set RF<7:0> as inputs  
;
BANKSELTRISF  
MOVLW  
MOVWF  
0FFh  
TRISF  
REGISTER 3-14: PORTF: PORTF REGISTER(1)  
R/W-x  
RF7  
R/W-x  
RF6  
R/W-x  
RF5  
R/W-x  
RF4  
R/W-x  
RF3  
R/W-x  
RF2  
R/W-x  
RF1  
R/W-x  
RF0  
bit 7  
bit 0  
Legend:  
R = Readable bit  
-n = Value at POR  
W = Writable bit  
‘1’ = Bit is set  
U = Unimplemented bit, read as ‘0’  
‘0’ = Bit is cleared x = Bit is unknown  
bit 7-0  
RF<7:0>: PORTF I/O Pin bits  
1= Port pin is >VIH min.  
0= Port pin is <VIL max.  
Note 1: PIC16F946 only.  
REGISTER 3-15: TRISF: PORTF TRI-STATE REGISTER(1)  
R/W-1  
R/W-1  
R/W-1  
R/W-1  
R/W-1  
R/W-1  
R/W-1  
R/W-1  
TRISF7  
TRISF6  
TRISF5  
TRISF4  
TRISF3  
TRISF2  
TRISF1  
TRISF0  
bit 7  
bit 0  
Legend:  
R = Readable bit  
-n = Value at POR  
W = Writable bit  
‘1’ = Bit is set  
U = Unimplemented bit, read as ‘0’  
‘0’ = Bit is cleared x = Bit is unknown  
bit 7-0  
TRISF<7:0>: PORTF Tri-State Control bits  
1= PORTF pin configured as an input (tri-stated)  
0= PORTF pin configured as an output  
Note 1: PIC16F946 only.  
© 2007 Microchip Technology Inc.  
DS41250F-page 81  
 复制成功!