Lines Matching full:pwms
119 * pwms = <&pwm1 1 1000 PWM_POLARITY_NORMAL>,
142 * has the 'pwms' property, and that 'pwms' property specifies a PWM controller,
146 * @param name Lowercase-and-underscores name of a pwms element as defined by
166 * @param name Lowercase-and-underscores name of a pwms element as defined by
180 * 'pwms', this expands to <tt>PWM_DT_SPEC_GET_BY_NAME(node_id, name)</tt>. The
185 * @param name Lowercase-and-underscores name of a pwms element as defined by
195 COND_CODE_1(DT_NODE_HAS_PROP(node_id, pwms), \
204 * @param name Lowercase-and-underscores name of a pwms element as defined by
226 * pwms = <&pwm1 1 1000 PWM_POLARITY_NORMAL>,
248 * has the 'pwms' property, and that 'pwms' property specifies a PWM controller,
252 * @param idx Logical index into 'pwms' property.
271 * @param idx Logical index into 'pwms' property.
284 * 'pwms', this expands to <tt>PWM_DT_SPEC_GET_BY_IDX(node_id, idx)</tt>. The
289 * @param idx Logical index into 'pwms' property.
298 COND_CODE_1(DT_NODE_HAS_PROP(node_id, pwms), \
307 * @param idx Logical index into 'pwms' property.