Part Number: TIDA-01604
Tool/software: Code Composer Studio
Hello, My name is Kyung-Wook.
I'm doing changing the reference code TIDA-01604
SET_PWM_DBRED(HIGH_FREQ_PWM1_BASE,PFC_PWM_PERIOD);
SET_PWM_DBFED(HIGH_FREQ_PWM1_BASE,PFC_PWM_PERIOD);
SET_PWM_DBRED(HIGH_FREQ_PWM2_BASE,PFC_PWM_PERIOD);
SET_PWM_DBFED(HIGH_FREQ_PWM2_BASE,PFC_PWM_PERIOD);
SET_PWM_DBRED(HIGH_FREQ_PWM3_BASE,PFC_PWM_PERIOD);
SET_PWM_DBFED(HIGH_FREQ_PWM3_BASE,PFC_PWM_PERIOD);
Like above code, PFC_PWM_PERIOD is used.
But I couldn't find the declaration of PFC_PWM_PERIOD.
Can you explain to me where the declaration exist??
Thank you!