Loading...
Searching...
No Matches
msp430_port_p1_p2_t Struct Reference

GPIO Port 1/2 (with interrupt functionality) More...

Detailed Description

GPIO Port 1/2 (with interrupt functionality)

Definition at line 63 of file msp430_regs.h.

#include <msp430_regs.h>

Data Fields

msp430_port_t base
 common GPIO port registers
 
REG8 IFG
 interrupt flag
 
REG8 IES
 interrupt edge select
 
REG8 IE
 interrupt enable
 
REG8 SEL
 alternative function select
 
REG8 REN
 pull resistor enable
 

Field Documentation

◆ base

msp430_port_t msp430_port_p1_p2_t::base

common GPIO port registers

Definition at line 64 of file msp430_regs.h.

◆ IE

REG8 msp430_port_p1_p2_t::IE

interrupt enable

Definition at line 67 of file msp430_regs.h.

◆ IES

REG8 msp430_port_p1_p2_t::IES

interrupt edge select

Definition at line 66 of file msp430_regs.h.

◆ IFG

REG8 msp430_port_p1_p2_t::IFG

interrupt flag

Definition at line 65 of file msp430_regs.h.

◆ REN

REG8 msp430_port_p1_p2_t::REN

pull resistor enable

Definition at line 69 of file msp430_regs.h.

◆ SEL

REG8 msp430_port_p1_p2_t::SEL

alternative function select

Definition at line 68 of file msp430_regs.h.


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