Common MSP GPIO Port Registers. More...
Common MSP GPIO Port Registers.
Definition at line 89 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 92 of file msp430_regs_common.h.
REG8 msp430_port_t::IN |
input data
Definition at line 90 of file msp430_regs_common.h.
REG8 msp430_port_t::OD |
output data
Definition at line 91 of file msp430_regs_common.h.