/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32f3xx_ll_usb.c | 263 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 280 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 439 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32l1xx_ll_usb.c | 263 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 280 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 439 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pcd_ex.c | 138 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 158 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 166 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 167 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32wbxx_ll_usb.c | 263 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 280 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 439 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32l5xx_ll_usb.c | 263 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 280 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 439 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32f0xx_ll_usb.c | 263 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 280 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 439 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32l0xx_ll_usb.c | 222 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 239 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 398 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32c0xx_hal_hcd.c | 227 hhcd->hc[ch_num & 0xFU].pmaadress = hhcd->hc[0U].pmaadress; in HAL_HCD_HC_Init() 398 hhcd->hc[ch_num & 0xFU].pmaadress = hhcd->hc[ch_num & 0xFU].pmaaddr1; in HAL_HCD_HC_Init() 407 hhcd->hc[ch_num & 0xFU].pmaadress = hhcd->hc[ch_num & 0xFU].pmaaddr0; in HAL_HCD_HC_Init() 1811 hhcd->hc[ch_num & 0xFU].pmaadress, in HCD_HC_IN_ISO() 1895 hhcd->hc[ch_num & 0xFU].pmaadress, (uint16_t)received_bytes); in HCD_HC_IN_IRQHandler() 2673 hc->pmaadress = pma_addr0; in HAL_HCD_PMAlloc() 2705 hc->pmaadress = hc->pmaaddr1; in HAL_HCD_PMAlloc() 2709 hc->pmaadress = hc->pmaaddr0; in HAL_HCD_PMAlloc() 2739 status = HAL_HCD_PMAFree(hhcd, hc->pmaadress, hc->max_packet); in HAL_HCD_PMADeAlloc()
|
D | stm32c0xx_ll_usb.c | 302 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 319 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 478 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer() 1271 USB_WritePMA(USBx, hc->xfer_buff, hc->pmaadress, (uint16_t)len); in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32g0xx_hal_hcd.c | 369 hhcd->hc[ch_num & 0xFU].pmaadress = hhcd->hc[ch_num & 0xFU].pmaaddr1; in HAL_HCD_HC_Init() 378 hhcd->hc[ch_num & 0xFU].pmaadress = hhcd->hc[ch_num & 0xFU].pmaaddr0; in HAL_HCD_HC_Init() 1813 hhcd->hc[ch_num & 0xFU].pmaadress, in HCD_HC_IN_ISO() 1896 hhcd->hc[ch_num & 0xFU].pmaadress, (uint16_t)received_bytes); in HCD_HC_IN_IRQHandler() 2672 hc->pmaadress = pma_addr0; in HAL_HCD_PMAlloc() 2704 hc->pmaadress = hc->pmaaddr1; in HAL_HCD_PMAlloc() 2708 hc->pmaadress = hc->pmaaddr0; in HAL_HCD_PMAlloc() 2738 status = HAL_HCD_PMAFree(hhcd, hc->pmaadress, hc->max_packet); in HAL_HCD_PMADeAlloc()
|
D | stm32g0xx_ll_usb.c | 302 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 319 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 478 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer() 1249 USB_WritePMA(USBx, hc->xfer_buff, hc->pmaadress, (uint16_t)len); in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pcd_ex.c | 81 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 101 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 109 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 110 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
D | stm32g4xx_ll_usb.c | 263 PCD_SET_EP_TX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 280 PCD_SET_EP_RX_ADDRESS(USBx, ep->num, ep->pmaadress); in USB_ActivateEndpoint() 443 USB_WritePMA(USBx, ep->xfer_buff, ep->pmaadress, (uint16_t)len); in USB_EPStartXfer()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pcd_ex.c | 323 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 343 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 351 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 352 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pcd_ex.c | 309 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 329 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 337 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 338 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd_ex.c | 380 uint16_t ep_kind, uint32_t pmaadress) in HAL_PCDEx_PMAConfig() argument 400 ep->pmaadress = (uint16_t)pmaadress; in HAL_PCDEx_PMAConfig() 408 ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); in HAL_PCDEx_PMAConfig() 409 ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); in HAL_PCDEx_PMAConfig()
|