EDF - OnePIC MCU  v1.1.0
ISR
Collaboration diagram for ISR:

Data Structures

struct  IR_DEMO_FLAG
 Contains the RX/TX flags. More...

Files

file  OnePIC_8bit_demo_isr.h

Functions

void interrupt ISR (void)
 ISR for the 8bit Demo which checks the following interrupts.

Variables

IR_DEMO_RX rx_byte
IR_DEMO_FLAG rx_tx_flag

Detailed Description

Note:
there can only be 1 ISR function!

Function Documentation

void interrupt ISR ( void  )

ISR for the 8bit Demo which checks the following interrupts.

  • mTouch
  • IrDA # check if UART start bit is low # if so, then get the whole byte
  • MCP2200
Note:
Should disable all interrupts when writing to LCD or other time senstive funcitons

Definition at line 45 of file OnePIC_8bit_demo_isr.c.

Here is the call graph for this function:


Variable Documentation

store all rx/tx bytes in here

Definition at line 39 of file OnePIC_8bit_demo_main.c.

Keep track of rx/tx flags

Definition at line 38 of file OnePIC_8bit_demo_main.c.