STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

#include <stm32f4xx_hal_hcd.h>

Collaboration diagram for HCD_HandleTypeDef:

Data Fields

HCD_TypeDefInstance
 
HCD_InitTypeDef Init
 
HCD_HCTypeDef hc [16]
 
HAL_LockTypeDef Lock
 
__IO HCD_StateTypeDef State
 
__IO uint32_t ErrorCode
 
void * pData
 

Detailed Description

Definition at line 71 of file stm32f4xx_hal_hcd.h.

Field Documentation

◆ Instance

◆ Init

HCD_InitTypeDef HCD_HandleTypeDef::Init

◆ hc

◆ Lock

HAL_LockTypeDef HCD_HandleTypeDef::Lock

HCD peripheral status

Definition at line 77 of file stm32f4xx_hal_hcd.h.

Referenced by HAL_HCD_Init().

◆ State

__IO HCD_StateTypeDef HCD_HandleTypeDef::State

HCD communication state

Definition at line 78 of file stm32f4xx_hal_hcd.h.

Referenced by HAL_HCD_DeInit(), HAL_HCD_GetState(), and HAL_HCD_Init().

◆ ErrorCode

__IO uint32_t HCD_HandleTypeDef::ErrorCode

HCD Error code

Definition at line 79 of file stm32f4xx_hal_hcd.h.

◆ pData

void* HCD_HandleTypeDef::pData

Pointer Stack Handler

Definition at line 80 of file stm32f4xx_hal_hcd.h.


The documentation for this struct was generated from the following file: