IF8080 Mode
- group x3e_IF8080_Mode
Defines
-
IF8080_MODE_AUTO (0)
IF8080 auto mode.
-
IF8080_MODE_MANUAL (IF8080_MODE_SEL_MSK)
IF8080 manual mode.
-
IS_IF8080_MODE(MODE) (((MODE) == IF8080_MODE_AUTO) || ((MODE) == IF8080_MODE_MANUAL))
Check whether is the IF8080 mode.
-
IF8080_MODE_AUTO (0)