AceSPI
0.2.0
Unified interface for selecting hardware or software SPI implementations on Arduino platforms
|
This is the complete list of members for ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED >, including all inherited members.
begin() const | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | inline |
end() const | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | inline |
HardSpiFastInterface(T_SPI &spi) | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | inlineexplicit |
HardSpiFastInterface(const HardSpiFastInterface &)=default (defined in ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED >) | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | |
operator=(const HardSpiFastInterface &)=default (defined in ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED >) | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | |
send16(uint16_t value) const | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | inline |
send16(uint8_t msb, uint8_t lsb) const | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | inline |
send8(uint8_t value) const | ace_spi::HardSpiFastInterface< T_SPI, T_LATCH_PIN, T_CLOCK_SPEED > | inline |