Searched refs:HCCHAR (Results 1 – 3 of 3) sorted by relevance
1409 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init()1416 USBx_HC((uint32_t)ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM ; in USB_HC_Init()1464 USBx_HC(ch_num)->HCCHAR &= ~USB_OTG_HCCHAR_ODDFRM; in USB_HC_StartXfer()1465 USBx_HC(ch_num)->HCCHAR |= (uint32_t)is_oddframe << 29; in USB_HC_StartXfer()1468 tmpreg = USBx_HC(ch_num)->HCCHAR; in USB_HC_StartXfer()1481 USBx_HC(ch_num)->HCCHAR = tmpreg; in USB_HC_StartXfer()1548 uint32_t HcEpType = (USBx_HC(hcnum)->HCCHAR & USB_OTG_HCCHAR_EPTYP) >> 18; in USB_HC_Halt()1553 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHDIS; in USB_HC_Halt()1557 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_CHENA; in USB_HC_Halt()1558 USBx_HC(hcnum)->HCCHAR |= USB_OTG_HCCHAR_CHENA; in USB_HC_Halt()[all …]
582 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler()1228 USBx_HC(ch_num)->HCCHAR |= USB_OTG_HCCHAR_ODDFRM; in HCD_HC_IN_IRQHandler()1271 tmpreg = USBx_HC(ch_num)->HCCHAR; in HCD_HC_IN_IRQHandler()1274 USBx_HC(ch_num)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler()1280 tmpreg = USBx_HC(ch_num)->HCCHAR; in HCD_HC_IN_IRQHandler()1283 USBx_HC(ch_num)->HCCHAR = tmpreg; in HCD_HC_IN_IRQHandler()1463 tmpreg = USBx_HC(ch_num)->HCCHAR; in HCD_HC_OUT_IRQHandler()1466 USBx_HC(ch_num)->HCCHAR = tmpreg; in HCD_HC_OUT_IRQHandler()1517 tmpreg = USBx_HC(ch_num)->HCCHAR; in HCD_RXQLVL_IRQHandler()1520 USBx_HC(ch_num)->HCCHAR = tmpreg; in HCD_RXQLVL_IRQHandler()
1127 __IO uint32_t HCCHAR; member