RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_spi_controller_ops Struct Reference

Public data structure for rad_spi_controller_ops. More...

#include <radkernel.h>

Public Attributes

void * context
 Public structure field.
 
rad_status_t(* transfer )(void *context, const rad_spi_device_t *device, const rad_spi_transfer_t *transfer)
 Public callback slot.
 
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)
 Public callback slot.
 

Detailed Description

Public data structure for rad_spi_controller_ops.


The documentation for this struct was generated from the following file: