|
YAHAL
Yet Another Hardware Abstraction Library
|
This is the complete list of members for spi_BBB, including all inherited members.
| generateCS(bool val) (defined in spi_BBB) | spi_BBB | virtual |
| setCS(bool val) (defined in spi_BBB) | spi_BBB | virtual |
| setSpeed(uint32_t Hz) (defined in spi_BBB) | spi_BBB | virtual |
| spi_BBB(const char *dev) (defined in spi_BBB) | spi_BBB | |
| spiAttachRxIrq(void(*)(uint8_t data)) (defined in spi_BBB) | spi_BBB | |
| spiAttachRxIrq(function< void(uint8_t data)> f)=0 (defined in spi_interface) | spi_interface | pure virtual |
| spiRx(uint8_t txbyte, uint8_t *rxbuf, uint16_t len) (defined in spi_BBB) | spi_BBB | virtual |
| spiTx(const uint8_t *txbuf, uint16_t len) (defined in spi_BBB) | spi_BBB | virtual |
| spiTxRx(const uint8_t *txbuf, uint8_t *rxbuf, uint16_t len) (defined in spi_BBB) | spi_BBB | virtual |
| ~spi_BBB() (defined in spi_BBB) | spi_BBB | |
| ~spi_interface()=default (defined in spi_interface) | spi_interface | protectedvirtual |