Home
last modified time | relevance | path

Searched refs:hsd (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c293 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
294 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
295 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
296 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
297 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
298 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
299 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
300 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
301 static void SD_Write_IT(SD_HandleTypeDef *hsd);
302 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
Dstm32l5xx_hal_sd_ex.c83 HAL_StatusTypeDef HAL_SDEx_ConfigDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t *pDataBuffer0, uint… in HAL_SDEx_ConfigDMAMultiBuffer() argument
86 if (hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ConfigDMAMultiBuffer()
88 hsd->Instance->IDMABASE0 = (uint32_t) pDataBuffer0; in HAL_SDEx_ConfigDMAMultiBuffer()
89 hsd->Instance->IDMABASE1 = (uint32_t) pDataBuffer1; in HAL_SDEx_ConfigDMAMultiBuffer()
90 hsd->Instance->IDMABSIZE = (uint32_t)(BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
109 HAL_StatusTypeDef HAL_SDEx_ReadBlocksDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t BlockAdd, uint3… in HAL_SDEx_ReadBlocksDMAMultiBuffer() argument
117 if (hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
119 if ((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
121 hsd->ErrorCode |= HAL_SD_ERROR_ADDR_OUT_OF_RANGE; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
125 DmaBase0_reg = hsd->Instance->IDMABASE0; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c306 static uint32_t SD_InitCard (SD_HandleTypeDef *hsd);
307 static uint32_t SD_PowerON (SD_HandleTypeDef *hsd);
308 static uint32_t SD_SendSDStatus (SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
309 static uint32_t SD_SendStatus (SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
310 static uint32_t SD_WideBus_Enable (SD_HandleTypeDef *hsd);
311 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
312 static uint32_t SD_FindSCR (SD_HandleTypeDef *hsd, uint32_t *pSCR);
313 static void SD_PowerOFF (SD_HandleTypeDef *hsd);
314 static void SD_Write_IT (SD_HandleTypeDef *hsd);
315 static void SD_Read_IT (SD_HandleTypeDef *hsd);
[all …]
Dstm32l4xx_hal_sd_ex.c57 extern uint32_t SD_HighSpeed(SD_HandleTypeDef *hsd);
85 uint32_t HAL_SDEx_HighSpeed(SD_HandleTypeDef *hsd) in HAL_SDEx_HighSpeed() argument
87 return SD_HighSpeed (hsd); in HAL_SDEx_HighSpeed()
132 HAL_StatusTypeDef HAL_SDEx_ConfigDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t *pDataBuffer0, uint… in HAL_SDEx_ConfigDMAMultiBuffer() argument
134 if(hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ConfigDMAMultiBuffer()
136 hsd->Instance->IDMABASE0= (uint32_t) pDataBuffer0; in HAL_SDEx_ConfigDMAMultiBuffer()
137 hsd->Instance->IDMABASE1= (uint32_t) pDataBuffer1; in HAL_SDEx_ConfigDMAMultiBuffer()
138 hsd->Instance->IDMABSIZE= (uint32_t) (BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
156 HAL_StatusTypeDef HAL_SDEx_ReadBlocksDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t BlockAdd, uint3… in HAL_SDEx_ReadBlocksDMAMultiBuffer() argument
163 if(hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c290 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
291 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
292 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
293 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
294 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
295 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
296 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
297 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
298 static void SD_Write_IT(SD_HandleTypeDef *hsd);
299 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c290 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
291 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
292 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
293 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
294 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
295 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
296 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
297 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
298 static void SD_Write_IT(SD_HandleTypeDef *hsd);
299 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c293 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
294 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
295 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
296 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
297 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
298 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
299 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
300 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
301 static void SD_Write_IT(SD_HandleTypeDef *hsd);
302 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
Dstm32h7xx_hal_sd_ex.c83 HAL_StatusTypeDef HAL_SDEx_ConfigDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t *pDataBuffer0, uint… in HAL_SDEx_ConfigDMAMultiBuffer() argument
86 if (hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ConfigDMAMultiBuffer()
88 hsd->Instance->IDMABASE0 = (uint32_t) pDataBuffer0; in HAL_SDEx_ConfigDMAMultiBuffer()
89 hsd->Instance->IDMABASE1 = (uint32_t) pDataBuffer1; in HAL_SDEx_ConfigDMAMultiBuffer()
90 hsd->Instance->IDMABSIZE = (uint32_t)(BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
109 HAL_StatusTypeDef HAL_SDEx_ReadBlocksDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t BlockAdd, uint3… in HAL_SDEx_ReadBlocksDMAMultiBuffer() argument
117 if (hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
119 if ((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
121 hsd->ErrorCode |= HAL_SD_ERROR_ADDR_OUT_OF_RANGE; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
125 DmaBase0_reg = hsd->Instance->IDMABASE0; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c290 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
291 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
292 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
293 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
294 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
295 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
296 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
297 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
298 static void SD_Write_IT(SD_HandleTypeDef *hsd);
299 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c290 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
291 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
292 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
293 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
294 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
295 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
296 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
297 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
298 static void SD_Write_IT(SD_HandleTypeDef *hsd);
299 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c290 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
291 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
292 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
293 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
294 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
295 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
296 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
297 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
298 static void SD_Write_IT(SD_HandleTypeDef *hsd);
299 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c233 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
234 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
235 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
236 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
237 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
238 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
239 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
240 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
241 static void SD_Write_IT(SD_HandleTypeDef *hsd);
242 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
Dstm32mp1xx_hal_sd_ex.c83 HAL_StatusTypeDef HAL_SDEx_ConfigDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t *pDataBuffer0, uint… in HAL_SDEx_ConfigDMAMultiBuffer() argument
85 if(hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ConfigDMAMultiBuffer()
87 hsd->Instance->IDMABASE0= (uint32_t) pDataBuffer0; in HAL_SDEx_ConfigDMAMultiBuffer()
88 hsd->Instance->IDMABASE1= (uint32_t) pDataBuffer1; in HAL_SDEx_ConfigDMAMultiBuffer()
89 hsd->Instance->IDMABSIZE= (uint32_t) (BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
107 HAL_StatusTypeDef HAL_SDEx_ReadBlocksDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t BlockAdd, uint3… in HAL_SDEx_ReadBlocksDMAMultiBuffer() argument
114 if(hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
116 if((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
118 hsd->ErrorCode |= HAL_SD_ERROR_ADDR_OUT_OF_RANGE; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
122 DmaBase0_reg = hsd->Instance->IDMABASE0; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_sd.c292 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
293 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
294 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
295 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
296 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
297 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
298 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
299 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
300 static void SD_Write_IT(SD_HandleTypeDef *hsd);
301 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
Dstm32h5xx_hal_sd_ex.c199 HAL_StatusTypeDef HAL_SDEx_DMALinkedList_ReadBlocks(SD_HandleTypeDef *hsd, SDMMC_DMALinkedListTypeD… in HAL_SDEx_DMALinkedList_ReadBlocks() argument
208 if (hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_DMALinkedList_ReadBlocks()
210 if ((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_DMALinkedList_ReadBlocks()
212 hsd->ErrorCode |= HAL_SD_ERROR_ADDR_OUT_OF_RANGE; in HAL_SDEx_DMALinkedList_ReadBlocks()
216 hsd->Instance->IDMABASER = (uint32_t) pLinkedList->pHeadNode->IDMABASER; in HAL_SDEx_DMALinkedList_ReadBlocks()
217 hsd->Instance->IDMABSIZE = (uint32_t) pLinkedList->pHeadNode->IDMABSIZE; in HAL_SDEx_DMALinkedList_ReadBlocks()
219 hsd->Instance->IDMABAR = (uint32_t) pLinkedList->pHeadNode; in HAL_SDEx_DMALinkedList_ReadBlocks()
220hsd->Instance->IDMALAR = (uint32_t) SDMMC_IDMALAR_ABR | SDMMC_IDMALAR_ULS | SDMMC_IDMALAR_ULA | in HAL_SDEx_DMALinkedList_ReadBlocks()
223 DmaBase0_reg = hsd->Instance->IDMABASER; in HAL_SDEx_DMALinkedList_ReadBlocks()
224 DmaBase1_reg = hsd->Instance->IDMABAR; in HAL_SDEx_DMALinkedList_ReadBlocks()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c292 static uint32_t SD_InitCard(SD_HandleTypeDef *hsd);
293 static uint32_t SD_PowerON(SD_HandleTypeDef *hsd);
294 static uint32_t SD_SendSDStatus(SD_HandleTypeDef *hsd, uint32_t *pSDstatus);
295 static uint32_t SD_SendStatus(SD_HandleTypeDef *hsd, uint32_t *pCardStatus);
296 static uint32_t SD_WideBus_Enable(SD_HandleTypeDef *hsd);
297 static uint32_t SD_WideBus_Disable(SD_HandleTypeDef *hsd);
298 static uint32_t SD_FindSCR(SD_HandleTypeDef *hsd, uint32_t *pSCR);
299 static void SD_PowerOFF(SD_HandleTypeDef *hsd);
300 static void SD_Write_IT(SD_HandleTypeDef *hsd);
301 static void SD_Read_IT(SD_HandleTypeDef *hsd);
[all …]
Dstm32u5xx_hal_sd_ex.c199 HAL_StatusTypeDef HAL_SDEx_DMALinkedList_ReadBlocks(SD_HandleTypeDef *hsd, SDMMC_DMALinkedListTypeD… in HAL_SDEx_DMALinkedList_ReadBlocks() argument
208 if (hsd->State == HAL_SD_STATE_READY) in HAL_SDEx_DMALinkedList_ReadBlocks()
210 if ((add + NumberOfBlocks) > (hsd->SdCard.LogBlockNbr)) in HAL_SDEx_DMALinkedList_ReadBlocks()
212 hsd->ErrorCode |= HAL_SD_ERROR_ADDR_OUT_OF_RANGE; in HAL_SDEx_DMALinkedList_ReadBlocks()
216 hsd->Instance->IDMABASER = (uint32_t) pLinkedList->pHeadNode->IDMABASER; in HAL_SDEx_DMALinkedList_ReadBlocks()
217 hsd->Instance->IDMABSIZE = (uint32_t) pLinkedList->pHeadNode->IDMABSIZE; in HAL_SDEx_DMALinkedList_ReadBlocks()
219 hsd->Instance->IDMABAR = (uint32_t) pLinkedList->pHeadNode; in HAL_SDEx_DMALinkedList_ReadBlocks()
220hsd->Instance->IDMALAR = (uint32_t) SDMMC_IDMALAR_ABR | SDMMC_IDMALAR_ULS | SDMMC_IDMALAR_ULA | in HAL_SDEx_DMALinkedList_ReadBlocks()
223 DmaBase0_reg = hsd->Instance->IDMABASER; in HAL_SDEx_DMALinkedList_ReadBlocks()
224 DmaBase1_reg = hsd->Instance->IDMABAR; in HAL_SDEx_DMALinkedList_ReadBlocks()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sd.h150 void (* TxCpltCallback)(struct __SD_HandleTypeDef *hsd);
151 void (* RxCpltCallback)(struct __SD_HandleTypeDef *hsd);
152 void (* ErrorCallback)(struct __SD_HandleTypeDef *hsd);
153 void (* AbortCpltCallback)(struct __SD_HandleTypeDef *hsd);
154 void (* Read_DMADblBuf0CpltCallback)(struct __SD_HandleTypeDef *hsd);
155 void (* Read_DMADblBuf1CpltCallback)(struct __SD_HandleTypeDef *hsd);
156 void (* Write_DMADblBuf0CpltCallback)(struct __SD_HandleTypeDef *hsd);
157 void (* Write_DMADblBuf1CpltCallback)(struct __SD_HandleTypeDef *hsd);
162 void (* MspInitCallback)(struct __SD_HandleTypeDef *hsd);
163 void (* MspDeInitCallback)(struct __SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sd.h147 void (* TxCpltCallback) (struct __SD_HandleTypeDef *hsd);
148 void (* RxCpltCallback) (struct __SD_HandleTypeDef *hsd);
149 void (* ErrorCallback) (struct __SD_HandleTypeDef *hsd);
150 void (* AbortCpltCallback) (struct __SD_HandleTypeDef *hsd);
151 void (* Read_DMADblBuf0CpltCallback) (struct __SD_HandleTypeDef *hsd);
152 void (* Read_DMADblBuf1CpltCallback) (struct __SD_HandleTypeDef *hsd);
153 void (* Write_DMADblBuf0CpltCallback) (struct __SD_HandleTypeDef *hsd);
154 void (* Write_DMADblBuf1CpltCallback) (struct __SD_HandleTypeDef *hsd);
160 void (* MspInitCallback) (struct __SD_HandleTypeDef *hsd);
161 void (* MspDeInitCallback) (struct __SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_sd.h150 void (* TxCpltCallback)(struct __SD_HandleTypeDef *hsd);
151 void (* RxCpltCallback)(struct __SD_HandleTypeDef *hsd);
152 void (* ErrorCallback)(struct __SD_HandleTypeDef *hsd);
153 void (* AbortCpltCallback)(struct __SD_HandleTypeDef *hsd);
154 void (* Read_DMADblBuf0CpltCallback)(struct __SD_HandleTypeDef *hsd);
155 void (* Read_DMADblBuf1CpltCallback)(struct __SD_HandleTypeDef *hsd);
156 void (* Write_DMADblBuf0CpltCallback)(struct __SD_HandleTypeDef *hsd);
157 void (* Write_DMADblBuf1CpltCallback)(struct __SD_HandleTypeDef *hsd);
162 void (* MspInitCallback)(struct __SD_HandleTypeDef *hsd);
163 void (* MspDeInitCallback)(struct __SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_sd.h160 void (* TxCpltCallback) (struct __SD_HandleTypeDef *hsd);
161 void (* RxCpltCallback) (struct __SD_HandleTypeDef *hsd);
162 void (* ErrorCallback) (struct __SD_HandleTypeDef *hsd);
163 void (* AbortCpltCallback) (struct __SD_HandleTypeDef *hsd);
165 void (* Read_DMADblBuf0CpltCallback) (struct __SD_HandleTypeDef *hsd);
166 void (* Read_DMADblBuf1CpltCallback) (struct __SD_HandleTypeDef *hsd);
167 void (* Write_DMADblBuf0CpltCallback) (struct __SD_HandleTypeDef *hsd);
168 void (* Write_DMADblBuf1CpltCallback) (struct __SD_HandleTypeDef *hsd);
173 void (* MspInitCallback) (struct __SD_HandleTypeDef *hsd);
174 void (* MspDeInitCallback) (struct __SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_sd.h151 void (* TxCpltCallback)(struct __SD_HandleTypeDef *hsd);
152 void (* RxCpltCallback)(struct __SD_HandleTypeDef *hsd);
153 void (* ErrorCallback)(struct __SD_HandleTypeDef *hsd);
154 void (* AbortCpltCallback)(struct __SD_HandleTypeDef *hsd);
155 void (* Read_DMALnkLstBufCpltCallback)(struct __SD_HandleTypeDef *hsd);
156 void (* Write_DMALnkLstBufCpltCallback)(struct __SD_HandleTypeDef *hsd);
161 void (* MspInitCallback)(struct __SD_HandleTypeDef *hsd);
162 void (* MspDeInitCallback)(struct __SD_HandleTypeDef *hsd);
284 typedef void (*pSD_CallbackTypeDef)(SD_HandleTypeDef *hsd);
619 HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_sd.h151 void (* TxCpltCallback)(struct __SD_HandleTypeDef *hsd);
152 void (* RxCpltCallback)(struct __SD_HandleTypeDef *hsd);
153 void (* ErrorCallback)(struct __SD_HandleTypeDef *hsd);
154 void (* AbortCpltCallback)(struct __SD_HandleTypeDef *hsd);
155 void (* Read_DMALnkLstBufCpltCallback)(struct __SD_HandleTypeDef *hsd);
156 void (* Write_DMALnkLstBufCpltCallback)(struct __SD_HandleTypeDef *hsd);
161 void (* MspInitCallback)(struct __SD_HandleTypeDef *hsd);
162 void (* MspDeInitCallback)(struct __SD_HandleTypeDef *hsd);
284 typedef void (*pSD_CallbackTypeDef)(SD_HandleTypeDef *hsd);
619 HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_sd.h151 void (* TxCpltCallback) (struct __SD_HandleTypeDef *hsd);
152 void (* RxCpltCallback) (struct __SD_HandleTypeDef *hsd);
153 void (* ErrorCallback) (struct __SD_HandleTypeDef *hsd);
154 void (* AbortCpltCallback) (struct __SD_HandleTypeDef *hsd);
156 void (* MspInitCallback) (struct __SD_HandleTypeDef *hsd);
157 void (* MspDeInitCallback) (struct __SD_HandleTypeDef *hsd);
275 typedef void (*pSD_CallbackTypeDef) (SD_HandleTypeDef *hsd);
595 HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
596 HAL_StatusTypeDef HAL_SD_InitCard(SD_HandleTypeDef *hsd);
597 HAL_StatusTypeDef HAL_SD_DeInit (SD_HandleTypeDef *hsd);
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_sd.h152 void (* TxCpltCallback) (struct __SD_HandleTypeDef *hsd);
153 void (* RxCpltCallback) (struct __SD_HandleTypeDef *hsd);
154 void (* ErrorCallback) (struct __SD_HandleTypeDef *hsd);
155 void (* AbortCpltCallback) (struct __SD_HandleTypeDef *hsd);
157 void (* MspInitCallback) (struct __SD_HandleTypeDef *hsd);
158 void (* MspDeInitCallback) (struct __SD_HandleTypeDef *hsd);
276 typedef void (*pSD_CallbackTypeDef) (SD_HandleTypeDef *hsd);
596 HAL_StatusTypeDef HAL_SD_Init(SD_HandleTypeDef *hsd);
597 HAL_StatusTypeDef HAL_SD_InitCard(SD_HandleTypeDef *hsd);
598 HAL_StatusTypeDef HAL_SD_DeInit (SD_HandleTypeDef *hsd);
[all …]

12