Microchip Technology AC244045 Data Sheet

Page of 448
 2010-2012 Microchip Technology Inc.
DS41440C-page 169
PIC16(L)F1825/1829
18.0 SR LATCH
The module consists of a single SR latch with multiple
Set and Reset inputs as well as separate latch outputs.
The SR latch module includes the following features:
• Programmable input selection
• SR latch output is available externally
• Separate Q and Q outputs
• Firmware Set and Reset
The SR latch can be used in a variety of analog
applications, including oscillator circuits, one-shot
circuit, hysteretic controllers, and analog timing
applications.
18.1
Latch Operation
The latch is a Set-Reset Latch that does not depend on
a clock source. Each of the Set and Reset inputs are
active-high. The latch can be Set or Reset by:
• Software control (SRPS and SRPR bits)
• Comparator C1 output (sync_C1OUT)
• Comparator C2 output (sync_C2OUT) 
(PIC16(L)F1829 only)
• SRI  pin
• Programmable clock (SRCLK)
The SRPS and the SRPR bits of the SRCON0 register
may be used to Set or Reset the SR latch, respectively.
The latch is Reset-dominant. Therefore, if both Set and
Reset inputs are high, the latch will go to the Reset
state. Both the SRPS and SRPR bits are self resetting
which means that a single write to either of the bits is all
that is necessary to complete a latch Set or Reset
operation.
The output from Comparator C1 or C2 can be used as
the Set or Reset inputs of the SR latch. The output of
either Comparator can be synchronized to the Timer1
clock source. See 
 and 
 for more information.
An external source on the SRI pin can be used as the
Set or Reset inputs of the SR latch. 
An internal clock source is available that can periodically
Set or Reset the SR latch. The SRCLK<2:0> bits in the
SRCON0 register are used to select the clock source
period. The SRSCKE and SRRCKE bits of the SRCON1
register enable the clock source to Set or Reset the SR
latch, respectively.
18.2
Latch Output
The SRQEN and SRNQEN bits of the SRCON0 register
control the Q and Q latch outputs. Both of the SR latch
outputs may be directly output to an I/O pin at the same
time.
The applicable TRIS bit of the corresponding port must
be cleared to enable the port pin output driver. 
18.3
Effects of a Reset
Upon any device Reset, the SR latch output is not
initialized to a known state. The user’s firmware is
responsible for initializing the latch output before
enabling the output pins.