Loading...
Searching...
No Matches
msp430_port_t Struct Reference

Common MSP GPIO Port Registers. More...

Detailed Description

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
 

Field Documentation

◆ DIR

REG8 msp430_port_t::DIR

pin direction

Definition at line 92 of file msp430_regs_common.h.

◆ IN

REG8 msp430_port_t::IN

input data

Definition at line 90 of file msp430_regs_common.h.

◆ OD

REG8 msp430_port_t::OD

output data

Definition at line 91 of file msp430_regs_common.h.


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