HAL + 0/1 examples
CodeScope will show references to USB_CfgTypeDef::battery_charging_enable from the following samples and libraries:
Examples
STM32F413H-Discovery
Applications
USB_Device
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALUSB_CfgTypeDef::battery_charging_enable

USB_CfgTypeDef::battery_charging_enable field

Enable or disable Battery charging.

Syntax

uint8_t battery_charging_enable;

Examples

USB_CfgTypeDef::battery_charging_enable is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_usb.h:121
uint8_t battery_charging_enable; /*!< Enable or disable Battery charging. */
stm32f4xx_hal_pcd.c:1022HAL_PCD_Start()
(hpcd->Init.battery_charging_enable == 1U))
stm32f4xx_hal_pcd.c:1051HAL_PCD_Stop()
(hpcd->Init.battery_charging_enable == 1U))
stm32f4xx_hal_pcd.c:1756HAL_PCD_DevConnect()
(hpcd->Init.battery_charging_enable == 1U))
stm32f4xx_hal_pcd.c:1780HAL_PCD_DevDisconnect()
(hpcd->Init.battery_charging_enable == 1U))
stm32f4xx_ll_usb.c:111USB_CoreInit()
if (cfg.battery_charging_enable == 0U)

Data Use

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