|
RADLib
RADical C++ application framework
|
#include <radekernel.h>
Public Attributes | |
| uint32_t | size |
| const char * | name |
| const char * | compatible |
| void * | context |
| rad_status_t(* | probe )(void *context, rad_spi_device_t *device) |
| void(* | remove )(void *context, rad_spi_device_t *device) |
| const char* rad_spi_driver::compatible |
| void* rad_spi_driver::context |
| const char* rad_spi_driver::name |
| rad_status_t(* rad_spi_driver::probe) (void *context, rad_spi_device_t *device) |
| void(* rad_spi_driver::remove) (void *context, rad_spi_device_t *device) |
| uint32_t rad_spi_driver::size |