Home
last modified time | relevance | path

Searched defs:LE16 (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h64 #define LE16(addr) (((uint16_t)(addr)[0]) | \ macro
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h899 #define LE16(x) (x) macro