/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_usb.c | 855 …SB_WritePMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 861 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_WritePMA() 863 uint16_t remaining_bytes = wNBytes % 4U; in USB_WritePMA() 912 …USB_ReadPMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 918 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_ReadPMA() 920 uint16_t remaining_bytes = wNBytes % 4U; in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_usb.c | 845 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 847 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 880 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 882 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 905 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_usb.c | 794 void USB_WritePMA(USB_TypeDef *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 796 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 829 void USB_ReadPMA(USB_TypeDef *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 831 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 854 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_usb.c | 835 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 837 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 870 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 872 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 895 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_usb.c | 835 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 837 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 870 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 872 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 895 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_usb.c | 835 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 837 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 870 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 872 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 895 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_usb.c | 830 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 832 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 865 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 867 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 890 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_usb.c | 845 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 847 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 880 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 882 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 905 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_usb.c | 874 …SB_WritePMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 880 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_WritePMA() 882 uint16_t remaining_bytes = wNBytes % 4U; in USB_WritePMA() 931 …USB_ReadPMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 937 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_ReadPMA() 939 uint16_t remaining_bytes = wNBytes % 4U; in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_usb.c | 874 …SB_WritePMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 880 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_WritePMA() 882 uint16_t remaining_bytes = wNBytes % 4U; in USB_WritePMA() 931 …USB_ReadPMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 937 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_ReadPMA() 939 uint16_t remaining_bytes = wNBytes % 4U; in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_usb.h | 216 uint16_t wPMABufAddr, uint16_t wNBytes); 219 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_usb.h | 213 uint16_t wPMABufAddr, uint16_t wNBytes); 216 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_usb.h | 216 uint16_t wPMABufAddr, uint16_t wNBytes); 219 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_usb.h | 216 uint16_t wPMABufAddr, uint16_t wNBytes); 219 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_usb.h | 216 uint16_t wPMABufAddr, uint16_t wNBytes); 219 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_usb.h | 216 uint16_t wPMABufAddr, uint16_t wNBytes); 219 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_usb.h | 227 uint16_t wPMABufAddr, uint16_t wNBytes); 230 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 2817 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 2819 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 2852 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 2854 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 2877 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 2828 …id USB_WritePMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 2830 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() 2863 void USB_ReadPMA(USB_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 2865 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() 2888 if ((wNBytes % 2U) != 0U) in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 3115 …SB_WritePMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 3121 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_WritePMA() 3123 uint16_t remaining_bytes = wNBytes % 4U; in USB_WritePMA() 3172 …USB_ReadPMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 3178 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_ReadPMA() 3180 uint16_t remaining_bytes = wNBytes % 4U; in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 3132 …SB_WritePMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_WritePMA() argument 3138 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_WritePMA() 3140 uint16_t remaining_bytes = wNBytes % 4U; in USB_WritePMA() 3189 …USB_ReadPMA(USB_DRD_TypeDef const *USBx, uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNBytes) in USB_ReadPMA() argument 3195 uint32_t NbWords = ((uint32_t)wNBytes + 3U) >> 2U; in USB_ReadPMA() 3197 uint16_t remaining_bytes = wNBytes % 4U; in USB_ReadPMA()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_usb.h | 710 uint16_t wPMABufAddr, uint16_t wNBytes); 713 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_usb.h | 614 uint16_t wPMABufAddr, uint16_t wNBytes); 617 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_usb.h | 614 uint16_t wPMABufAddr, uint16_t wNBytes); 617 uint16_t wPMABufAddr, uint16_t wNBytes);
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_usb.h | 884 uint16_t wPMABufAddr, uint16_t wNBytes); 887 uint16_t wPMABufAddr, uint16_t wNBytes);
|