Go to the source code of this file.
Macros | |
| #define | DEV_RTC_ADDRESS 0x0000000015000000 |
| #define | DEV_RTC_LENGTH 0x0000000000000200 |
| #define | DEV_RTC_TRIGGER_READ 0x0000 |
| #define | DEV_RTC_SEC 0x0010 |
| #define | DEV_RTC_USEC 0x0020 |
| #define | DEV_RTC_HZ 0x0100 |
| #define | DEV_RTC_INTERRUPT_ACK 0x0110 |
| #define DEV_RTC_ADDRESS 0x0000000015000000 |
Definition at line 11 of file dev_rtc.h.
Referenced by MACHINE_SETUP().
| #define DEV_RTC_HZ 0x0100 |
Definition at line 18 of file dev_rtc.h.
Referenced by DEVICE_ACCESS().
| #define DEV_RTC_LENGTH 0x0000000000000200 |
| #define DEV_RTC_SEC 0x0010 |
Definition at line 15 of file dev_rtc.h.
Referenced by DEVICE_ACCESS().
| #define DEV_RTC_TRIGGER_READ 0x0000 |
Definition at line 14 of file dev_rtc.h.
Referenced by DEVICE_ACCESS().
| #define DEV_RTC_USEC 0x0020 |
Definition at line 16 of file dev_rtc.h.
Referenced by DEVICE_ACCESS().
1.8.13