device descriptor More...
device descriptor
Definition at line 133 of file ata8520e.h.
#include <ata8520e.h>
Data Fields | |
| ata8520e_params_t | params |
| Device parameters. | |
| uint8_t | internal_state |
| current state of the device | |
| uint8_t | event_received |
| check if an event was received | |
| mutex_t | event_lock |
| mutex for waiting for event | |
| mutex_t ata8520e_t::event_lock |
mutex for waiting for event
Definition at line 137 of file ata8520e.h.
| uint8_t ata8520e_t::event_received |
check if an event was received
Definition at line 136 of file ata8520e.h.
| uint8_t ata8520e_t::internal_state |
current state of the device
Definition at line 135 of file ata8520e.h.
| ata8520e_params_t ata8520e_t::params |
Device parameters.
Definition at line 134 of file ata8520e.h.