Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions teensy4/imxrt.h
Original file line number Diff line number Diff line change
Expand Up @@ -4132,8 +4132,8 @@ typedef struct {
#define FLEXIO_TIMCFG_DISABLE_ON_TIMER_COMPARE_AND_TRIGGER_LOW FLEXIO_TIMCFG_TIMDIS(3)
#define FLEXIO_TIMCFG_DISABLE_ON_PIN_CHANGE FLEXIO_TIMCFG_TIMDIS(4)
#define FLEXIO_TIMCFG_DISABLE_ON_PIN_CHANGE_AND_TRIGGER_HIGH FLEXIO_TIMCFG_TIMDIS(5)
#define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_RISING FLEXIO_TIMCFG_TIMDIS(6)
#define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_CHANGE FLEXIO_TIMCFG_TIMDIS(7)
#define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_FALLING FLEXIO_TIMCFG_TIMDIS(6)
#define FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_RISING FLEXIO_TIMCFG_TIMDIS(6) /*!< \deprecated Incorrectly named, use FLEXIO_TIMCFG_DISABLE_ON_TRIGGER_FALLING */
#define FLEXIO_TIMCFG_ENABLE_ALWAYS FLEXIO_TIMCFG_TIMENA(0)
#define FLEXIO_TIMCFG_ENABLE_WHEN_PRIOR_TIMER_ENABLES FLEXIO_TIMCFG_TIMENA(1)
#define FLEXIO_TIMCFG_ENABLE_WHEN_TRIGGER_HIGH FLEXIO_TIMCFG_TIMENA(2)
Expand Down