HAL
USB_HCTypeDef::iso_splt_xactPos is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALUSB_HCTypeDef::iso_splt_xactPos

USB_HCTypeDef::iso_splt_xactPos field

iso split transfer transaction position.

Syntax

uint32_t iso_splt_xactPos;

References

LocationReferrerText
stm32f4xx_ll_usb.h:193
uint32_t iso_splt_xactPos; /*!< iso split transfer transaction position. */
stm32f4xx_ll_usb.c:1879USB_HC_StartXfer()
if ((hc->iso_splt_xactPos == HCSPLT_BEGIN) || (hc->iso_splt_xactPos == HCSPLT_MIDDLE))
stm32f4xx_ll_usb.c:1881USB_HC_StartXfer()
hc->iso_splt_xactPos = HCSPLT_MIDDLE;
stm32f4xx_ll_usb.c:1885USB_HC_StartXfer()
hc->iso_splt_xactPos = HCSPLT_BEGIN;
stm32f4xx_ll_usb.c:1892USB_HC_StartXfer()
if ((hc->iso_splt_xactPos != HCSPLT_BEGIN) && (hc->iso_splt_xactPos != HCSPLT_MIDDLE))
stm32f4xx_ll_usb.c:1894USB_HC_StartXfer()
hc->iso_splt_xactPos = HCSPLT_FULL;
stm32f4xx_ll_usb.c:1898USB_HC_StartXfer()
hc->iso_splt_xactPos = HCSPLT_END;
stm32f4xx_ll_usb.c:1988USB_HC_StartXfer()
switch (hc->iso_splt_xactPos)

Data Use

Functions writing USB_HCTypeDef::iso_splt_xactPos
Functions reading USB_HCTypeDef::iso_splt_xactPos
all items filtered out
USB_HCTypeDef::iso_splt_xactPos
all items filtered out
Type of USB_HCTypeDef::iso_splt_xactPos
USB_HCTypeDef::iso_splt_xactPos
uint32_t
all items filtered out