Device driver interface for the Atmel IO1 Xplained extension. More...
Device driver interface for the Atmel IO1 Xplained extension.
Definition in file io1_xplained.h.
 Include dependency graph for io1_xplained.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | io1_xplained_params_t | 
| Device initialization parameters.  More... | |
| struct | io1_xplained_t | 
| Device descriptor for the IO1 Xplained extension.  More... | |
Enumerations | |
| enum | {  IO1_XPLAINED_OK = 0 , IO1_XPLAINED_NOTEMP , IO1_XPLAINED_NOSDCARD , IO1_XPLAINED_NOLIGHT , IO1_XPLAINED_NOLED , IO1_XPLAINED_NOGPIO1 , IO1_XPLAINED_NOGPIO2 , IO1_XPLAINED_READ_OK , IO1_XPLAINED_READ_ERR }  | 
| IO1 Xplained driver return codes.  More... | |
Functions | |
| int | io1_xplained_init (io1_xplained_t *dev, const io1_xplained_params_t *params) | 
| Initialize the given IO1 Xplained extension.  More... | |
| int | io1_xplained_read_light_level (uint16_t *light) | 
| Read light sensor level on the IO1 Xplained extension.  More... | |