Lines Matching full:channels

3  * @brief IO channels devicetree macro public API header file.
20 * @defgroup devicetree-io-channels Devicetree IO Channels API
28 * io-channels property at an index
37 * io-channels = <&adc1 10>, <&adc2 20>;
45 * @param node_id node identifier for a node with an io-channels property
46 * @param idx logical index into io-channels property
55 * io-channels property by name
64 * io-channels = <&adc1 10>, <&adc2 20>;
73 * @param node_id node identifier for a node with an io-channels property
74 * @param name lowercase-and-underscores name of an io-channels element
84 * @param node_id node identifier for a node with an io-channels property
86 * in the node's "io-channels" property
92 * @brief Get the node identifier from a DT_DRV_COMPAT instance's io-channels
96 * @param idx logical index into io-channels property
104 * @brief Get the node identifier from a DT_DRV_COMPAT instance's io-channels
107 * @param name lowercase-and-underscores name of an io-channels element
119 * in the node's "io-channels" property
125 * @brief Get an io-channels specifier input cell at an index
127 * This macro only works for io-channels specifiers with cells named
143 * io-channels = <&adc1 10>, <&adc2 20>;
156 * @param node_id node identifier for a node with an io-channels property
157 * @param idx logical index into io-channels property
165 * @brief Get an io-channels specifier input cell by name
167 * This macro only works for io-channels specifiers with cells named
183 * io-channels = <&adc1 10>, <&adc2 20>;
197 * @param node_id node identifier for a node with an io-channels property
198 * @param name lowercase-and-underscores name of an io-channels element
207 * @param node_id node identifier for a node with an io-channels property
214 * @brief Get an input cell from the "DT_DRV_INST(inst)" io-channels
217 * @param idx logical index into io-channels property
225 * @brief Get an input cell from the "DT_DRV_INST(inst)" io-channels
228 * @param name lowercase-and-underscores name of an io-channels element