Home
last modified time | relevance | path

Searched refs:iso_singlebuffer_enable (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_usb.h122 …uint8_t iso_singlebuffer_enable; /*!< Enable or disable the Single buffer mode on Isochronous E… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_usb.h122 …uint8_t iso_singlebuffer_enable; /*!< Enable or disable the Single buffer mode on Isochronous E… member
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c281 if (((ep_type == EP_TYPE_ISOC) && (hhcd->Init.iso_singlebuffer_enable == 0U)) || in HAL_HCD_HC_Init()
418 if (hhcd->Init.iso_singlebuffer_enable == 1U) in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c262 if (((ep_type == EP_TYPE_ISOC) && (hhcd->Init.iso_singlebuffer_enable == 0U)) || in HAL_HCD_HC_Init()
389 if (hhcd->Init.iso_singlebuffer_enable == 1U) in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_usb.h133 …uint8_t iso_singlebuffer_enable; /*!< Enable or disable the Single buffer mode on Isochronous E… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_usb.h133 …uint8_t iso_singlebuffer_enable; /*!< Enable or disable the Single buffer mode on Isochronous E… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c2205 if (((ep_type == EP_TYPE_ISOC) && (hhcd->Init.iso_singlebuffer_enable == 0U)) || in HAL_HCD_HC_Init()
2342 if (hhcd->Init.iso_singlebuffer_enable == 1U) in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c2205 if (((ep_type == EP_TYPE_ISOC) && (hhcd->Init.iso_singlebuffer_enable == 0U)) || in HAL_HCD_HC_Init()
2342 if (hhcd->Init.iso_singlebuffer_enable == 1U) in HAL_HCD_HC_Init()