nRF5 SDK  v12.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_pwm_values_wave_form_t Struct Reference

Structure for defining duty cycle values for a sequence loaded in NRF_PWM_LOAD_WAVE_FORM mode. More...

#include <nrf_pwm.h>

Data Fields

uint16_t channel_0
 Duty cycle value for channel 0.
 
uint16_t channel_1
 Duty cycle value for channel 1.
 
uint16_t channel_2
 Duty cycle value for channel 2.
 
uint16_t counter_top
 Top value for the pulse generator counter.
 

Detailed Description

Structure for defining duty cycle values for a sequence loaded in NRF_PWM_LOAD_WAVE_FORM mode.