Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb.h88 #define UGETDW(w) ((w)[0] | ((w)[1] << 8) | ((w)[2] << 16) | ((w)[3] << 24)) macro
100 #define UGETDW(w) (*(u_int32_t *)(w)) macro
825 #define UGETDW(w) ((w)[0] | ((w)[1] << 8) | ((w)[2] << 16) | ((w)[3] << 24)) macro
837 #define UGETDW(w) (*(u_int32_t *)(w)) macro

Completed in 13 milliseconds