Searched defs:pDest (Results 1 – 4 of 4) sorted by relevance
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/cmsis/samv71/source/templates/gcc/ |
H A D | startup_samv71.c | 300 uint32_t *pSrc, *pDest; in Reset_Handler() local
|
/btstack/3rd-party/segger-rtt/ |
H A D | SEGGER_RTT.c | 151 #define STRCPY(pDest, pSrc) strcpy((pDest), (pSrc)) argument 160 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) MEMCPY((pDest), (pSrc), (NumBytes)) argument 162 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) memcpy((pDest), (pSrc), (NumBytes)) argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_usb.c | 986 uint32_t *pDest = (uint32_t *)dest; in USB_ReadPacket() local
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_usb.c | 861 uint32_t *pDest = (uint32_t *)dest; in USB_ReadPacket() local
|