HAL
PCCARD_HandleTypeDef::Instance is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALPCCARD_HandleTypeDef::Instance

PCCARD_HandleTypeDef::Instance field

Register base address for PCCARD device

References

LocationReferrerText
stm32f4xx_hal_pccard.h:77
FMC_PCCARD_TypeDef *Instance; /*!< Register base address for PCCARD device */
stm32f4xx_hal_pccard.c:197HAL_PCCARD_Init()
FMC_PCCARD_Init(hpccard->Instance, &(hpccard->Init));
stm32f4xx_hal_pccard.c:200HAL_PCCARD_Init()
FMC_PCCARD_CommonSpace_Timing_Init(hpccard->Instance, ComSpaceTiming);
stm32f4xx_hal_pccard.c:203HAL_PCCARD_Init()
FMC_PCCARD_AttributeSpace_Timing_Init(hpccard->Instance, AttSpaceTiming);
stm32f4xx_hal_pccard.c:206HAL_PCCARD_Init()
FMC_PCCARD_IOSpace_Timing_Init(hpccard->Instance, IOSpaceTiming);
stm32f4xx_hal_pccard.c:209HAL_PCCARD_Init()
__FMC_PCCARD_ENABLE(hpccard->Instance);
stm32f4xx_hal_pccard.c:240HAL_PCCARD_DeInit()
FMC_PCCARD_DeInit(hpccard->Instance);
stm32f4xx_hal_pccard.c:620HAL_PCCARD_IRQHandler()
if (__FMC_PCCARD_GET_FLAG(hpccard->Instance, FMC_FLAG_RISING_EDGE))
stm32f4xx_hal_pccard.c:630HAL_PCCARD_IRQHandler()
__FMC_PCCARD_CLEAR_FLAG(hpccard->Instance, FMC_FLAG_RISING_EDGE);
stm32f4xx_hal_pccard.c:634HAL_PCCARD_IRQHandler()
if (__FMC_PCCARD_GET_FLAG(hpccard->Instance, FMC_FLAG_LEVEL))
stm32f4xx_hal_pccard.c:644HAL_PCCARD_IRQHandler()
__FMC_PCCARD_CLEAR_FLAG(hpccard->Instance, FMC_FLAG_LEVEL);
stm32f4xx_hal_pccard.c:648HAL_PCCARD_IRQHandler()
if (__FMC_PCCARD_GET_FLAG(hpccard->Instance, FMC_FLAG_FALLING_EDGE))
stm32f4xx_hal_pccard.c:658HAL_PCCARD_IRQHandler()
__FMC_PCCARD_CLEAR_FLAG(hpccard->Instance, FMC_FLAG_FALLING_EDGE);
stm32f4xx_hal_pccard.c:662HAL_PCCARD_IRQHandler()
if (__FMC_PCCARD_GET_FLAG(hpccard->Instance, FMC_FLAG_FEMPT))
stm32f4xx_hal_pccard.c:672HAL_PCCARD_IRQHandler()
__FMC_PCCARD_CLEAR_FLAG(hpccard->Instance, FMC_FLAG_FEMPT);

Data Use

Functions reading PCCARD_HandleTypeDef::Instance
PCCARD_HandleTypeDef::Instance
Type of PCCARD_HandleTypeDef::Instance
PCCARD_HandleTypeDef::Instance