Home
last modified time | relevance | path

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 Dstartup_samv71.c300 uint32_t *pSrc, *pDest; in Reset_Handler() local
/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT.c151 #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 Dstm32f4xx_ll_usb.c986 uint32_t *pDest = (uint32_t *)dest; in USB_ReadPacket() local
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c861 uint32_t *pDest = (uint32_t *)dest; in USB_ReadPacket() local