MySensors Library & Examples  2.3.2-62-ge298769
Public Attributes | List of all members
GpioPinMap_t Struct Reference

Detailed Description

GpioPinMap type

Definition at line 33 of file DigitalPin.h.

#include <DigitalPin.h>

+ Collaboration diagram for GpioPinMap_t:

Public Attributes

volatile uint8_t * pin
 
volatile uint8_t * ddr
 
volatile uint8_t * port
 
uint8_t mask
 

Member Data Documentation

◆ ddr

volatile uint8_t* GpioPinMap_t::ddr

address of DDR for this pin

Definition at line 35 of file DigitalPin.h.

◆ mask

uint8_t GpioPinMap_t::mask

bit mask for this pin

Definition at line 37 of file DigitalPin.h.

◆ pin

volatile uint8_t* GpioPinMap_t::pin

address of PIN for this pin

Definition at line 34 of file DigitalPin.h.

◆ port

volatile uint8_t* GpioPinMap_t::port

address of PORT for this pin

Definition at line 36 of file DigitalPin.h.


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