HAL + 0/62 examples
CodeScope will show references to USB_CfgTypeDef::dev_endpoints from the following samples and libraries:
Libraries
Examples
STM32F4-Discovery
STM32F401-Discovery
STM32F411E-Discovery
STM32446E_EVAL
Demonstrations
Applications
USB_Device
STM324xG_EVAL
Demonstrations
Applications
USB_Device
STM32F412G-Discovery
Demonstrations
Applications
USB_Device
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
STM32469I-Discovery
Applications
USBX
USB_Device
STM32469I_EVAL
Applications
USB_Device
STM324x9I_EVAL
Applications
USB_Device
Demonstrations
STemWin
STM32F412ZG-Nucleo
Applications
USB_Device
STM32F413ZH-Nucleo
Applications
USB_Device
STM32F429ZI-Nucleo
Applications
USBX
USB_Device
STM32F446ZE-Nucleo
Applications
USB_Device
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALUSB_CfgTypeDef::dev_endpoints

USB_CfgTypeDef::dev_endpoints field

Device Endpoints number. This parameter depends on the used USB core. This parameter must be a number between Min_Data = 1 and Max_Data = 15

Syntax

uint8_t dev_endpoints;

Examples

USB_CfgTypeDef::dev_endpoints is referenced by 62 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_usb.h:95
uint8_t dev_endpoints; /*!< Device Endpoints number.
stm32f4xx_hal_pcd.c:204HAL_PCD_Init()
for (i = 0U; i < hpcd->Init.dev_endpoints; i++)
stm32f4xx_hal_pcd.c:217HAL_PCD_Init()
for (i = 0U; i < hpcd->Init.dev_endpoints; i++)
stm32f4xx_hal_pcd.c:1360HAL_PCD_IRQHandler()
for (i = 0U; i < hpcd->Init.dev_endpoints; i++)
stm32f4xx_hal_pcd.c:1440HAL_PCD_IRQHandler()
for (epnum = 1U; epnum < hpcd->Init.dev_endpoints; epnum++)
stm32f4xx_hal_pcd.c:1453HAL_PCD_IRQHandler()
for (epnum = 1U; epnum < hpcd->Init.dev_endpoints; epnum++)
stm32f4xx_hal_pcd.c:1473HAL_PCD_IRQHandler()
for (epnum = 1U; epnum < hpcd->Init.dev_endpoints; epnum++)
stm32f4xx_hal_pcd.c:1965HAL_PCD_EP_SetStall()
if (((uint32_t)ep_addr & EP_ADDR_MSK) > hpcd->Init.dev_endpoints)
stm32f4xx_hal_pcd.c:2008HAL_PCD_EP_ClrStall()
if (((uint32_t)ep_addr & 0x0FU) > hpcd->Init.dev_endpoints)
stm32f4xx_ll_usb.c:388USB_DevInit()
for (i = 0U; i < cfg.dev_endpoints; i++)
stm32f4xx_ll_usb.c:410USB_DevInit()
for (i = 0U; i < cfg.dev_endpoints; i++)

Data Use

Functions reading USB_CfgTypeDef::dev_endpoints
USB_CfgTypeDef::dev_endpoints
Type of USB_CfgTypeDef::dev_endpoints
USB_CfgTypeDef::dev_endpoints
uint8_t
all items filtered out