Searched refs:pDest (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 990 uint8_t *pDest = dest; in USB_ReadPacket() local 998 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 999 pDest++; in USB_ReadPacket() 1000 pDest++; in USB_ReadPacket() 1001 pDest++; in USB_ReadPacket() 1002 pDest++; in USB_ReadPacket() 1013 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1015 pDest++; in USB_ReadPacket() 1020 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 1031 uint8_t *pDest = dest; in USB_ReadPacket() local 1039 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1040 pDest++; in USB_ReadPacket() 1041 pDest++; in USB_ReadPacket() 1042 pDest++; in USB_ReadPacket() 1043 pDest++; in USB_ReadPacket() 1054 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1056 pDest++; in USB_ReadPacket() 1061 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 1002 uint8_t *pDest = dest; in USB_ReadPacket() local 1010 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1011 pDest++; in USB_ReadPacket() 1012 pDest++; in USB_ReadPacket() 1013 pDest++; in USB_ReadPacket() 1014 pDest++; in USB_ReadPacket() 1025 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1027 pDest++; in USB_ReadPacket() 1032 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 1034 uint8_t *pDest = dest; in USB_ReadPacket() local 1042 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1043 pDest++; in USB_ReadPacket() 1044 pDest++; in USB_ReadPacket() 1045 pDest++; in USB_ReadPacket() 1046 pDest++; in USB_ReadPacket() 1057 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1059 pDest++; in USB_ReadPacket() 1064 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 1064 uint8_t *pDest = dest; in USB_ReadPacket() local 1072 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1073 pDest++; in USB_ReadPacket() 1074 pDest++; in USB_ReadPacket() 1075 pDest++; in USB_ReadPacket() 1076 pDest++; in USB_ReadPacket() 1087 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1089 pDest++; in USB_ReadPacket() 1094 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 1013 uint8_t *pDest = dest; in USB_ReadPacket() local 1021 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1022 pDest++; in USB_ReadPacket() 1023 pDest++; in USB_ReadPacket() 1024 pDest++; in USB_ReadPacket() 1025 pDest++; in USB_ReadPacket() 1036 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1038 pDest++; in USB_ReadPacket() 1043 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 886 uint8_t *pDest = dest; in USB_ReadPacket() local 894 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 895 pDest++; in USB_ReadPacket() 896 pDest++; in USB_ReadPacket() 897 pDest++; in USB_ReadPacket() 898 pDest++; in USB_ReadPacket() 909 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 911 pDest++; in USB_ReadPacket() 916 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 909 uint8_t *pDest = dest; in USB_ReadPacket() local 917 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 918 pDest++; in USB_ReadPacket() 919 pDest++; in USB_ReadPacket() 920 pDest++; in USB_ReadPacket() 921 pDest++; in USB_ReadPacket() 932 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 934 pDest++; in USB_ReadPacket() 939 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 1030 uint8_t *pDest = dest; in USB_ReadPacket() local 1038 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1039 pDest++; in USB_ReadPacket() 1040 pDest++; in USB_ReadPacket() 1041 pDest++; in USB_ReadPacket() 1042 pDest++; in USB_ReadPacket() 1053 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1055 pDest++; in USB_ReadPacket() 1060 return ((void *)pDest); in USB_ReadPacket()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 1034 uint8_t *pDest = dest; in USB_ReadPacket() local 1042 __UNALIGNED_UINT32_WRITE(pDest, USBx_DFIFO(0U)); in USB_ReadPacket() 1043 pDest++; in USB_ReadPacket() 1044 pDest++; in USB_ReadPacket() 1045 pDest++; in USB_ReadPacket() 1046 pDest++; in USB_ReadPacket() 1057 *(uint8_t *)pDest = (uint8_t)(pData >> (8U * (uint8_t)(i))); in USB_ReadPacket() 1059 pDest++; in USB_ReadPacket() 1064 return ((void *)pDest); in USB_ReadPacket()
|