Zephyr API 3.6.99
|
IO channels devicetree macro public API header file. More...
Go to the source code of this file.
Macros | |
#define | DT_IO_CHANNELS_CTLR_BY_IDX(node_id, idx) |
Get the node identifier for the node referenced by an io-channels property at an index. | |
#define | DT_IO_CHANNELS_CTLR_BY_NAME(node_id, name) |
Get the node identifier for the node referenced by an io-channels property by name. | |
#define | DT_IO_CHANNELS_CTLR(node_id) |
Equivalent to DT_IO_CHANNELS_CTLR_BY_IDX(node_id, 0) | |
#define | DT_INST_IO_CHANNELS_CTLR_BY_IDX(inst, idx) |
Get the node identifier from a DT_DRV_COMPAT instance's io-channels property at an index. | |
#define | DT_INST_IO_CHANNELS_CTLR_BY_NAME(inst, name) |
Get the node identifier from a DT_DRV_COMPAT instance's io-channels property by name. | |
#define | DT_INST_IO_CHANNELS_CTLR(inst) |
Equivalent to DT_INST_IO_CHANNELS_CTLR_BY_IDX(inst, 0) | |
#define | DT_IO_CHANNELS_INPUT_BY_IDX(node_id, idx) |
Get an io-channels specifier input cell at an index. | |
#define | DT_IO_CHANNELS_INPUT_BY_NAME(node_id, name) |
Get an io-channels specifier input cell by name. | |
#define | DT_IO_CHANNELS_INPUT(node_id) |
Equivalent to DT_IO_CHANNELS_INPUT_BY_IDX(node_id, 0) | |
#define | DT_INST_IO_CHANNELS_INPUT_BY_IDX(inst, idx) |
Get an input cell from the "DT_DRV_INST(inst)" io-channels property at an index. | |
#define | DT_INST_IO_CHANNELS_INPUT_BY_NAME(inst, name) |
Get an input cell from the "DT_DRV_INST(inst)" io-channels property by name. | |
#define | DT_INST_IO_CHANNELS_INPUT(inst) |
Equivalent to DT_INST_IO_CHANNELS_INPUT_BY_IDX(inst, 0) | |
IO channels devicetree macro public API header file.