COSA
An Object-Oriented Platform for Arduino Programming
|
This is the complete list of members for Soft::SPI::Driver, including all inherited members.
clock(uint32_t freq) | Soft::SPI::Driver | inlinestatic |
cycle(uint16_t ns) | Soft::SPI::Driver | inlinestatic |
Driver(Board::DigitalPin cs, Pulse pulse=DEFAULT_PULSE, Clock clock=DEFAULT_CLOCK, uint8_t mode=0, Order order=MSB_ORDER, Interrupt::Handler *irq=NULL) | Soft::SPI::Driver | |
m_cs | Soft::SPI::Driver | protected |
m_data | Soft::SPI::Driver | protected |
m_irq | Soft::SPI::Driver | protected |
m_mode | Soft::SPI::Driver | protected |
m_next | Soft::SPI::Driver | protected |
m_order | Soft::SPI::Driver | protected |
m_pulse | Soft::SPI::Driver | protected |
set_clock(Clock rate) | Soft::SPI::Driver | |
set_clock(uint32_t freq) | Soft::SPI::Driver | inline |
SPI class | Soft::SPI::Driver | friend |