nRF5 SDK v11.0.0
Data Fields
nrf_pwm_values_t Union Reference

Union grouping pointers to arrays of duty cycle values applicable to various loading modes. More...

#include <nrf_pwm.h>

Data Fields

nrf_pwm_values_common_t const * p_common
 Pointer to be used in NRF_PWM_LOAD_COMMON mode.
 
nrf_pwm_values_grouped_t const * p_grouped
 Pointer to be used in NRF_PWM_LOAD_GROUPED mode.
 
nrf_pwm_values_individual_t const * p_individual
 Pointer to be used in NRF_PWM_LOAD_INDIVIDUAL mode.
 
nrf_pwm_values_wave_form_t const * p_wave_form
 Pointer to be used in NRF_PWM_LOAD_WAVE_FORM mode.
 
uint16_t const * p_raw
 Pointer providing raw access to the values.
 

Detailed Description

Union grouping pointers to arrays of duty cycle values applicable to various loading modes.


Documentation feedback | Developer Zone | Updated