app_pwm_params_t Struct Reference

PWM parameters structure definition. More...

#include <app_pwm.h>

Public Attributes

app_pwm_id_t id
 specified PWM module ID. More...
 
app_pwm_pin_cfg_t pin_cfg
 the pin configuration information for the specified PWM module. More...
 
app_pwm_active_channel_t active_channel
 PWM operate mode. More...
 
pwm_init_t init
 PWM communication parameters. More...
 

Detailed Description

PWM parameters structure definition.

Definition at line 150 of file app_pwm.h.

Member Data Documentation

◆ active_channel

app_pwm_active_channel_t app_pwm_params_t::active_channel

PWM operate mode.


Definition at line 154 of file app_pwm.h.

◆ id

app_pwm_id_t app_pwm_params_t::id

specified PWM module ID.


Definition at line 152 of file app_pwm.h.

◆ init

pwm_init_t app_pwm_params_t::init

PWM communication parameters.

Definition at line 155 of file app_pwm.h.

◆ pin_cfg

app_pwm_pin_cfg_t app_pwm_params_t::pin_cfg

the pin configuration information for the specified PWM module.

Definition at line 153 of file app_pwm.h.


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