English
Language : 

PIC18CXX2_13 Datasheet, PDF (87/304 Pages) Microchip Technology – High Performance Microcontrollers with 10-bit A/D
8.5 PORTE, TRISE and LATE
Registers
This section is only applicable to the PIC18C4X2
devices.
PORTE is a 3-bit wide, bi-directional port. The corre-
sponding Data Direction register is TRISE. Setting a
TRISE bit (= 1) will make the corresponding PORTE pin
an input (i.e., put the corresponding output driver in a
Hi-Impedance mode). Clearing a TRISE bit (= 0) will
make the corresponding PORTE pin an output (i.e., put
the contents of the output latch on the selected pin).
Note: On a Power-on Reset, these pins are con-
figured as digital inputs.
The Data Latch register (LATE) is also memory
mapped. Read-modify-write operations on the LATE
register reads and writes the latched output value for
PORTE.
PORTE has three pins (RE0/RD/AN5, RE1/WR/AN6
and RE2/CS/AN7), which are individually configurable
as inputs or outputs. These pins have Schmitt Trigger
input buffers.
Register 8-1 shows the TRISE register, which also con-
trols the parallel slave port operation.
PORTE pins are multiplexed with analog inputs. When
selected as an analog input, these pins will read as '0's.
TRISE controls the direction of the RE pins, even when
they are being used as analog inputs. The user must
make sure to keep the pins configured as inputs when
using them as analog inputs.
Note: On a Power-on Reset, these pins are con-
figured as analog inputs.
EXAMPLE 8-5: INITIALIZING PORTE
CLRF
CLRF
MOVLW
MOVWF
MOVLW
MOVWF
PORTE
LATE
0x07
ADCON1
0x03
TRISC
; Initialize PORTE by
; clearing output
; data latches
; Alternate method
; to clear output
; data latches
; Configure A/D
; for digital inputs
; Value used to
; initialize data
; direction
; Set RE<0> as inputs
; RE<1> as outputs
; RE<2> as inputs
PIC18CXX2
FIGURE 8-9:
PORTE BLOCK DIAGRAM
IN I/O PORT MODE
Data
Bus
WR LATE
or
PORTE
WR TRISE
RD LATE
DQ
CK
Data Latch
DQ
CK
TRIS Latch
I/O pin(1)
Schmitt
Trigger
Input
Buffer
RD TRISE
Q
D
RD PORTE
ENEN
To Analog Converter
Note 1: I/O pins have diode protection to VDD and VSS.
 1999-2013 Microchip Technology Inc.
DS39026D-page 87