Polled SPI master defintion. More...
#include <spi_polled.h>

Data Fields | |
| struct spi_master | base |
| Base spi_master. | |
| struct workqueue_task | poll |
| Task to use for polling the spi hardware. | |
| spi_start_func_t | start |
| Virtual method for starting transfer. | |
| uint8_t | op |
| Ongoing operation bitfield (spi_polled_op_flags). | |
| const uint8_t * | write_data |
| Current write data pointer. | |
| uint8_t * | read_data |
| Current read data pointer. | |
Polled SPI master defintion.
Definition at line 67 of file spi_polled.h.
Ongoing operation bitfield (spi_polled_op_flags).
Definition at line 75 of file spi_polled.h.
Referenced by spi_poll(), and spi_polled_is_buffer_op().
Task to use for polling the spi hardware.
Definition at line 71 of file spi_polled.h.
Referenced by spi_poll(), and spi_polled_sched_poll().
Virtual method for starting transfer.
Definition at line 73 of file spi_polled.h.
1.6.3