Loading...
Searching...
No Matches
msp430_port_p7_p8_t Struct Reference

GPIO Port 7/8 (different register layout than Ports 1-6) More...

Detailed Description

GPIO Port 7/8 (different register layout than Ports 1-6)

Definition at line 75 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
 

Field Documentation

◆ _padding1

uint8_t msp430_port_p7_p8_t::_padding1

unrelated I/O

Definition at line 77 of file msp430_regs.h.

◆ _padding2

uint8_t msp430_port_p7_p8_t::_padding2

unrelated I/O

Definition at line 79 of file msp430_regs.h.

◆ _padding3

uint8_t msp430_port_p7_p8_t::_padding3

unrelated I/O

Definition at line 81 of file msp430_regs.h.

◆ DIR

REG8 msp430_port_p7_p8_t::DIR

pin direction

Definition at line 80 of file msp430_regs.h.

◆ IN

REG8 msp430_port_p7_p8_t::IN

input data

Definition at line 76 of file msp430_regs.h.

◆ OD

REG8 msp430_port_p7_p8_t::OD

output data

Definition at line 78 of file msp430_regs.h.

◆ SEL

REG8 msp430_port_p7_p8_t::SEL

alternative function select

Definition at line 82 of file msp430_regs.h.


The documentation for this struct was generated from the following file: