Home
last modified time | relevance | path

Searched defs:pSrc (Results 1 – 6 of 6) sorted by relevance

/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
580 volatile char* pSrc; in SEGGER_RTT_ReadUpBufferNoLock() local
672 volatile char* pSrc; in SEGGER_RTT_ReadNoLock() local
/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/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/NNSupportFunctions/
H A Darm_q7_to_q15_reordered_no_shift.c78 void arm_q7_to_q15_reordered_no_shift(const q7_t * pSrc, q15_t * pDst, uint32_t blockSize) in arm_q7_to_q15_reordered_no_shift()
H A Darm_q7_to_q15_no_shift.c59 void arm_q7_to_q15_no_shift(const q7_t * pSrc, q15_t * pDst, uint32_t blockSize) in arm_q7_to_q15_no_shift()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_usb.c960 uint32_t *pSrc = (uint32_t *)src; in USB_WritePacket() local
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c838 uint32_t *pSrc = (uint32_t *)src; in USB_WritePacket() local