FreeRTOS:
Common I/O
AWS IoT Common I/O library
|
Return to main page ↑ |
PWM configuration type. More...
#include <iot_pwm.h>
Data Fields | |
uint32_t | ulPwmFrequency |
uint8_t | ucPwmDutyCycle |
uint8_t | ucPwmChannel |
PWM configuration type.
uint32_t IotPwmConfig_t::ulPwmFrequency |
PWM frequency
uint8_t IotPwmConfig_t::ucPwmDutyCycle |
PWM duty cycle
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.