|
STM32F439xx HAL User Manual
|
Initialization and Configuration functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_PCCARD_Init (PCCARD_HandleTypeDef *hpccard, FMC_NAND_PCC_TimingTypeDef *ComSpaceTiming, FMC_NAND_PCC_TimingTypeDef *AttSpaceTiming, FMC_NAND_PCC_TimingTypeDef *IOSpaceTiming) |
| Perform the PCCARD memory Initialization sequence. | |
| HAL_StatusTypeDef | HAL_PCCARD_DeInit (PCCARD_HandleTypeDef *hpccard) |
| Perform the PCCARD memory De-initialization sequence. | |
| __weak void | HAL_PCCARD_MspInit (PCCARD_HandleTypeDef *hpccard) |
| PCCARD MSP Init. | |
| __weak void | HAL_PCCARD_MspDeInit (PCCARD_HandleTypeDef *hpccard) |
| PCCARD MSP DeInit. | |
Initialization and Configuration functions.
==============================================================================
##### PCCARD Initialization and de-initialization functions #####
==============================================================================
[..]
This section provides functions allowing to initialize/de-initialize
the PCCARD memory
| HAL_StatusTypeDef HAL_PCCARD_DeInit | ( | PCCARD_HandleTypeDef * | hpccard | ) |
Perform the PCCARD memory De-initialization sequence.
| hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
| HAL | status |
Definition at line 188 of file stm32f4xx_hal_pccard.c.
References HAL_PCCARD_MspDeInit(), HAL_PCCARD_STATE_RESET, PCCARD_HandleTypeDef::Instance, and PCCARD_HandleTypeDef::State.
| HAL_StatusTypeDef HAL_PCCARD_Init | ( | PCCARD_HandleTypeDef * | hpccard, |
| FMC_NAND_PCC_TimingTypeDef * | ComSpaceTiming, | ||
| FMC_NAND_PCC_TimingTypeDef * | AttSpaceTiming, | ||
| FMC_NAND_PCC_TimingTypeDef * | IOSpaceTiming | ||
| ) |
Perform the PCCARD memory Initialization sequence.
| hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
| ComSpaceTiming | Common space timing structure |
| AttSpaceTiming | Attribute space timing structure |
| IOSpaceTiming | IO space timing structure |
| HAL | status |
Definition at line 141 of file stm32f4xx_hal_pccard.c.
References HAL_PCCARD_MspInit(), HAL_PCCARD_STATE_BUSY, HAL_PCCARD_STATE_READY, HAL_PCCARD_STATE_RESET, PCCARD_HandleTypeDef::Init, PCCARD_HandleTypeDef::Instance, PCCARD_HandleTypeDef::Lock, and PCCARD_HandleTypeDef::State.
| void HAL_PCCARD_MspDeInit | ( | PCCARD_HandleTypeDef * | hpccard | ) |
PCCARD MSP DeInit.
| hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
| None |
Definition at line 226 of file stm32f4xx_hal_pccard.c.
Referenced by HAL_PCCARD_DeInit().
| void HAL_PCCARD_MspInit | ( | PCCARD_HandleTypeDef * | hpccard | ) |
PCCARD MSP Init.
| hpccard | pointer to a PCCARD_HandleTypeDef structure that contains the configuration information for PCCARD module. |
| None |
Definition at line 211 of file stm32f4xx_hal_pccard.c.
Referenced by HAL_PCCARD_Init().
1.7.6.1