app_pwm_pin_cfg_t Struct Reference

PWM configuration Structures. More...

#include <app_pwm.h>

+ Collaboration diagram for app_pwm_pin_cfg_t:

Public Attributes

app_pwm_pin_t channel_a
 Set the configuration of PWM channel A pin. More...
 
app_pwm_pin_t channel_b
 Set the configuration of PWM channel B pin. More...
 
app_pwm_pin_t channel_c
 Set the configuration of PWM channel C pin. More...
 

Detailed Description

PWM configuration Structures.

Definition at line 156 of file app_pwm.h.

Member Data Documentation

◆ channel_a

app_pwm_pin_t app_pwm_pin_cfg_t::channel_a

Set the configuration of PWM channel A pin.

Definition at line 158 of file app_pwm.h.

◆ channel_b

app_pwm_pin_t app_pwm_pin_cfg_t::channel_b

Set the configuration of PWM channel B pin.

Definition at line 159 of file app_pwm.h.

◆ channel_c

app_pwm_pin_t app_pwm_pin_cfg_t::channel_c

Set the configuration of PWM channel C pin.

Definition at line 160 of file app_pwm.h.


The documentation for this struct was generated from the following file: