Home
last modified time | relevance | path

Searched refs:pmaadress (Results 1 – 25 of 74) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd_ex.c81 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()
Dstm32f3xx_ll_usb.c263 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/
Dstm32l1xx_hal_pcd_ex.c81 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()
Dstm32l1xx_ll_usb.c263 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/
Dstm32f1xx_hal_pcd_ex.c138 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/
Dstm32u0xx_hal_pcd_ex.c81 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/
Dstm32wbxx_hal_pcd_ex.c81 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()
Dstm32wbxx_ll_usb.c263 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/
Dstm32l5xx_hal_pcd_ex.c81 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()
Dstm32l5xx_ll_usb.c263 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/
Dstm32f0xx_hal_pcd_ex.c81 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()
Dstm32f0xx_ll_usb.c263 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/
Dstm32l0xx_hal_pcd_ex.c81 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()
Dstm32l0xx_ll_usb.c222 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/
Dstm32c0xx_hal_pcd_ex.c81 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()
Dstm32c0xx_hal_hcd.c227 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()
Dstm32c0xx_ll_usb.c302 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/
Dstm32g0xx_hal_pcd_ex.c81 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()
Dstm32g0xx_hal_hcd.c369 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()
Dstm32g0xx_ll_usb.c302 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/
Dstm32g4xx_hal_pcd_ex.c81 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()
Dstm32g4xx_ll_usb.c263 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/
Dstm32u5xx_hal_pcd_ex.c323 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/
Dstm32l4xx_hal_pcd_ex.c309 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/
Dstm32h5xx_hal_pcd_ex.c380 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()

123