HAL
HAL_PCCARD_GetState()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_PCCARD_GetState()
HAL_PCCARD_GetState() function
return the PCCARD controller state
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_pccard.h:181
HAL_PCCARD_StateTypeDef
HAL_PCCARD_GetState
(
PCCARD_HandleTypeDef
*
hpccard
)
;
Implemented in
stm32f4xx_hal_pccard.c:853
Arguments
Argument
Description
hpccard
pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module.
Return value
HAL state
Related Functions
Found 13 other functions taking a
PCCARD_HandleTypeDef
argument:
Function
Description
HAL_PCCARD_ITCallback()
PCCARD interrupt feature callback
HAL_PCCARD_MspInit()
PCCARD MSP Init
HAL_PCCARD_MspDeInit()
PCCARD MSP DeInit
HAL_PCCARD_Init()
Perform the PCCARD memory Initialization sequence
HAL_PCCARD_DeInit()
Perform the PCCARD memory De-initialization sequence
HAL_PCCARD_Read_ID()
Read Compact Flash's ID.
HAL_PCCARD_Write_Sector()
Write sector to PCCARD memory
HAL_PCCARD_Read_Sector()
Read sector from PCCARD memory
HAL_PCCARD_Erase_Sector()
Erase sector from PCCARD memory
HAL_PCCARD_Reset()
Reset the PCCARD memory
HAL_PCCARD_IRQHandler()
This function handles PCCARD device interrupt request.
HAL_PCCARD_GetStatus()
Get the compact flash memory status
HAL_PCCARD_ReadStatus()
Reads the Compact Flash memory status using the Read status command
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out