|
Arduino-SPI
Serial Peripheral Interface (SPI) library for Arduino
|
This is the complete list of members for Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN >, including all inherited members.
| acquire(uint8_t mode, uint8_t bitorder, uint8_t scale) | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | inlinevirtual |
| lock() | SPI | inlineprotected |
| m_bitorder | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | protected |
| m_busy | SPI | protected |
| m_cpha | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | protected |
| m_miso | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | protected |
| m_mosi | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | protected |
| m_sck | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | protected |
| MAX_FREQ | SPI | static |
| operator<<(uint8_t value) | SPI | inline |
| operator>>(uint8_t &value) | SPI | inline |
| prescale(uint32_t frequency) | SPI | inlinevirtual |
| read(void *buf, size_t count) | SPI | inlinevirtual |
| release() | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | inlinevirtual |
| SPI() | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | inline |
| transfer(uint8_t value) | Software::SPI< MOSI_PIN, MISO_PIN, SCK_PIN > | inlinevirtual |
| SPI::transfer(void *dest, const void *src, size_t count) | SPI | inlinevirtual |
| unlock() | SPI | inlineprotected |
| write(const void *buf, size_t count) | SPI | inlinevirtual |