Common MSP GPIO Port Registers. More...
Common MSP GPIO Port Registers.
Definition at line 85 of file msp430_regs_common.h.
#include <msp430_regs_common.h>
| Data Fields | |
| REG8 | IN | 
| input data | |
| REG8 | OD | 
| output data | |
| REG8 | DIR | 
| pin direction | |
| REG8 msp430_port_t::DIR | 
pin direction
Definition at line 88 of file msp430_regs_common.h.
| REG8 msp430_port_t::IN | 
input data
Definition at line 86 of file msp430_regs_common.h.
| REG8 msp430_port_t::OD | 
output data
Definition at line 87 of file msp430_regs_common.h.