HomeSort by relevance Sort by last modified time
    Searched refs:SPI_2XCLOCK_MASK (Results 1 - 2 of 2) sorted by null

  /external/arduino/libraries/SPI/
SPI.cpp 59 SPSR = (SPSR & ~SPI_2XCLOCK_MASK) | ((rate >> 2) & SPI_2XCLOCK_MASK);
SPI.h 34 #define SPI_2XCLOCK_MASK 0x01 // SPI2X = bit 0 on SPSR

Completed in 479 milliseconds