APM:Libraries
Public Attributes | List of all members
SPI_state Struct Reference

#include <spi.h>

Public Attributes

Handler handler
 
uint8_t * dst
 
uint16_t len
 
volatile bool busy
 

Detailed Description

Definition at line 21 of file spi.h.

Member Data Documentation

◆ busy

volatile bool SPI_state::busy

◆ dst

uint8_t* SPI_state::dst

◆ handler

Handler SPI_state::handler

Definition at line 22 of file spi.h.

Referenced by isr_handler(), spi_attach_interrupt(), and spi_detach_interrupt().

◆ len

uint16_t SPI_state::len

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