![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
EEPROM register block structure.
Definition at line 51 of file eeprom_001.h.
#include "eeprom_001.h"
Data Fields | |
| __IO uint32_t | CMD |
| __IO uint32_t | ADDR |
| __O uint32_t | WDATA |
| __I uint32_t | RDATA |
| __IO uint32_t | WSTATE |
| __IO uint32_t | CLKDIV |
| __IO uint32_t | PWRDWN |
| uint32_t | RESERVED0 [975] |
| __O uint32_t | INTENCLR |
| __O uint32_t | INTENSET |
| __I uint32_t | INTSTAT |
| __I uint32_t | INTEN |
| __O uint32_t | INTSTATCLR |
| __O uint32_t | INTSTATSET |
| __IO uint32_t ADDR |
EEPROM address register
Definition at line 53 of file eeprom_001.h.
| __IO uint32_t CLKDIV |
EEPROM clock divider register
Definition at line 57 of file eeprom_001.h.
| __IO uint32_t CMD |
EEPROM command register
Definition at line 52 of file eeprom_001.h.
| __I uint32_t INTEN |
EEPROM interrupt enable
Definition at line 63 of file eeprom_001.h.
| __O uint32_t INTENCLR |
EEPROM interrupt enable clear
Definition at line 60 of file eeprom_001.h.
| __O uint32_t INTENSET |
EEPROM interrupt enable set
Definition at line 61 of file eeprom_001.h.
| __I uint32_t INTSTAT |
EEPROM interrupt status
Definition at line 62 of file eeprom_001.h.
| __O uint32_t INTSTATCLR |
EEPROM interrupt status clear
Definition at line 64 of file eeprom_001.h.
| __O uint32_t INTSTATSET |
EEPROM interrupt status set
Definition at line 65 of file eeprom_001.h.
| __IO uint32_t PWRDWN |
EEPROM power-down register
Definition at line 58 of file eeprom_001.h.
| __I uint32_t RDATA |
EEPROM read data register
Definition at line 55 of file eeprom_001.h.
| uint32_t RESERVED0[975] |
Definition at line 59 of file eeprom_001.h.
| __O uint32_t WDATA |
EEPROM write data register
Definition at line 54 of file eeprom_001.h.
| __IO uint32_t WSTATE |
EEPROM wait state register
Definition at line 56 of file eeprom_001.h.