/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 1597 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1879 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 1666 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1958 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 1616 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1908 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 1666 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1958 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 1746 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 2038 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 1617 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1899 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 1456 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1641 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 1482 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1667 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 1664 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1956 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 1676 return (USBx_HOST->HFNUM & USB_OTG_HFNUM_FRNUM); in USB_GetCurrentFrame() 1968 is_oddframe = (((uint32_t)USBx_HOST->HFNUM & 0x01U) != 0U) ? 0U : 1U; in USB_HC_StartXfer()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 607 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f401xe.h | 607 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f411xe.h | 608 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f405xx.h | 782 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f412cx.h | 766 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f415xx.h | 850 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f423xx.h | 904 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f407xx.h | 878 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f412zx.h | 809 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 836 __IO uint32_t HFNUM; /* Host Frame Nbr/Frame Remaining 408h*/ member
|
D | stm32f205xx.h | 790 __IO uint32_t HFNUM; /* Host Frame Nbr/Frame Remaining 408h*/ member
|
D | stm32f207xx.h | 886 __IO uint32_t HFNUM; /* Host Frame Nbr/Frame Remaining 408h*/ member
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f105xc.h | 683 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h*/ member
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 902 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|
D | stm32f722xx.h | 888 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ member
|