Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
w1_slave_config Struct Reference

Node specific 1-wire configuration struct. More...

#include <w1.h>

Data Fields

struct w1_rom rom
 Unique 1-Wire ROM.
 
uint32_t overdrive: 1
 overdrive speed is used if set to 1.
 

Detailed Description

Node specific 1-wire configuration struct.

This struct is passed to network functions, such that they can configure the bus to address the specific slave using the selected speed.

Field Documentation

◆ overdrive

uint32_t w1_slave_config::overdrive

overdrive speed is used if set to 1.

◆ rom

struct w1_rom w1_slave_config::rom

Unique 1-Wire ROM.


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