Microchip® Advanced Software Framework

pwm_clock_t Struct Reference

Input parameters when initializing PWM.

#include <pwm.h>

Data Fields

uint32_t ul_clka
 Frequency of clock A in Hz (set 0 to turn it off) More...
 
uint32_t ul_clkb
 Frequency of clock B in Hz (set 0 to turn it off) More...
 
uint32_t ul_mck
 Frequency of master clock in Hz. More...
 

uint32_t pwm_clock_t::ul_clka

Frequency of clock A in Hz (set 0 to turn it off)

Referenced by main(), pwm_init(), and run_pwm_test().

uint32_t pwm_clock_t::ul_clkb

Frequency of clock B in Hz (set 0 to turn it off)

Referenced by pwm_init().

uint32_t pwm_clock_t::ul_mck

Frequency of master clock in Hz.

Referenced by pwm_init().