AIROC™ BTSDK v4.0 - Documentation | ||||
PWM Structures. More...
Data Structures | |
struct | wiced_pwm_config_t |
init count and toggle count for the PWM counters More... | |
Enumerations | |
enum | PwmChannels { PWM0 = 0, PWM1 = 1, PWM2 = 2, PWM3 = 3, PWM4 = 4, PWM5 = 5, MAX_PWMS = 6 } |
PWM HW block has 6 PWM channels each with its own 16 bit counter. More... | |
enum | PwmClockType { LHL_CLK, PMU_CLK } |
Clock used for PWM. More... | |
PWM Structures.
enum PwmChannels |
PWM HW block has 6 PWM channels each with its own 16 bit counter.
The first PWM channel is PWM0.
enum PwmClockType |
Clock used for PWM.
When LHL_CLK is set, 128 KHz is used. PMU_CLK requires aclk to be configured first.