Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wuc.h File Reference

Wakeup Controller Devicetree macro public API header file. More...

Go to the source code of this file.

Macros

#define DT_WUC_BY_IDX(node_id, idx)
 Get the node identifier for the controller phandle from a "wakeup-ctrls" phandle-array property at an index.
#define DT_WUC(node_id)
 Equivalent to DT_WUC_BY_IDX(node_id, 0).
#define DT_WUC_CELL_BY_IDX(node_id, idx, cell)
 Get a wakeup controller specifier's cell value at an index.
#define DT_WUC_CELL(node_id, cell)
 Equivalent to DT_WUC_CELL_BY_IDX(node_id, 0, cell).
#define DT_INST_WUC_BY_IDX(inst, idx)
 Get the node identifier for the controller phandle from a "wakeup-ctrls" phandle-array property at an index.
#define DT_INST_WUC(inst)
 Equivalent to DT_INST_WUC_BY_IDX(inst, 0).
#define DT_INST_WUC_CELL_BY_IDX(inst, idx, cell)
 Get a DT_DRV_COMPAT instance's wakeup controller specifier's cell value at an index.
#define DT_INST_WUC_CELL(inst, cell)
 Equivalent to DT_INST_WUC_CELL_BY_IDX(inst, 0, cell).
#define DT_WUC_ID_BY_IDX(node_id, idx)
 Get a Wakeup Controller specifier's id cell at an index.
#define DT_WUC_ID(node_id)
 Equivalent to DT_WUC_ID_BY_IDX(node_id, 0).
#define DT_INST_WUC_ID_BY_IDX(inst, idx)
 Get a DT_DRV_COMPAT instance's Wakeup Controller specifier's id cell value at an index.
#define DT_INST_WUC_ID(inst)
 Equivalent to DT_INST_WUC_ID_BY_IDX(inst, 0).

Detailed Description

Wakeup Controller Devicetree macro public API header file.