USBH_DeviceTypeDef::is_connected is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_DeviceTypeDef::is_connected field

Syntax

__IO uint8_t is_connected;

References

LocationReferrerText
usbh_def.h:439
__IO uint8_t is_connected;
usbh_core.c:118USBH_Init()
phost->device.is_connected = 0U;
usbh_core.c:183USBH_DeInit()
phost->device.is_connected = 0U;
usbh_core.c:493USBH_Process()
if ((phost->device.is_connected) != 0U)
usbh_core.c:1278USBH_LL_Connect()
phost->device.is_connected = 1U;
usbh_core.c:1306USBH_LL_Disconnect()
phost->device.is_connected = 0U;
usbh_msc.c:783USBH_MSC_Read()
if ((phost->device.is_connected == 0U) ||
usbh_msc.c:800USBH_MSC_Read()
if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U))
usbh_msc.c:830USBH_MSC_Write()
if ((phost->device.is_connected == 0U) ||
usbh_msc.c:846USBH_MSC_Write()
if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U))
usbh_mtp.c:640USBH_MTP_GetNumObjects()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:674USBH_MTP_GetObjectHandles()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:702USBH_MTP_GetObjectInfo()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:730USBH_MTP_DeleteObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:759USBH_MTP_GetObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:791USBH_MTP_GetPartialObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:822USBH_MTP_GetObjectPropsSupported()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:851USBH_MTP_GetObjectPropDesc()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:881USBH_MTP_GetObjectPropList()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:910USBH_MTP_SendObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:1076USBH_MTP_GetDevicePropDesc()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))

Data Use

Type of USBH_DeviceTypeDef::is_connected
USBH_DeviceTypeDef::is_connected
uint8_t
all items filtered out