Generic SPI abstraction for polled buf list operation. More...
#include <assert.h>#include <bitops.h>#include <spi.h>Go to the source code of this file.
Functions | |
| void | spi_polled_next_buffer (struct workqueue_task *task) |
| Iterate to next buffer in SPI buffer list operation. | |
| void | spi_polled_write_buf_list (struct spi_master *spim, struct slist *buf_list) |
| void | spi_polled_read_buf_list (struct spi_master *spim, struct slist *buf_list) |
| void | spi_polled_exchange_buf_list (struct spi_master *spim, struct slist *write_buf_list, struct slist *read_buf_list) |
Generic SPI abstraction for polled buf list operation.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file spi_polled_buf_list.c.
1.6.3