Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
GpioPinMap_t Struct Reference

#include <DigitalPin.h>

Public Attributes

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

Detailed Description

GpioPinMap type

Member Data Documentation

◆ ddr

volatile uint8_t* GpioPinMap_t::ddr

address of DDR for this pin

◆ mask

uint8_t GpioPinMap_t::mask

bit mask for this pin

◆ pin

volatile uint8_t* GpioPinMap_t::pin

address of PIN for this pin

◆ port

volatile uint8_t* GpioPinMap_t::port

address of PORT for this pin


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