Lines Matching full:pwms
117 * pwms = <&pwm1 1 1000 PWM_POLARITY_NORMAL>,
140 * has the 'pwms' property, and that 'pwms' property specifies a PWM controller,
144 * @param name Lowercase-and-underscores name of a pwms element as defined by
164 * @param name Lowercase-and-underscores name of a pwms element as defined by
178 * 'pwms', this expands to <tt>PWM_DT_SPEC_GET_BY_NAME(node_id, name)</tt>. The
183 * @param name Lowercase-and-underscores name of a pwms element as defined by
193 COND_CODE_1(DT_NODE_HAS_PROP(node_id, pwms), \
202 * @param name Lowercase-and-underscores name of a pwms element as defined by
224 * pwms = <&pwm1 1 1000 PWM_POLARITY_NORMAL>,
246 * has the 'pwms' property, and that 'pwms' property specifies a PWM controller,
250 * @param idx Logical index into 'pwms' property.
269 * @param idx Logical index into 'pwms' property.
282 * 'pwms', this expands to <tt>PWM_DT_SPEC_GET_BY_IDX(node_id, idx)</tt>. The
287 * @param idx Logical index into 'pwms' property.
296 COND_CODE_1(DT_NODE_HAS_PROP(node_id, pwms), \
305 * @param idx Logical index into 'pwms' property.