Lines Matching full:pwm
10 * @brief PWM Interface
11 * @defgroup pwm_interface PWM Interface
17 * @name PWM period set helpers
18 * The period cell in the PWM specifier needs to be provided in nanoseconds.
23 /** Specify PWM period in nanoseconds */
25 /** Specify PWM period in microseconds */
27 /** Specify PWM period in milliseconds */
29 /** Specify PWM period in seconds */
31 /** Specify PWM frequency in hertz */
33 /** Specify PWM frequency in kilohertz */
39 * @name PWM polarity flags
41 * or pwm_configure_capture() to specify the polarity of a PWM channel.
46 /** PWM pin normal polarity (active-high pulse). */
49 /** PWM pin inverted polarity (active-low pulse). */