EVE 1.0
pwm_channel_config_t Struct Reference

#include <pwm.h>

Data Fields

uint8_t Pin: GPIO_PIN_ID_WIDTH
 GPIO pin location.
 
uint8_t Enable: 1
 true if this channel is allowed for PWM
 
uint8_t Invert: 1
 Invert output.
 

Detailed Description

pwm_channel_config_t structure is used for configuration of PWM channels without dead time insertion. The structure must be initialized as a part of the PWM configuration.

Definition at line 102 of file pwm.h.