pa 3
pa 3
ISR: Interrupt service routine gives the service to all kind of interrupts i.e High and
Low
The microcontroller Port B is responsible to handle the interrupt.
Above pins are sources of interrupts.
MCU: It is Microcontroller UNIT
Note: In both cases i.e Polling and Interrupt the external devices need processing power
from Microcontroller Unit.
In Polling the controller is required for continuously monitoring the status of devices
attached.
In Interrupt the controller is not required for monitoring the status of devices attached.
RBIE Pin:
A "RB port change interrupt" refers to a type of interrupt triggered
when the state of any pin on a microcontroller's Port B changes,
meaning a pin on that port goes from high to low or vice versa, often
used in microcontrollers like PIC microchips where "RB" denotes the
Port B register; essentially, it allows the microcontroller to instantly
react to any change on any pin within that port.
RBPU: PORTB Pull-up Enable bit (This bit is not used for timers)