|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Data common to all 1-Wire master implementations. More...
#include <zephyr/drivers/w1.h>
Data Fields | |
| struct k_mutex | bus_lock |
| The mutex used by w1_lock_bus() and w1_unlock_bus() methods. | |
Data common to all 1-Wire master implementations.
This structure is common to all 1-Wire master implementations and is expected to be the first element in the object pointed to by the data field in the device structure.
| struct k_mutex w1_master_data::bus_lock |
The mutex used by w1_lock_bus() and w1_unlock_bus() methods.