|
RADLib
RADical C++ application framework
|
#include <radekernel.h>
Public Attributes | |
| void * | context |
| rad_status_t(* | transfer )(void *context, const rad_spi_device_t *device, const rad_spi_transfer_t *transfer) |
| rad_status_t(* | transfer_dma )(void *context, const rad_spi_device_t *device, const rad_spi_transfer_t *transfer, rad_dma_channel_t tx_channel, rad_dma_channel_t rx_channel) |
| void* rad_spi_controller_ops::context |
| rad_status_t(* rad_spi_controller_ops::transfer) (void *context, const rad_spi_device_t *device, const rad_spi_transfer_t *transfer) |
| rad_status_t(* rad_spi_controller_ops::transfer_dma) (void *context, const rad_spi_device_t *device, const rad_spi_transfer_t *transfer, rad_dma_channel_t tx_channel, rad_dma_channel_t rx_channel) |