summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'example/apps/icssg_pwm/firmware/src/icssg_iep_pwm.h')
-rw-r--r--example/apps/icssg_pwm/firmware/src/icssg_iep_pwm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/apps/icssg_pwm/firmware/src/icssg_iep_pwm.h b/example/apps/icssg_pwm/firmware/src/icssg_iep_pwm.h
index f94b9eb..107dd28 100644
--- a/example/apps/icssg_pwm/firmware/src/icssg_iep_pwm.h
+++ b/example/apps/icssg_pwm/firmware/src/icssg_iep_pwm.h
@@ -93,8 +93,14 @@
93 93
94/* Firmware Feature */ 94/* Firmware Feature */
95#define FW_NUM_PWMS_MASK ( 0x1F ) 95#define FW_NUM_PWMS_MASK ( 0x1F )
96#define FW_IEP0_NUM_PWMS_MASK ( 0xF )
97#define FW_IEP1_NUM_PWMS_MASK ( 0xF )
96#define FW_FEATURE_FW_NUM_PWMS_SHIFT ( 0 ) 98#define FW_FEATURE_FW_NUM_PWMS_SHIFT ( 0 )
97#define FW_FEATURE_FW_NUM_PWMS_MASK ( FW_NUM_PWMS_MASK << FW_FEATURE_FW_NUM_PWMS_SHIFT ) 99#define FW_FEATURE_FW_NUM_PWMS_MASK ( FW_NUM_PWMS_MASK << FW_FEATURE_FW_NUM_PWMS_SHIFT )
100#define FW_FEATURE_FW_IEP0_NUM_PWMS_SHIFT ( 5 )
101#define FW_FEATURE_FW_IEP0_NUM_PWMS_MASK ( FW_IEP0_NUM_PWMS_MASK << FW_FEATURE_FW_IEP0_NUM_PWMS_SHIFT )
102#define FW_FEATURE_FW_IEP1_NUM_PWMS_SHIFT ( 9 )
103#define FW_FEATURE_FW_IEP1_NUM_PWMS_MASK ( FW_IEP1_NUM_PWMS_MASK << FW_FEATURE_FW_IEP1_NUM_PWMS_SHIFT )
98 104
99/* PWM_CTRL */ 105/* PWM_CTRL */
100#define BF_PWM_GBL_EN_DISABLE ( 0 ) /* Global Enable bit field disabled setting */ 106#define BF_PWM_GBL_EN_DISABLE ( 0 ) /* Global Enable bit field disabled setting */