FreeRTOS: Common I/O
AWS IoT Common I/O library
Return to main page ↑
IotPwmConfig_t Struct Reference

PWM configuration type. More...

#include <iot_pwm.h>

Data Fields

uint32_t ulPwmFrequency
 
uint8_t ucPwmDutyCycle
 
uint8_t ucPwmChannel
 

Detailed Description

PWM configuration type.

Field Documentation

◆ ulPwmFrequency

uint32_t IotPwmConfig_t::ulPwmFrequency

PWM frequency

◆ ucPwmDutyCycle

uint8_t IotPwmConfig_t::ucPwmDutyCycle

PWM duty cycle

◆ ucPwmChannel

uint8_t IotPwmConfig_t::ucPwmChannel

PWM output channel. Depending on individual HW implementations, each pwm controller may have one or more channels, where the output signal can be directed.


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