Lines Matching full:pwms
3 * @brief PWMs Devicetree macro public API header file.
20 * @defgroup devicetree-pwms Devicetree PWMs API
27 * pwms property at an index
36 * pwms = <&pwm1 1 PWM_POLARITY_NORMAL>,
45 * @param node_id node identifier for a node with a pwms property
46 * @param idx logical index into pwms property
52 DT_PHANDLE_BY_IDX(node_id, pwms, idx)
56 * pwms property by name
65 * pwms = <&pwm1 1 PWM_POLARITY_NORMAL>,
75 * @param node_id node identifier for a node with a pwms property
76 * @param name lowercase-and-underscores name of a pwms element
82 DT_PHANDLE_BY_NAME(node_id, pwms, name)
86 * @param node_id node identifier for a node with a pwms property
88 * in the node's "pwms" property
109 * pwms = <&pwm1 1 200000 PWM_POLARITY_NORMAL>,
129 * @param node_id node identifier for a node with a pwms property
130 * @param idx logical index into pwms property
136 DT_PHA_BY_IDX(node_id, pwms, idx, cell)
154 * pwms = <&pwm1 1 200000 PWM_POLARITY_NORMAL>,
175 * @param node_id node identifier for a node with a pwms property
176 * @param name lowercase-and-underscores name of a pwms element
183 DT_PHA_BY_NAME(node_id, pwms, name, cell)
187 * @param node_id node identifier for a node with a pwms property
202 * @param node_id node identifier for a node with a pwms property
203 * @param idx logical index into pwms property
218 * @param node_id node identifier for a node with a pwms property
219 * @param name lowercase-and-underscores name of a pwms element
229 * @param node_id node identifier for a node with a pwms property
243 * @param node_id node identifier for a node with a pwms property
244 * @param idx logical index into pwms property
259 * @param node_id node identifier for a node with a pwms property
260 * @param name lowercase-and-underscores name of a pwms element
270 * @param node_id node identifier for a node with a pwms property
285 * @param node_id node identifier for a node with a pwms property
286 * @param idx logical index into pwms property
291 DT_PHA_BY_IDX_OR(node_id, pwms, idx, flags, 0)
303 * @param node_id node identifier for a node with a pwms property
304 * @param name lowercase-and-underscores name of a pwms element
311 DT_PHA_BY_NAME_OR(node_id, pwms, name, flags, 0)
315 * @param node_id node identifier for a node with a pwms property
323 * DT_DRV_COMPAT instance's pwms property at an index
326 * @param idx logical index into pwms property
336 * DT_DRV_COMPAT instance's pwms property by name
338 * @param name lowercase-and-underscores name of a pwms element
350 * in the instance's "pwms" property
359 * @param idx logical index into pwms property
369 * @param name lowercase-and-underscores name of a pwms element
390 * @param idx logical index into pwms property
400 * @param name lowercase-and-underscores name of a pwms element
419 * @param idx logical index into pwms property
429 * @param name lowercase-and-underscores name of a pwms element
448 * @param idx logical index into pwms property
458 * @param name lowercase-and-underscores name of a pwms element