summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'example/apps/icssg_pwm/firmware/src/iepPwm.h')
-rw-r--r--example/apps/icssg_pwm/firmware/src/iepPwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/apps/icssg_pwm/firmware/src/iepPwm.h b/example/apps/icssg_pwm/firmware/src/iepPwm.h
index 61673a8..f2fe830 100644
--- a/example/apps/icssg_pwm/firmware/src/iepPwm.h
+++ b/example/apps/icssg_pwm/firmware/src/iepPwm.h
@@ -148,7 +148,7 @@ typedef enum IepSm_States_e
148typedef struct IcssgIepPwmCtrlObj_s 148typedef struct IcssgIepPwmCtrlObj_s
149{ 149{
150 Bool iepPwmGblEn[ICSSG_NUM_IEP]; /* IEP PWM global disable/enable flags */ 150 Bool iepPwmGblEn[ICSSG_NUM_IEP]; /* IEP PWM global disable/enable flags */
151 CSL_icss_g_pr1_cfg_slvRegs *pIcssgCfgHwRegs; /* ICSSG CFG registers, init to CSL_ICSS_CFG_BASE */ 151 CSL_IcssCfgRegs *pIcssgCfgHwRegs; /* ICSSG CFG registers, init to CSL_ICSS_CFG_BASE */
152 IepPwmCtrlFwRegs *pIepPwmCtrlFwRegs; /* IEP PWM FW control registers, init to &PWM_CTRL */ 152 IepPwmCtrlFwRegs *pIepPwmCtrlFwRegs; /* IEP PWM FW control registers, init to &PWM_CTRL */
153} IcssgIepPwmCtrlObj; 153} IcssgIepPwmCtrlObj;
154 154