Home
last modified time | relevance | path

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

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/src/
H A Dotgd_fs_dev.c375 uint16_t ByteSwap(uint16_t wSwW) in ByteSwap() argument
379 bTemp = (uint8_t)(wSwW & 0xff); in ByteSwap()
380 wRet = (wSwW >> 8) | ((uint16_t)bTemp << 8); in ByteSwap()
H A Dusb_regs.c740 uint16_t ByteSwap(uint16_t wSwW) in ByteSwap() argument
744 bTemp = (uint8_t)(wSwW & 0xff); in ByteSwap()
745 wRet = (wSwW >> 8) | ((uint16_t)bTemp << 8); in ByteSwap()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/src/
H A Dotgd_fs_dev.c375 uint16_t ByteSwap(uint16_t wSwW) in ByteSwap() argument
379 bTemp = (uint8_t)(wSwW & 0xff); in ByteSwap()
380 wRet = (wSwW >> 8) | ((uint16_t)bTemp << 8); in ByteSwap()
H A Dusb_regs.c740 uint16_t ByteSwap(uint16_t wSwW) in ByteSwap() argument
744 bTemp = (uint8_t)(wSwW & 0xff); in ByteSwap()
745 wRet = (wSwW >> 8) | ((uint16_t)bTemp << 8); in ByteSwap()