|
STM32F4xx_HAL_Driver
1.8.3
|
Data transfers functions. More...
Collaboration diagram for IO operation functions:Functions | |
| uint32_t | SDIO_ReadFIFO (SDIO_TypeDef *SDIOx) |
| Read data (word) from Rx FIFO in blocking mode (polling) More... | |
| HAL_StatusTypeDef | SDIO_WriteFIFO (SDIO_TypeDef *SDIOx, uint32_t *pWriteData) |
| Write data (word) to Tx FIFO in blocking mode (polling) More... | |
Data transfers functions.
===============================================================================
##### I/O operation functions #####
===============================================================================
[..]
This subsection provides a set of functions allowing to manage the SDMMC data
transfers.
| uint32_t SDIO_ReadFIFO | ( | SDIO_TypeDef * | SDIOx | ) |
Read data (word) from Rx FIFO in blocking mode (polling)
| SDIOx | Pointer to SDMMC register base |
| HAL | status |
Definition at line 260 of file stm32f4xx_ll_sdmmc.c.
| HAL_StatusTypeDef SDIO_WriteFIFO | ( | SDIO_TypeDef * | SDIOx, |
| uint32_t * | pWriteData | ||
| ) |
Write data (word) to Tx FIFO in blocking mode (polling)
| SDIOx | Pointer to SDMMC register base |
| pWriteData | pointer to data to write |
| HAL | status |
Definition at line 272 of file stm32f4xx_ll_sdmmc.c.