Loading...
Searching...
No Matches
saul_reg Struct Reference

SAUL registry entry. More...

Detailed Description

SAUL registry entry.

Definition at line 39 of file saul_reg.h.

#include <saul_reg.h>

Data Fields

struct saul_regnext
 pointer to the next device
 
void * dev
 pointer to the device descriptor
 
const char * name
 string identifier for the device
 
saul_driver_t const * driver
 the devices read callback
 

Field Documentation

◆ dev

void* saul_reg::dev

pointer to the device descriptor

Definition at line 41 of file saul_reg.h.

◆ driver

saul_driver_t const* saul_reg::driver

the devices read callback

Definition at line 43 of file saul_reg.h.

◆ name

const char* saul_reg::name

string identifier for the device

Definition at line 42 of file saul_reg.h.

◆ next

struct saul_reg* saul_reg::next

pointer to the next device

Definition at line 40 of file saul_reg.h.


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