Zephyr API 3.6.99
|
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. | |
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.
uint32_t w1_slave_config::overdrive |
overdrive speed is used if set to 1.
struct w1_rom w1_slave_config::rom |
Unique 1-Wire ROM.