STM32F4xx_HAL_Driver  1.8.3

Peripheral State functions. More...

+ Collaboration diagram for State functions:

Functions

HAL_PCCARD_StateTypeDef HAL_PCCARD_GetState (PCCARD_HandleTypeDef *hpccard)
 return the PCCARD controller state More...
 
HAL_PCCARD_StatusTypeDef HAL_PCCARD_GetStatus (PCCARD_HandleTypeDef *hpccard)
 Get the compact flash memory status. More...
 
HAL_PCCARD_StatusTypeDef HAL_PCCARD_ReadStatus (PCCARD_HandleTypeDef *hpccard)
 Reads the Compact Flash memory status using the Read status command. More...
 

Detailed Description

Peripheral State functions.

  ==============================================================================
                      ##### PCCARD State functions #####
  ==============================================================================
  [..]
    This subsection permits to get in run-time the status of the PCCARD controller
    and the data flow.

Function Documentation

◆ HAL_PCCARD_GetState()

HAL_PCCARD_StateTypeDef HAL_PCCARD_GetState ( PCCARD_HandleTypeDef hpccard)

return the PCCARD controller state

Parameters
hpccardpointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module.
Return values
HALstate

Definition at line 853 of file stm32f4xx_hal_pccard.c.

◆ HAL_PCCARD_GetStatus()

HAL_PCCARD_StatusTypeDef HAL_PCCARD_GetStatus ( PCCARD_HandleTypeDef hpccard)

Get the compact flash memory status.

Parameters
hpccardpointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module.
Return values
Newstatus 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()

HAL_PCCARD_StatusTypeDef HAL_PCCARD_ReadStatus ( PCCARD_HandleTypeDef hpccard)

Reads the Compact Flash memory status using the Read status command.

Parameters
hpccardpointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module.
Return values
Thestatus 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.