Loading...
Searching...
No Matches
saul_driver_t Struct Reference

Definition of the RIOT actuator/sensor interface. More...

Detailed Description

Definition of the RIOT actuator/sensor interface.

Definition at line 284 of file saul.h.

#include <saul.h>

Data Fields

saul_read_t read
 read function pointer
 
saul_write_t write
 write function pointer
 
uint8_t type
 device class the device belongs to
 

Field Documentation

◆ read

saul_read_t saul_driver_t::read

read function pointer

Definition at line 285 of file saul.h.

◆ type

uint8_t saul_driver_t::type

device class the device belongs to

Definition at line 287 of file saul.h.

◆ write

saul_write_t saul_driver_t::write

write function pointer

Definition at line 286 of file saul.h.


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