Peripheral State functions.
More...
Peripheral State functions.
==============================================================================
##### PCCARD State functions #####
==============================================================================
[..]
This subsection permits to get in run-time the status of the PCCARD controller
and the data flow.
◆ HAL_PCCARD_GetState()
return the PCCARD controller state
- Parameters
-
hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
- Return values
-
Definition at line 853 of file stm32f4xx_hal_pccard.c.
◆ HAL_PCCARD_GetStatus()
Get the compact flash memory status.
- Parameters
-
hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
- Return values
-
New | status of the PCCARD operation. This parameter can be:
- CompactFlash_TIMEOUT_ERROR: when the previous operation generate a Timeout error
- CompactFlash_READY: when memory is ready for the next operation
|
Definition at line 867 of file stm32f4xx_hal_pccard.c.
◆ HAL_PCCARD_ReadStatus()
Reads the Compact Flash memory status using the Read status command.
- Parameters
-
hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
- Return values
-
The | status of the Compact Flash memory. This parameter can be:
- CompactFlash_BUSY: when memory is busy
- CompactFlash_READY: when memory is ready for the next operation
- CompactFlash_ERROR: when the previous operation generates error
|
Definition at line 903 of file stm32f4xx_hal_pccard.c.