Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
w1_master_data Struct Reference

Data common to all 1-Wire master implementations. More...

#include <w1.h>

Data Fields

struct k_mutex bus_lock
 The mutex used by w1_lock_bus() and w1_unlock_bus() methods.

Detailed Description

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.

Field Documentation

◆ bus_lock

struct k_mutex w1_master_data::bus_lock

The mutex used by w1_lock_bus() and w1_unlock_bus() methods.


The documentation for this struct was generated from the following file:
  • include/zephyr/drivers/w1.h