Go to the source code of this file.
◆ CLEAR_COM_LED
Definition at line 77 of file io.h.
◆ CLEAR_RUN_LED
Definition at line 74 of file io.h.
◆ GET_BRKOUT
Definition at line 84 of file io.h.
◆ GET_RTCK
Definition at line 86 of file io.h.
◆ GET_TCK
#define GET_TCK |
( |
| ) |
(PINSB & PIN_TCK) |
Definition at line 81 of file io.h.
◆ GET_TDO
#define GET_TDO |
( |
| ) |
(PINSA & PIN_TDO) |
Definition at line 83 of file io.h.
◆ GET_TMS
#define GET_TMS |
( |
| ) |
(PINSB & PIN_TMS) |
Definition at line 80 of file io.h.
◆ GET_TRAP
Definition at line 85 of file io.h.
◆ MASK_PORTB_DIRECTION_OUT
Definition at line 60 of file io.h.
◆ PIN_BRKIN
Definition at line 54 of file io.h.
◆ PIN_BRKOUT
Definition at line 46 of file io.h.
◆ PIN_COM_LED
#define PIN_COM_LED OUTA7 |
Definition at line 47 of file io.h.
◆ PIN_OCDSE
Definition at line 56 of file io.h.
◆ PIN_OE
Definition at line 42 of file io.h.
◆ PIN_RESET
Definition at line 55 of file io.h.
◆ PIN_RESET_2
#define PIN_RESET_2 PINC2 |
Definition at line 65 of file io.h.
◆ PIN_RTCK
Definition at line 68 of file io.h.
◆ PIN_RUN_LED
#define PIN_RUN_LED OUTA4 |
Definition at line 44 of file io.h.
◆ PIN_RXD0
Definition at line 63 of file io.h.
◆ PIN_TCK
Definition at line 52 of file io.h.
◆ PIN_TDI
Definition at line 50 of file io.h.
◆ PIN_TDO
Definition at line 45 of file io.h.
◆ PIN_TMS
Definition at line 51 of file io.h.
◆ PIN_TRAP
Definition at line 57 of file io.h.
◆ PIN_TRST
Definition at line 53 of file io.h.
◆ PIN_TXD0
Definition at line 64 of file io.h.
◆ PIN_U_OE
Definition at line 40 of file io.h.
◆ PIN_WR
Definition at line 69 of file io.h.
◆ SET_BRKIN_HIGH
#define SET_BRKIN_HIGH |
( |
| ) |
(OUTB |= PIN_BRKIN) |
Definition at line 108 of file io.h.
◆ SET_BRKIN_LOW
#define SET_BRKIN_LOW |
( |
| ) |
(OUTB &= ~PIN_BRKIN) |
Definition at line 109 of file io.h.
◆ SET_COM_LED
Definition at line 76 of file io.h.
◆ SET_OCDSE_HIGH
#define SET_OCDSE_HIGH |
( |
| ) |
(OUTB |= PIN_OCDSE) |
Definition at line 105 of file io.h.
◆ SET_OCDSE_LOW
#define SET_OCDSE_LOW |
( |
| ) |
(OUTB &= ~PIN_OCDSE) |
Definition at line 106 of file io.h.
◆ SET_RESET_HIGH
#define SET_RESET_HIGH |
( |
| ) |
(OUTB |= PIN_RESET) |
Definition at line 102 of file io.h.
◆ SET_RESET_LOW
#define SET_RESET_LOW |
( |
| ) |
(OUTB &= ~PIN_RESET) |
Definition at line 103 of file io.h.
◆ SET_RUN_LED
Definition at line 73 of file io.h.
◆ SET_TCK_HIGH
#define SET_TCK_HIGH |
( |
| ) |
(OUTB |= PIN_TCK) |
Definition at line 91 of file io.h.
◆ SET_TCK_LOW
#define SET_TCK_LOW |
( |
| ) |
(OUTB &= ~PIN_TCK) |
Definition at line 92 of file io.h.
◆ SET_TDI_HIGH
#define SET_TDI_HIGH |
( |
| ) |
(OUTB |= PIN_TDI) |
Definition at line 94 of file io.h.
◆ SET_TDI_LOW
#define SET_TDI_LOW |
( |
| ) |
(OUTB &= ~PIN_TDI) |
Definition at line 95 of file io.h.
◆ SET_TMS_HIGH
#define SET_TMS_HIGH |
( |
| ) |
(OUTB |= PIN_TMS) |
Definition at line 88 of file io.h.
◆ SET_TMS_LOW
#define SET_TMS_LOW |
( |
| ) |
(OUTB &= ~PIN_TMS) |
Definition at line 89 of file io.h.
◆ SET_TRST_HIGH
#define SET_TRST_HIGH |
( |
| ) |
(OUTB |= PIN_TRST) |
Definition at line 99 of file io.h.
◆ SET_TRST_LOW
#define SET_TRST_LOW |
( |
| ) |
(OUTB &= ~PIN_TRST) |
Definition at line 100 of file io.h.