Home
last modified time | relevance | path

Searched refs:OTG_FS_ID_Pin (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/
H A Dusbh_conf.c84 GPIO_InitStruct.Pin = OTG_FS_ID_Pin|OTG_FS_DM_Pin|OTG_FS_DP_Pin; in HAL_HCD_MspInit()
119 HAL_GPIO_DeInit(GPIOA, VBUS_FS_Pin|OTG_FS_ID_Pin|OTG_FS_DM_Pin|OTG_FS_DP_Pin); in HAL_HCD_MspDeInit()
/btstack/port/stm32-f4discovery-cc256x/Inc/
H A Dmain.h101 #define OTG_FS_ID_Pin GPIO_PIN_10 macro
/btstack/port/stm32-f4discovery-usb/Core/Inc/
H A Dmain.h101 #define OTG_FS_ID_Pin GPIO_PIN_10 macro
/btstack/port/stm32-f4discovery-cc256x/Src/
H A Dgpio.c157 GPIO_InitStruct.Pin = OTG_FS_ID_Pin|OTG_FS_DM_Pin|OTG_FS_DP_Pin; in MX_GPIO_Init()