Home
last modified time | relevance | path

Searched refs:USBHC_BASE_ADDR (Results 1 – 1 of 1) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A DLPC24xx.h1030 #define USBHC_BASE_ADDR 0xFFE0C000 macro
1031 #define HC_REVISION (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x00))
1032 #define HC_CONTROL (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x04))
1033 #define HC_CMD_STAT (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x08))
1034 #define HC_INT_STAT (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x0C))
1035 #define HC_INT_EN (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x10))
1036 #define HC_INT_DIS (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x14))
1037 #define HC_HCCA (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x18))
1038 #define HC_PERIOD_CUR_ED (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x1C))
1039 #define HC_CTRL_HEAD_ED (*(volatile unsigned long *)(USBHC_BASE_ADDR + 0x20))
[all …]