GPIO Port 7/8 (different register layout than Ports 1-6) More...
GPIO Port 7/8 (different register layout than Ports 1-6)
Definition at line 71 of file msp430_regs.h.
#include <msp430_regs.h>
| Data Fields | |
| REG8 | IN | 
| input data | |
| uint8_t | _padding1 | 
| unrelated I/O | |
| REG8 | OD | 
| output data | |
| uint8_t | _padding2 | 
| unrelated I/O | |
| REG8 | DIR | 
| pin direction | |
| uint8_t | _padding3 | 
| unrelated I/O | |
| REG8 | SEL | 
| alternative function select | |
| uint8_t msp430_port_p7_p8_t::_padding1 | 
unrelated I/O
Definition at line 73 of file msp430_regs.h.
| uint8_t msp430_port_p7_p8_t::_padding2 | 
unrelated I/O
Definition at line 75 of file msp430_regs.h.
| uint8_t msp430_port_p7_p8_t::_padding3 | 
unrelated I/O
Definition at line 77 of file msp430_regs.h.
| REG8 msp430_port_p7_p8_t::DIR | 
pin direction
Definition at line 76 of file msp430_regs.h.
| REG8 msp430_port_p7_p8_t::IN | 
input data
Definition at line 72 of file msp430_regs.h.
| REG8 msp430_port_p7_p8_t::OD | 
output data
Definition at line 74 of file msp430_regs.h.
| REG8 msp430_port_p7_p8_t::SEL | 
alternative function select
Definition at line 78 of file msp430_regs.h.