Lines Matching full:channel
50 * function call to specify that a given output channel shall not be
150 …dividual, ///< 1st half word (16-bit) used in channel 0; 2nd in channel 1; 3rd in channel 2; 4th i…
151 …WM_DECODER_LOAD_WaveForm ///< 1st half word (16-bit) used in channel 0; 2nd in channel 1; ... ;…
188 uint16_t channel_0; ///< Duty cycle value for channel 0.
189 uint16_t channel_1; ///< Duty cycle value for channel 1.
190 uint16_t channel_2; ///< Duty cycle value for channel 2.
191 uint16_t channel_3; ///< Duty cycle value for channel 3.
199 uint16_t channel_0; ///< Duty cycle value for channel 0.
200 uint16_t channel_1; ///< Duty cycle value for channel 1.
201 uint16_t channel_2; ///< Duty cycle value for channel 2.
385 * @param[in] channel Channel through which to subscribe events.
389 uint8_t channel);
407 * @param[in] channel Channel through which to publish the event.
411 uint8_t channel);
441 * Usage of all PWM output channels is optional. If a given channel is not
630 uint8_t channel) in nrf_pwm_subscribe_set() argument
633 ((uint32_t)channel | PWM_SUBSCRIBE_STOP_EN_Msk); in nrf_pwm_subscribe_set()
644 uint8_t channel) in nrf_pwm_publish_set() argument
647 ((uint32_t)channel | PWM_PUBLISH_STOPPED_EN_Msk); in nrf_pwm_publish_set()