Functions | |
void | HAL_MMC_AbortCallback (MMC_HandleTypeDef *hmmc) |
HAL_StatusTypeDef | HAL_MMC_Erase (MMC_HandleTypeDef *hmmc, uint32_t BlockStartAdd, uint32_t BlockEndAdd) |
void | HAL_MMC_ErrorCallback (MMC_HandleTypeDef *hmmc) |
void | HAL_MMC_IRQHandler (MMC_HandleTypeDef *hmmc) |
HAL_StatusTypeDef | HAL_MMC_ReadBlocks (MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t Timeout) |
HAL_StatusTypeDef | HAL_MMC_ReadBlocks_DMA (MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) |
HAL_StatusTypeDef | HAL_MMC_ReadBlocks_IT (MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) |
void | HAL_MMC_RxCpltCallback (MMC_HandleTypeDef *hmmc) |
void | HAL_MMC_TxCpltCallback (MMC_HandleTypeDef *hmmc) |
HAL_StatusTypeDef | HAL_MMC_WriteBlocks (MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t Timeout) |
HAL_StatusTypeDef | HAL_MMC_WriteBlocks_DMA (MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) |
HAL_StatusTypeDef | HAL_MMC_WriteBlocks_IT (MMC_HandleTypeDef *hmmc, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) |
void HAL_MMC_AbortCallback | ( | MMC_HandleTypeDef * | hmmc | ) |
HAL_StatusTypeDef HAL_MMC_Erase | ( | MMC_HandleTypeDef * | hmmc, |
uint32_t | BlockStartAdd, | ||
uint32_t | BlockEndAdd | ||
) |
void HAL_MMC_ErrorCallback | ( | MMC_HandleTypeDef * | hmmc | ) |
void HAL_MMC_IRQHandler | ( | MMC_HandleTypeDef * | hmmc | ) |
HAL_StatusTypeDef HAL_MMC_ReadBlocks | ( | MMC_HandleTypeDef * | hmmc, |
uint8_t * | pData, | ||
uint32_t | BlockAdd, | ||
uint32_t | NumberOfBlocks, | ||
uint32_t | Timeout | ||
) |
HAL_StatusTypeDef HAL_MMC_ReadBlocks_DMA | ( | MMC_HandleTypeDef * | hmmc, |
uint8_t * | pData, | ||
uint32_t | BlockAdd, | ||
uint32_t | NumberOfBlocks | ||
) |
HAL_StatusTypeDef HAL_MMC_ReadBlocks_IT | ( | MMC_HandleTypeDef * | hmmc, |
uint8_t * | pData, | ||
uint32_t | BlockAdd, | ||
uint32_t | NumberOfBlocks | ||
) |
void HAL_MMC_RxCpltCallback | ( | MMC_HandleTypeDef * | hmmc | ) |
void HAL_MMC_TxCpltCallback | ( | MMC_HandleTypeDef * | hmmc | ) |
HAL_StatusTypeDef HAL_MMC_WriteBlocks | ( | MMC_HandleTypeDef * | hmmc, |
uint8_t * | pData, | ||
uint32_t | BlockAdd, | ||
uint32_t | NumberOfBlocks, | ||
uint32_t | Timeout | ||
) |
HAL_StatusTypeDef HAL_MMC_WriteBlocks_DMA | ( | MMC_HandleTypeDef * | hmmc, |
uint8_t * | pData, | ||
uint32_t | BlockAdd, | ||
uint32_t | NumberOfBlocks | ||
) |
HAL_StatusTypeDef HAL_MMC_WriteBlocks_IT | ( | MMC_HandleTypeDef * | hmmc, |
uint8_t * | pData, | ||
uint32_t | BlockAdd, | ||
uint32_t | NumberOfBlocks | ||
) |