/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 1727 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1735 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1880 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1881 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 1943 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 1956 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2028 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2029 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2045 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2051 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32n6xx_hal_hcd.c | 609 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1323 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1401 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1404 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1443 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1446 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1467 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1470 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1483 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1486 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 1801 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1809 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1959 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1960 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 2022 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 2035 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2107 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2108 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2124 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2130 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32h7rsxx_hal_hcd.c | 629 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1343 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1421 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1424 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1463 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1466 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1487 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1490 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1503 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1506 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 1751 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1759 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1909 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1910 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 1972 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 1985 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2057 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2058 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2074 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2080 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32f2xx_hal_hcd.c | 630 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1355 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1433 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1436 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1475 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1478 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1499 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1502 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1515 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1518 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 1801 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1809 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1959 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1960 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 2022 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 2035 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2107 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2108 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2124 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2130 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32f4xx_hal_hcd.c | 630 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1355 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1433 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1436 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1475 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1478 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1499 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1502 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1515 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1518 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 1881 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1889 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 2039 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 2040 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 2102 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 2115 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2187 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2188 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2204 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2210 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32f7xx_hal_hcd.c | 630 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1355 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1433 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1436 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1475 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1478 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1499 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1502 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1515 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1518 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 1747 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1755 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1900 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1901 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 1963 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 1976 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2048 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2049 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2065 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2071 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32h7xx_hal_hcd.c | 614 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1328 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1406 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1409 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1448 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1451 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1472 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1475 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1488 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1491 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 1577 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1585 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1642 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1643 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 1646 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 1659 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 1726 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 1727 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 1743 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 1749 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32f1xx_hal_hcd.c | 583 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1279 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1341 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1344 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1365 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1368 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1547 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_OUT_IRQHandler() 1550 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_OUT_IRQHandler() 1612 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_RXQLVL_IRQHandler() 1615 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 1603 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1611 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1668 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1669 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 1672 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 1685 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 1752 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 1753 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 1769 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 1775 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32l4xx_hal_hcd.c | 583 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1268 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1330 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1333 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1354 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1357 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1536 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_OUT_IRQHandler() 1539 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_OUT_IRQHandler() 1601 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_RXQLVL_IRQHandler() 1604 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 1799 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1807 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1957 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1958 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 2020 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 2033 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2105 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2106 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2122 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2128 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32u5xx_hal_hcd.c | 631 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1345 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1423 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1426 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1465 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1468 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1489 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1492 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1505 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1508 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 1811 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init() 1819 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in USB_HC_Init() 1969 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer() 1970 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer() 2032 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer() 2045 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer() 2117 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt() 2118 uint32_t ChannelEna = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_CHENA) >> 31; in USB_HC_Halt() 2134 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt() 2140 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt() [all …]
|
D | stm32h5xx_hal_hcd.c | 631 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler() 1345 USBx_HC(chnum)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler() 1423 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1426 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1465 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1468 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1489 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1492 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() 1505 tmpreg = USBx_HC(chnum)->HCCHAR; in HCD_HC_IN_IRQHandler() 1508 USBx_HC(chnum)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 619 __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */ member
|
D | stm32f401xe.h | 619 __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */ member
|
D | stm32f411xe.h | 620 __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */ member
|
D | stm32f405xx.h | 794 __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */ member
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 850 __IO uint32_t HCCHAR; member
|