File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4132,8 +4132,9 @@ typedef struct {
41324132#define FLEXIO_TIMCFG_DISABLE_ON_TIMER_COMPARE_AND_TRIGGER_LOW FLEXIO_TIMCFG_TIMDIS(3)
41334133#define FLEXIO_TIMCFG_DISABLE_ON_PIN_CHANGE FLEXIO_TIMCFG_TIMDIS(4)
41344134#define FLEXIO_TIMCFG_DISABLE_ON_PIN_CHANGE_AND_TRIGGER_HIGH FLEXIO_TIMCFG_TIMDIS(5)
4135- #define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_RISING FLEXIO_TIMCFG_TIMDIS(6)
4136- #define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_CHANGE FLEXIO_TIMCFG_TIMDIS(7)
4135+ #define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_FALLING FLEXIO_TIMCFG_TIMDIS(6)
4136+ #define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_RISING FLEXIO_TIMCFG_TIMDIS(6) /*!< \deprecated Incorrectly named, use FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_FALLING */
4137+ #define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_CHANGE FLEXIO_TIMCFG_TIMDIS(7) /*!< \deprecated Invalid value, reference value is reserved */
41374138#define FLEXIO_TIMCFG_ENABLE_ALWAYS FLEXIO_TIMCFG_TIMENA(0)
41384139#define FLEXIO_TIMCFG_ENABLE_WHEN_PRIOR_TIMER_ENABLES FLEXIO_TIMCFG_TIMENA(1)
41394140#define FLEXIO_TIMCFG_ENABLE_WHEN_TRIGGER_HIGH FLEXIO_TIMCFG_TIMENA(2)
You can’t perform that action at this time.
0 commit comments