![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
|
Data Structures | |
| struct | EBI_TypeDef |
Defines | |
| #define | _EBI_CTRL_RESETVALUE 0x00000000UL |
| #define | _EBI_CTRL_MASK 0x00030F07UL |
| #define | _EBI_CTRL_MODE_SHIFT 0 |
| #define | _EBI_CTRL_MODE_MASK 0x7UL |
| #define | _EBI_CTRL_MODE_DEFAULT 0x00000000UL |
| #define | _EBI_CTRL_MODE_D8A8 0x00000000UL |
| #define | _EBI_CTRL_MODE_D16A16ALE 0x00000001UL |
| #define | _EBI_CTRL_MODE_D8A24ALE 0x00000002UL |
| #define | EBI_CTRL_MODE_DEFAULT (_EBI_CTRL_MODE_DEFAULT << 0) |
| #define | EBI_CTRL_MODE_D8A8 (_EBI_CTRL_MODE_D8A8 << 0) |
| #define | EBI_CTRL_MODE_D16A16ALE (_EBI_CTRL_MODE_D16A16ALE << 0) |
| #define | EBI_CTRL_MODE_D8A24ALE (_EBI_CTRL_MODE_D8A24ALE << 0) |
| #define | EBI_CTRL_BANK0EN (0x1UL << 8) |
| #define | _EBI_CTRL_BANK0EN_SHIFT 8 |
| #define | _EBI_CTRL_BANK0EN_MASK 0x100UL |
| #define | _EBI_CTRL_BANK0EN_DEFAULT 0x00000000UL |
| #define | EBI_CTRL_BANK0EN_DEFAULT (_EBI_CTRL_BANK0EN_DEFAULT << 8) |
| #define | EBI_CTRL_BANK1EN (0x1UL << 9) |
| #define | _EBI_CTRL_BANK1EN_SHIFT 9 |
| #define | _EBI_CTRL_BANK1EN_MASK 0x200UL |
| #define | _EBI_CTRL_BANK1EN_DEFAULT 0x00000000UL |
| #define | EBI_CTRL_BANK1EN_DEFAULT (_EBI_CTRL_BANK1EN_DEFAULT << 9) |
| #define | EBI_CTRL_BANK2EN (0x1UL << 10) |
| #define | _EBI_CTRL_BANK2EN_SHIFT 10 |
| #define | _EBI_CTRL_BANK2EN_MASK 0x400UL |
| #define | _EBI_CTRL_BANK2EN_DEFAULT 0x00000000UL |
| #define | EBI_CTRL_BANK2EN_DEFAULT (_EBI_CTRL_BANK2EN_DEFAULT << 10) |
| #define | EBI_CTRL_BANK3EN (0x1UL << 11) |
| #define | _EBI_CTRL_BANK3EN_SHIFT 11 |
| #define | _EBI_CTRL_BANK3EN_MASK 0x800UL |
| #define | _EBI_CTRL_BANK3EN_DEFAULT 0x00000000UL |
| #define | EBI_CTRL_BANK3EN_DEFAULT (_EBI_CTRL_BANK3EN_DEFAULT << 11) |
| #define | EBI_CTRL_ARDYEN (0x1UL << 16) |
| #define | _EBI_CTRL_ARDYEN_SHIFT 16 |
| #define | _EBI_CTRL_ARDYEN_MASK 0x10000UL |
| #define | _EBI_CTRL_ARDYEN_DEFAULT 0x00000000UL |
| #define | EBI_CTRL_ARDYEN_DEFAULT (_EBI_CTRL_ARDYEN_DEFAULT << 16) |
| #define | EBI_CTRL_ARDYTODIS (0x1UL << 17) |
| #define | _EBI_CTRL_ARDYTODIS_SHIFT 17 |
| #define | _EBI_CTRL_ARDYTODIS_MASK 0x20000UL |
| #define | _EBI_CTRL_ARDYTODIS_DEFAULT 0x00000000UL |
| #define | EBI_CTRL_ARDYTODIS_DEFAULT (_EBI_CTRL_ARDYTODIS_DEFAULT << 17) |
| #define | _EBI_ADDRTIMING_RESETVALUE 0x00000100UL |
| #define | _EBI_ADDRTIMING_MASK 0x00000303UL |
| #define | _EBI_ADDRTIMING_ADDRSETUP_SHIFT 0 |
| #define | _EBI_ADDRTIMING_ADDRSETUP_MASK 0x3UL |
| #define | _EBI_ADDRTIMING_ADDRSETUP_DEFAULT 0x00000000UL |
| #define | EBI_ADDRTIMING_ADDRSETUP_DEFAULT (_EBI_ADDRTIMING_ADDRSETUP_DEFAULT << 0) |
| #define | _EBI_ADDRTIMING_ADDRHOLD_SHIFT 8 |
| #define | _EBI_ADDRTIMING_ADDRHOLD_MASK 0x300UL |
| #define | _EBI_ADDRTIMING_ADDRHOLD_DEFAULT 0x00000001UL |
| #define | EBI_ADDRTIMING_ADDRHOLD_DEFAULT (_EBI_ADDRTIMING_ADDRHOLD_DEFAULT << 8) |
| #define | _EBI_RDTIMING_RESETVALUE 0x00000000UL |
| #define | _EBI_RDTIMING_MASK 0x00030F03UL |
| #define | _EBI_RDTIMING_RDSETUP_SHIFT 0 |
| #define | _EBI_RDTIMING_RDSETUP_MASK 0x3UL |
| #define | _EBI_RDTIMING_RDSETUP_DEFAULT 0x00000000UL |
| #define | EBI_RDTIMING_RDSETUP_DEFAULT (_EBI_RDTIMING_RDSETUP_DEFAULT << 0) |
| #define | _EBI_RDTIMING_RDSTRB_SHIFT 8 |
| #define | _EBI_RDTIMING_RDSTRB_MASK 0xF00UL |
| #define | _EBI_RDTIMING_RDSTRB_DEFAULT 0x00000000UL |
| #define | EBI_RDTIMING_RDSTRB_DEFAULT (_EBI_RDTIMING_RDSTRB_DEFAULT << 8) |
| #define | _EBI_RDTIMING_RDHOLD_SHIFT 16 |
| #define | _EBI_RDTIMING_RDHOLD_MASK 0x30000UL |
| #define | _EBI_RDTIMING_RDHOLD_DEFAULT 0x00000000UL |
| #define | EBI_RDTIMING_RDHOLD_DEFAULT (_EBI_RDTIMING_RDHOLD_DEFAULT << 16) |
| #define | _EBI_WRTIMING_RESETVALUE 0x00010000UL |
| #define | _EBI_WRTIMING_MASK 0x00030F03UL |
| #define | _EBI_WRTIMING_WRSETUP_SHIFT 0 |
| #define | _EBI_WRTIMING_WRSETUP_MASK 0x3UL |
| #define | _EBI_WRTIMING_WRSETUP_DEFAULT 0x00000000UL |
| #define | EBI_WRTIMING_WRSETUP_DEFAULT (_EBI_WRTIMING_WRSETUP_DEFAULT << 0) |
| #define | _EBI_WRTIMING_WRSTRB_SHIFT 8 |
| #define | _EBI_WRTIMING_WRSTRB_MASK 0xF00UL |
| #define | _EBI_WRTIMING_WRSTRB_DEFAULT 0x00000000UL |
| #define | EBI_WRTIMING_WRSTRB_DEFAULT (_EBI_WRTIMING_WRSTRB_DEFAULT << 8) |
| #define | _EBI_WRTIMING_WRHOLD_SHIFT 16 |
| #define | _EBI_WRTIMING_WRHOLD_MASK 0x30000UL |
| #define | _EBI_WRTIMING_WRHOLD_DEFAULT 0x00000001UL |
| #define | EBI_WRTIMING_WRHOLD_DEFAULT (_EBI_WRTIMING_WRHOLD_DEFAULT << 16) |
| #define | _EBI_POLARITY_RESETVALUE 0x00000000UL |
| #define | _EBI_POLARITY_MASK 0x0000001FUL |
| #define | EBI_POLARITY_CSPOL (0x1UL << 0) |
| #define | _EBI_POLARITY_CSPOL_SHIFT 0 |
| #define | _EBI_POLARITY_CSPOL_MASK 0x1UL |
| #define | _EBI_POLARITY_CSPOL_DEFAULT 0x00000000UL |
| #define | _EBI_POLARITY_CSPOL_ACTIVELOW 0x00000000UL |
| #define | _EBI_POLARITY_CSPOL_ACTIVEHIGH 0x00000001UL |
| #define | EBI_POLARITY_CSPOL_DEFAULT (_EBI_POLARITY_CSPOL_DEFAULT << 0) |
| #define | EBI_POLARITY_CSPOL_ACTIVELOW (_EBI_POLARITY_CSPOL_ACTIVELOW << 0) |
| #define | EBI_POLARITY_CSPOL_ACTIVEHIGH (_EBI_POLARITY_CSPOL_ACTIVEHIGH << 0) |
| #define | EBI_POLARITY_REPOL (0x1UL << 1) |
| #define | _EBI_POLARITY_REPOL_SHIFT 1 |
| #define | _EBI_POLARITY_REPOL_MASK 0x2UL |
| #define | _EBI_POLARITY_REPOL_DEFAULT 0x00000000UL |
| #define | _EBI_POLARITY_REPOL_ACTIVELOW 0x00000000UL |
| #define | _EBI_POLARITY_REPOL_ACTIVEHIGH 0x00000001UL |
| #define | EBI_POLARITY_REPOL_DEFAULT (_EBI_POLARITY_REPOL_DEFAULT << 1) |
| #define | EBI_POLARITY_REPOL_ACTIVELOW (_EBI_POLARITY_REPOL_ACTIVELOW << 1) |
| #define | EBI_POLARITY_REPOL_ACTIVEHIGH (_EBI_POLARITY_REPOL_ACTIVEHIGH << 1) |
| #define | EBI_POLARITY_WEPOL (0x1UL << 2) |
| #define | _EBI_POLARITY_WEPOL_SHIFT 2 |
| #define | _EBI_POLARITY_WEPOL_MASK 0x4UL |
| #define | _EBI_POLARITY_WEPOL_DEFAULT 0x00000000UL |
| #define | _EBI_POLARITY_WEPOL_ACTIVELOW 0x00000000UL |
| #define | _EBI_POLARITY_WEPOL_ACTIVEHIGH 0x00000001UL |
| #define | EBI_POLARITY_WEPOL_DEFAULT (_EBI_POLARITY_WEPOL_DEFAULT << 2) |
| #define | EBI_POLARITY_WEPOL_ACTIVELOW (_EBI_POLARITY_WEPOL_ACTIVELOW << 2) |
| #define | EBI_POLARITY_WEPOL_ACTIVEHIGH (_EBI_POLARITY_WEPOL_ACTIVEHIGH << 2) |
| #define | EBI_POLARITY_ALEPOL (0x1UL << 3) |
| #define | _EBI_POLARITY_ALEPOL_SHIFT 3 |
| #define | _EBI_POLARITY_ALEPOL_MASK 0x8UL |
| #define | _EBI_POLARITY_ALEPOL_DEFAULT 0x00000000UL |
| #define | _EBI_POLARITY_ALEPOL_ACTIVELOW 0x00000000UL |
| #define | _EBI_POLARITY_ALEPOL_ACTIVEHIGH 0x00000001UL |
| #define | EBI_POLARITY_ALEPOL_DEFAULT (_EBI_POLARITY_ALEPOL_DEFAULT << 3) |
| #define | EBI_POLARITY_ALEPOL_ACTIVELOW (_EBI_POLARITY_ALEPOL_ACTIVELOW << 3) |
| #define | EBI_POLARITY_ALEPOL_ACTIVEHIGH (_EBI_POLARITY_ALEPOL_ACTIVEHIGH << 3) |
| #define | EBI_POLARITY_ARDYPOL (0x1UL << 4) |
| #define | _EBI_POLARITY_ARDYPOL_SHIFT 4 |
| #define | _EBI_POLARITY_ARDYPOL_MASK 0x10UL |
| #define | _EBI_POLARITY_ARDYPOL_DEFAULT 0x00000000UL |
| #define | _EBI_POLARITY_ARDYPOL_ACTIVELOW 0x00000000UL |
| #define | _EBI_POLARITY_ARDYPOL_ACTIVEHIGH 0x00000001UL |
| #define | EBI_POLARITY_ARDYPOL_DEFAULT (_EBI_POLARITY_ARDYPOL_DEFAULT << 4) |
| #define | EBI_POLARITY_ARDYPOL_ACTIVELOW (_EBI_POLARITY_ARDYPOL_ACTIVELOW << 4) |
| #define | EBI_POLARITY_ARDYPOL_ACTIVEHIGH (_EBI_POLARITY_ARDYPOL_ACTIVEHIGH << 4) |
| #define | _EBI_ROUTE_RESETVALUE 0x00000000UL |
| #define | _EBI_ROUTE_MASK 0x0000007FUL |
| #define | EBI_ROUTE_EBIPEN (0x1UL << 0) |
| #define | _EBI_ROUTE_EBIPEN_SHIFT 0 |
| #define | _EBI_ROUTE_EBIPEN_MASK 0x1UL |
| #define | _EBI_ROUTE_EBIPEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_EBIPEN_DEFAULT (_EBI_ROUTE_EBIPEN_DEFAULT << 0) |
| #define | EBI_ROUTE_CS0PEN (0x1UL << 1) |
| #define | _EBI_ROUTE_CS0PEN_SHIFT 1 |
| #define | _EBI_ROUTE_CS0PEN_MASK 0x2UL |
| #define | _EBI_ROUTE_CS0PEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_CS0PEN_DEFAULT (_EBI_ROUTE_CS0PEN_DEFAULT << 1) |
| #define | EBI_ROUTE_CS1PEN (0x1UL << 2) |
| #define | _EBI_ROUTE_CS1PEN_SHIFT 2 |
| #define | _EBI_ROUTE_CS1PEN_MASK 0x4UL |
| #define | _EBI_ROUTE_CS1PEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_CS1PEN_DEFAULT (_EBI_ROUTE_CS1PEN_DEFAULT << 2) |
| #define | EBI_ROUTE_CS2PEN (0x1UL << 3) |
| #define | _EBI_ROUTE_CS2PEN_SHIFT 3 |
| #define | _EBI_ROUTE_CS2PEN_MASK 0x8UL |
| #define | _EBI_ROUTE_CS2PEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_CS2PEN_DEFAULT (_EBI_ROUTE_CS2PEN_DEFAULT << 3) |
| #define | EBI_ROUTE_CS3PEN (0x1UL << 4) |
| #define | _EBI_ROUTE_CS3PEN_SHIFT 4 |
| #define | _EBI_ROUTE_CS3PEN_MASK 0x10UL |
| #define | _EBI_ROUTE_CS3PEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_CS3PEN_DEFAULT (_EBI_ROUTE_CS3PEN_DEFAULT << 4) |
| #define | EBI_ROUTE_ALEPEN (0x1UL << 5) |
| #define | _EBI_ROUTE_ALEPEN_SHIFT 5 |
| #define | _EBI_ROUTE_ALEPEN_MASK 0x20UL |
| #define | _EBI_ROUTE_ALEPEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_ALEPEN_DEFAULT (_EBI_ROUTE_ALEPEN_DEFAULT << 5) |
| #define | EBI_ROUTE_ARDYPEN (0x1UL << 6) |
| #define | _EBI_ROUTE_ARDYPEN_SHIFT 6 |
| #define | _EBI_ROUTE_ARDYPEN_MASK 0x40UL |
| #define | _EBI_ROUTE_ARDYPEN_DEFAULT 0x00000000UL |
| #define | EBI_ROUTE_ARDYPEN_DEFAULT (_EBI_ROUTE_ARDYPEN_DEFAULT << 6) |
| #define _EBI_ADDRTIMING_ADDRHOLD_DEFAULT 0x00000001UL |
Mode DEFAULT for EBI_ADDRTIMING
Definition at line 8535 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_ADDRHOLD_MASK 0x300UL |
Bit mask for EBI_ADDRHOLD
Definition at line 8534 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_ADDRHOLD_SHIFT 8 |
Shift value for EBI_ADDRHOLD
Definition at line 8533 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_ADDRSETUP_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ADDRTIMING
Definition at line 8531 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_ADDRSETUP_MASK 0x3UL |
Bit mask for EBI_ADDRSETUP
Definition at line 8530 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_ADDRSETUP_SHIFT 0 |
Shift value for EBI_ADDRSETUP
Definition at line 8529 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_MASK 0x00000303UL |
Mask for EBI_ADDRTIMING
Definition at line 8528 of file efm32g890f128.h.
| #define _EBI_ADDRTIMING_RESETVALUE 0x00000100UL |
Default value for EBI_ADDRTIMING
Definition at line 8527 of file efm32g890f128.h.
| #define _EBI_CTRL_ARDYEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8518 of file efm32g890f128.h.
| #define _EBI_CTRL_ARDYEN_MASK 0x10000UL |
Bit mask for EBI_ARDYEN
Definition at line 8517 of file efm32g890f128.h.
| #define _EBI_CTRL_ARDYEN_SHIFT 16 |
Shift value for EBI_ARDYEN
Definition at line 8516 of file efm32g890f128.h.
| #define _EBI_CTRL_ARDYTODIS_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8523 of file efm32g890f128.h.
| #define _EBI_CTRL_ARDYTODIS_MASK 0x20000UL |
Bit mask for EBI_ARDYTODIS
Definition at line 8522 of file efm32g890f128.h.
| #define _EBI_CTRL_ARDYTODIS_SHIFT 17 |
Shift value for EBI_ARDYTODIS
Definition at line 8521 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK0EN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8498 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK0EN_MASK 0x100UL |
Bit mask for EBI_BANK0EN
Definition at line 8497 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK0EN_SHIFT 8 |
Shift value for EBI_BANK0EN
Definition at line 8496 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK1EN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8503 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK1EN_MASK 0x200UL |
Bit mask for EBI_BANK1EN
Definition at line 8502 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK1EN_SHIFT 9 |
Shift value for EBI_BANK1EN
Definition at line 8501 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK2EN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8508 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK2EN_MASK 0x400UL |
Bit mask for EBI_BANK2EN
Definition at line 8507 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK2EN_SHIFT 10 |
Shift value for EBI_BANK2EN
Definition at line 8506 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK3EN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8513 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK3EN_MASK 0x800UL |
Bit mask for EBI_BANK3EN
Definition at line 8512 of file efm32g890f128.h.
| #define _EBI_CTRL_BANK3EN_SHIFT 11 |
Shift value for EBI_BANK3EN
Definition at line 8511 of file efm32g890f128.h.
| #define _EBI_CTRL_MASK 0x00030F07UL |
Mask for EBI_CTRL
Definition at line 8484 of file efm32g890f128.h.
| #define _EBI_CTRL_MODE_D16A16ALE 0x00000001UL |
Mode D16A16ALE for EBI_CTRL
Definition at line 8489 of file efm32g890f128.h.
| #define _EBI_CTRL_MODE_D8A24ALE 0x00000002UL |
Mode D8A24ALE for EBI_CTRL
Definition at line 8490 of file efm32g890f128.h.
| #define _EBI_CTRL_MODE_D8A8 0x00000000UL |
Mode D8A8 for EBI_CTRL
Definition at line 8488 of file efm32g890f128.h.
| #define _EBI_CTRL_MODE_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_CTRL
Definition at line 8487 of file efm32g890f128.h.
| #define _EBI_CTRL_MODE_MASK 0x7UL |
Bit mask for EBI_MODE
Definition at line 8486 of file efm32g890f128.h.
| #define _EBI_CTRL_MODE_SHIFT 0 |
Shift value for EBI_MODE
Definition at line 8485 of file efm32g890f128.h.
| #define _EBI_CTRL_RESETVALUE 0x00000000UL |
Default value for EBI_CTRL
Definition at line 8483 of file efm32g890f128.h.
| #define _EBI_POLARITY_ALEPOL_ACTIVEHIGH 0x00000001UL |
Mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8605 of file efm32g890f128.h.
| #define _EBI_POLARITY_ALEPOL_ACTIVELOW 0x00000000UL |
Mode ACTIVELOW for EBI_POLARITY
Definition at line 8604 of file efm32g890f128.h.
| #define _EBI_POLARITY_ALEPOL_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_POLARITY
Definition at line 8603 of file efm32g890f128.h.
| #define _EBI_POLARITY_ALEPOL_MASK 0x8UL |
Bit mask for EBI_ALEPOL
Definition at line 8602 of file efm32g890f128.h.
| #define _EBI_POLARITY_ALEPOL_SHIFT 3 |
Shift value for EBI_ALEPOL
Definition at line 8601 of file efm32g890f128.h.
| #define _EBI_POLARITY_ARDYPOL_ACTIVEHIGH 0x00000001UL |
Mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8614 of file efm32g890f128.h.
| #define _EBI_POLARITY_ARDYPOL_ACTIVELOW 0x00000000UL |
Mode ACTIVELOW for EBI_POLARITY
Definition at line 8613 of file efm32g890f128.h.
| #define _EBI_POLARITY_ARDYPOL_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_POLARITY
Definition at line 8612 of file efm32g890f128.h.
| #define _EBI_POLARITY_ARDYPOL_MASK 0x10UL |
Bit mask for EBI_ARDYPOL
Definition at line 8611 of file efm32g890f128.h.
| #define _EBI_POLARITY_ARDYPOL_SHIFT 4 |
Shift value for EBI_ARDYPOL
Definition at line 8610 of file efm32g890f128.h.
| #define _EBI_POLARITY_CSPOL_ACTIVEHIGH 0x00000001UL |
Mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8578 of file efm32g890f128.h.
| #define _EBI_POLARITY_CSPOL_ACTIVELOW 0x00000000UL |
Mode ACTIVELOW for EBI_POLARITY
Definition at line 8577 of file efm32g890f128.h.
| #define _EBI_POLARITY_CSPOL_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_POLARITY
Definition at line 8576 of file efm32g890f128.h.
| #define _EBI_POLARITY_CSPOL_MASK 0x1UL |
Bit mask for EBI_CSPOL
Definition at line 8575 of file efm32g890f128.h.
| #define _EBI_POLARITY_CSPOL_SHIFT 0 |
Shift value for EBI_CSPOL
Definition at line 8574 of file efm32g890f128.h.
| #define _EBI_POLARITY_MASK 0x0000001FUL |
Mask for EBI_POLARITY
Definition at line 8572 of file efm32g890f128.h.
| #define _EBI_POLARITY_REPOL_ACTIVEHIGH 0x00000001UL |
Mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8587 of file efm32g890f128.h.
| #define _EBI_POLARITY_REPOL_ACTIVELOW 0x00000000UL |
Mode ACTIVELOW for EBI_POLARITY
Definition at line 8586 of file efm32g890f128.h.
| #define _EBI_POLARITY_REPOL_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_POLARITY
Definition at line 8585 of file efm32g890f128.h.
| #define _EBI_POLARITY_REPOL_MASK 0x2UL |
Bit mask for EBI_REPOL
Definition at line 8584 of file efm32g890f128.h.
| #define _EBI_POLARITY_REPOL_SHIFT 1 |
Shift value for EBI_REPOL
Definition at line 8583 of file efm32g890f128.h.
| #define _EBI_POLARITY_RESETVALUE 0x00000000UL |
Default value for EBI_POLARITY
Definition at line 8571 of file efm32g890f128.h.
| #define _EBI_POLARITY_WEPOL_ACTIVEHIGH 0x00000001UL |
Mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8596 of file efm32g890f128.h.
| #define _EBI_POLARITY_WEPOL_ACTIVELOW 0x00000000UL |
Mode ACTIVELOW for EBI_POLARITY
Definition at line 8595 of file efm32g890f128.h.
| #define _EBI_POLARITY_WEPOL_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_POLARITY
Definition at line 8594 of file efm32g890f128.h.
| #define _EBI_POLARITY_WEPOL_MASK 0x4UL |
Bit mask for EBI_WEPOL
Definition at line 8593 of file efm32g890f128.h.
| #define _EBI_POLARITY_WEPOL_SHIFT 2 |
Shift value for EBI_WEPOL
Definition at line 8592 of file efm32g890f128.h.
| #define _EBI_RDTIMING_MASK 0x00030F03UL |
Mask for EBI_RDTIMING
Definition at line 8540 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDHOLD_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_RDTIMING
Definition at line 8551 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDHOLD_MASK 0x30000UL |
Bit mask for EBI_RDHOLD
Definition at line 8550 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDHOLD_SHIFT 16 |
Shift value for EBI_RDHOLD
Definition at line 8549 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDSETUP_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_RDTIMING
Definition at line 8543 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDSETUP_MASK 0x3UL |
Bit mask for EBI_RDSETUP
Definition at line 8542 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDSETUP_SHIFT 0 |
Shift value for EBI_RDSETUP
Definition at line 8541 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDSTRB_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_RDTIMING
Definition at line 8547 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDSTRB_MASK 0xF00UL |
Bit mask for EBI_RDSTRB
Definition at line 8546 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RDSTRB_SHIFT 8 |
Shift value for EBI_RDSTRB
Definition at line 8545 of file efm32g890f128.h.
| #define _EBI_RDTIMING_RESETVALUE 0x00000000UL |
Default value for EBI_RDTIMING
Definition at line 8539 of file efm32g890f128.h.
| #define _EBI_ROUTE_ALEPEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8650 of file efm32g890f128.h.
| #define _EBI_ROUTE_ALEPEN_MASK 0x20UL |
Bit mask for EBI_ALEPEN
Definition at line 8649 of file efm32g890f128.h.
| #define _EBI_ROUTE_ALEPEN_SHIFT 5 |
Shift value for EBI_ALEPEN
Definition at line 8648 of file efm32g890f128.h.
| #define _EBI_ROUTE_ARDYPEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8655 of file efm32g890f128.h.
| #define _EBI_ROUTE_ARDYPEN_MASK 0x40UL |
Bit mask for EBI_ARDYPEN
Definition at line 8654 of file efm32g890f128.h.
| #define _EBI_ROUTE_ARDYPEN_SHIFT 6 |
Shift value for EBI_ARDYPEN
Definition at line 8653 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS0PEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8630 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS0PEN_MASK 0x2UL |
Bit mask for EBI_CS0PEN
Definition at line 8629 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS0PEN_SHIFT 1 |
Shift value for EBI_CS0PEN
Definition at line 8628 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS1PEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8635 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS1PEN_MASK 0x4UL |
Bit mask for EBI_CS1PEN
Definition at line 8634 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS1PEN_SHIFT 2 |
Shift value for EBI_CS1PEN
Definition at line 8633 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS2PEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8640 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS2PEN_MASK 0x8UL |
Bit mask for EBI_CS2PEN
Definition at line 8639 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS2PEN_SHIFT 3 |
Shift value for EBI_CS2PEN
Definition at line 8638 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS3PEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8645 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS3PEN_MASK 0x10UL |
Bit mask for EBI_CS3PEN
Definition at line 8644 of file efm32g890f128.h.
| #define _EBI_ROUTE_CS3PEN_SHIFT 4 |
Shift value for EBI_CS3PEN
Definition at line 8643 of file efm32g890f128.h.
| #define _EBI_ROUTE_EBIPEN_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_ROUTE
Definition at line 8625 of file efm32g890f128.h.
| #define _EBI_ROUTE_EBIPEN_MASK 0x1UL |
Bit mask for EBI_EBIPEN
Definition at line 8624 of file efm32g890f128.h.
| #define _EBI_ROUTE_EBIPEN_SHIFT 0 |
Shift value for EBI_EBIPEN
Definition at line 8623 of file efm32g890f128.h.
| #define _EBI_ROUTE_MASK 0x0000007FUL |
Mask for EBI_ROUTE
Definition at line 8621 of file efm32g890f128.h.
| #define _EBI_ROUTE_RESETVALUE 0x00000000UL |
Default value for EBI_ROUTE
Definition at line 8620 of file efm32g890f128.h.
| #define _EBI_WRTIMING_MASK 0x00030F03UL |
Mask for EBI_WRTIMING
Definition at line 8556 of file efm32g890f128.h.
| #define _EBI_WRTIMING_RESETVALUE 0x00010000UL |
Default value for EBI_WRTIMING
Definition at line 8555 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRHOLD_DEFAULT 0x00000001UL |
Mode DEFAULT for EBI_WRTIMING
Definition at line 8567 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRHOLD_MASK 0x30000UL |
Bit mask for EBI_WRHOLD
Definition at line 8566 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRHOLD_SHIFT 16 |
Shift value for EBI_WRHOLD
Definition at line 8565 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRSETUP_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_WRTIMING
Definition at line 8559 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRSETUP_MASK 0x3UL |
Bit mask for EBI_WRSETUP
Definition at line 8558 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRSETUP_SHIFT 0 |
Shift value for EBI_WRSETUP
Definition at line 8557 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRSTRB_DEFAULT 0x00000000UL |
Mode DEFAULT for EBI_WRTIMING
Definition at line 8563 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRSTRB_MASK 0xF00UL |
Bit mask for EBI_WRSTRB
Definition at line 8562 of file efm32g890f128.h.
| #define _EBI_WRTIMING_WRSTRB_SHIFT 8 |
Shift value for EBI_WRSTRB
Definition at line 8561 of file efm32g890f128.h.
| #define EBI_ADDRTIMING_ADDRHOLD_DEFAULT (_EBI_ADDRTIMING_ADDRHOLD_DEFAULT << 8) |
Shifted mode DEFAULT for EBI_ADDRTIMING
Definition at line 8536 of file efm32g890f128.h.
| #define EBI_ADDRTIMING_ADDRSETUP_DEFAULT (_EBI_ADDRTIMING_ADDRSETUP_DEFAULT << 0) |
Shifted mode DEFAULT for EBI_ADDRTIMING
Definition at line 8532 of file efm32g890f128.h.
| #define EBI_CTRL_ARDYEN (0x1UL << 16) |
ARDY Enable
Definition at line 8515 of file efm32g890f128.h.
| #define EBI_CTRL_ARDYEN_DEFAULT (_EBI_CTRL_ARDYEN_DEFAULT << 16) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8519 of file efm32g890f128.h.
| #define EBI_CTRL_ARDYTODIS (0x1UL << 17) |
ARDY Timeout Disable
Definition at line 8520 of file efm32g890f128.h.
| #define EBI_CTRL_ARDYTODIS_DEFAULT (_EBI_CTRL_ARDYTODIS_DEFAULT << 17) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8524 of file efm32g890f128.h.
| #define EBI_CTRL_BANK0EN (0x1UL << 8) |
Bank 0 Enable
Definition at line 8495 of file efm32g890f128.h.
| #define EBI_CTRL_BANK0EN_DEFAULT (_EBI_CTRL_BANK0EN_DEFAULT << 8) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8499 of file efm32g890f128.h.
| #define EBI_CTRL_BANK1EN (0x1UL << 9) |
Bank 1 Enable
Definition at line 8500 of file efm32g890f128.h.
| #define EBI_CTRL_BANK1EN_DEFAULT (_EBI_CTRL_BANK1EN_DEFAULT << 9) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8504 of file efm32g890f128.h.
| #define EBI_CTRL_BANK2EN (0x1UL << 10) |
Bank 2 Enable
Definition at line 8505 of file efm32g890f128.h.
| #define EBI_CTRL_BANK2EN_DEFAULT (_EBI_CTRL_BANK2EN_DEFAULT << 10) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8509 of file efm32g890f128.h.
| #define EBI_CTRL_BANK3EN (0x1UL << 11) |
Bank 3 Enable
Definition at line 8510 of file efm32g890f128.h.
| #define EBI_CTRL_BANK3EN_DEFAULT (_EBI_CTRL_BANK3EN_DEFAULT << 11) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8514 of file efm32g890f128.h.
| #define EBI_CTRL_MODE_D16A16ALE (_EBI_CTRL_MODE_D16A16ALE << 0) |
Shifted mode D16A16ALE for EBI_CTRL
Definition at line 8493 of file efm32g890f128.h.
| #define EBI_CTRL_MODE_D8A24ALE (_EBI_CTRL_MODE_D8A24ALE << 0) |
Shifted mode D8A24ALE for EBI_CTRL
Definition at line 8494 of file efm32g890f128.h.
| #define EBI_CTRL_MODE_D8A8 (_EBI_CTRL_MODE_D8A8 << 0) |
Shifted mode D8A8 for EBI_CTRL
Definition at line 8492 of file efm32g890f128.h.
| #define EBI_CTRL_MODE_DEFAULT (_EBI_CTRL_MODE_DEFAULT << 0) |
Shifted mode DEFAULT for EBI_CTRL
Definition at line 8491 of file efm32g890f128.h.
| #define EBI_POLARITY_ALEPOL (0x1UL << 3) |
Address Latch Polarity
Definition at line 8600 of file efm32g890f128.h.
| #define EBI_POLARITY_ALEPOL_ACTIVEHIGH (_EBI_POLARITY_ALEPOL_ACTIVEHIGH << 3) |
Shifted mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8608 of file efm32g890f128.h.
| #define EBI_POLARITY_ALEPOL_ACTIVELOW (_EBI_POLARITY_ALEPOL_ACTIVELOW << 3) |
Shifted mode ACTIVELOW for EBI_POLARITY
Definition at line 8607 of file efm32g890f128.h.
| #define EBI_POLARITY_ALEPOL_DEFAULT (_EBI_POLARITY_ALEPOL_DEFAULT << 3) |
Shifted mode DEFAULT for EBI_POLARITY
Definition at line 8606 of file efm32g890f128.h.
| #define EBI_POLARITY_ARDYPOL (0x1UL << 4) |
ARDY Polarity
Definition at line 8609 of file efm32g890f128.h.
| #define EBI_POLARITY_ARDYPOL_ACTIVEHIGH (_EBI_POLARITY_ARDYPOL_ACTIVEHIGH << 4) |
Shifted mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8617 of file efm32g890f128.h.
| #define EBI_POLARITY_ARDYPOL_ACTIVELOW (_EBI_POLARITY_ARDYPOL_ACTIVELOW << 4) |
Shifted mode ACTIVELOW for EBI_POLARITY
Definition at line 8616 of file efm32g890f128.h.
| #define EBI_POLARITY_ARDYPOL_DEFAULT (_EBI_POLARITY_ARDYPOL_DEFAULT << 4) |
Shifted mode DEFAULT for EBI_POLARITY
Definition at line 8615 of file efm32g890f128.h.
| #define EBI_POLARITY_CSPOL (0x1UL << 0) |
Chip Select Polarity
Definition at line 8573 of file efm32g890f128.h.
| #define EBI_POLARITY_CSPOL_ACTIVEHIGH (_EBI_POLARITY_CSPOL_ACTIVEHIGH << 0) |
Shifted mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8581 of file efm32g890f128.h.
| #define EBI_POLARITY_CSPOL_ACTIVELOW (_EBI_POLARITY_CSPOL_ACTIVELOW << 0) |
Shifted mode ACTIVELOW for EBI_POLARITY
Definition at line 8580 of file efm32g890f128.h.
| #define EBI_POLARITY_CSPOL_DEFAULT (_EBI_POLARITY_CSPOL_DEFAULT << 0) |
Shifted mode DEFAULT for EBI_POLARITY
Definition at line 8579 of file efm32g890f128.h.
| #define EBI_POLARITY_REPOL (0x1UL << 1) |
Read Enable Polarity
Definition at line 8582 of file efm32g890f128.h.
| #define EBI_POLARITY_REPOL_ACTIVEHIGH (_EBI_POLARITY_REPOL_ACTIVEHIGH << 1) |
Shifted mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8590 of file efm32g890f128.h.
| #define EBI_POLARITY_REPOL_ACTIVELOW (_EBI_POLARITY_REPOL_ACTIVELOW << 1) |
Shifted mode ACTIVELOW for EBI_POLARITY
Definition at line 8589 of file efm32g890f128.h.
| #define EBI_POLARITY_REPOL_DEFAULT (_EBI_POLARITY_REPOL_DEFAULT << 1) |
Shifted mode DEFAULT for EBI_POLARITY
Definition at line 8588 of file efm32g890f128.h.
| #define EBI_POLARITY_WEPOL (0x1UL << 2) |
Write Enable Polarity
Definition at line 8591 of file efm32g890f128.h.
| #define EBI_POLARITY_WEPOL_ACTIVEHIGH (_EBI_POLARITY_WEPOL_ACTIVEHIGH << 2) |
Shifted mode ACTIVEHIGH for EBI_POLARITY
Definition at line 8599 of file efm32g890f128.h.
| #define EBI_POLARITY_WEPOL_ACTIVELOW (_EBI_POLARITY_WEPOL_ACTIVELOW << 2) |
Shifted mode ACTIVELOW for EBI_POLARITY
Definition at line 8598 of file efm32g890f128.h.
| #define EBI_POLARITY_WEPOL_DEFAULT (_EBI_POLARITY_WEPOL_DEFAULT << 2) |
Shifted mode DEFAULT for EBI_POLARITY
Definition at line 8597 of file efm32g890f128.h.
| #define EBI_RDTIMING_RDHOLD_DEFAULT (_EBI_RDTIMING_RDHOLD_DEFAULT << 16) |
Shifted mode DEFAULT for EBI_RDTIMING
Definition at line 8552 of file efm32g890f128.h.
| #define EBI_RDTIMING_RDSETUP_DEFAULT (_EBI_RDTIMING_RDSETUP_DEFAULT << 0) |
Shifted mode DEFAULT for EBI_RDTIMING
Definition at line 8544 of file efm32g890f128.h.
| #define EBI_RDTIMING_RDSTRB_DEFAULT (_EBI_RDTIMING_RDSTRB_DEFAULT << 8) |
Shifted mode DEFAULT for EBI_RDTIMING
Definition at line 8548 of file efm32g890f128.h.
| #define EBI_ROUTE_ALEPEN (0x1UL << 5) |
EBI_ALE Pin Enable
Definition at line 8647 of file efm32g890f128.h.
| #define EBI_ROUTE_ALEPEN_DEFAULT (_EBI_ROUTE_ALEPEN_DEFAULT << 5) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8651 of file efm32g890f128.h.
| #define EBI_ROUTE_ARDYPEN (0x1UL << 6) |
EBI_ARDY Pin Enable
Definition at line 8652 of file efm32g890f128.h.
| #define EBI_ROUTE_ARDYPEN_DEFAULT (_EBI_ROUTE_ARDYPEN_DEFAULT << 6) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8656 of file efm32g890f128.h.
| #define EBI_ROUTE_CS0PEN (0x1UL << 1) |
EBI_CS0 Pin Enable
Definition at line 8627 of file efm32g890f128.h.
| #define EBI_ROUTE_CS0PEN_DEFAULT (_EBI_ROUTE_CS0PEN_DEFAULT << 1) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8631 of file efm32g890f128.h.
| #define EBI_ROUTE_CS1PEN (0x1UL << 2) |
EBI_CS1 Pin Enable
Definition at line 8632 of file efm32g890f128.h.
| #define EBI_ROUTE_CS1PEN_DEFAULT (_EBI_ROUTE_CS1PEN_DEFAULT << 2) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8636 of file efm32g890f128.h.
| #define EBI_ROUTE_CS2PEN (0x1UL << 3) |
EBI_CS2 Pin Enable
Definition at line 8637 of file efm32g890f128.h.
| #define EBI_ROUTE_CS2PEN_DEFAULT (_EBI_ROUTE_CS2PEN_DEFAULT << 3) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8641 of file efm32g890f128.h.
| #define EBI_ROUTE_CS3PEN (0x1UL << 4) |
EBI_CS3 Pin Enable
Definition at line 8642 of file efm32g890f128.h.
| #define EBI_ROUTE_CS3PEN_DEFAULT (_EBI_ROUTE_CS3PEN_DEFAULT << 4) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8646 of file efm32g890f128.h.
| #define EBI_ROUTE_EBIPEN (0x1UL << 0) |
EBI Pin Enable
Definition at line 8622 of file efm32g890f128.h.
| #define EBI_ROUTE_EBIPEN_DEFAULT (_EBI_ROUTE_EBIPEN_DEFAULT << 0) |
Shifted mode DEFAULT for EBI_ROUTE
Definition at line 8626 of file efm32g890f128.h.
| #define EBI_WRTIMING_WRHOLD_DEFAULT (_EBI_WRTIMING_WRHOLD_DEFAULT << 16) |
Shifted mode DEFAULT for EBI_WRTIMING
Definition at line 8568 of file efm32g890f128.h.
| #define EBI_WRTIMING_WRSETUP_DEFAULT (_EBI_WRTIMING_WRSETUP_DEFAULT << 0) |
Shifted mode DEFAULT for EBI_WRTIMING
Definition at line 8560 of file efm32g890f128.h.
| #define EBI_WRTIMING_WRSTRB_DEFAULT (_EBI_WRTIMING_WRSTRB_DEFAULT << 8) |
Shifted mode DEFAULT for EBI_WRTIMING
Definition at line 8564 of file efm32g890f128.h.