 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef ZEPHYR_INCLUDE_DEVICETREE_HWSPINLOCK_H_
13#define ZEPHYR_INCLUDE_DEVICETREE_HWSPINLOCK_H_
51#define DT_HWSPINLOCK_CTRL_BY_IDX(node_id, idx) \
52 DT_PHANDLE_BY_IDX(node_id, hwlocks, idx)
82#define DT_HWSPINLOCK_CTRL_BY_NAME(node_id, name) \
83 DT_PHANDLE_BY_NAME(node_id, hwlocks, name)
119#define DT_HWSPINLOCK_ID_BY_NAME(node_id, name) \
120 DT_PHA_BY_NAME(node_id, hwlocks, name, id)
149#define DT_HWSPINLOCK_ID_BY_IDX(node_id, idx) \
150 DT_PHA_BY_IDX(node_id, hwlocks, idx, id)