Home
last modified time | relevance | path

Searched refs:DCTRL (Results 1 – 25 of 201) sorted by relevance

123456789

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c970 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended()
972 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_ReadExtended()
976 hsdio->Instance->DCTRL = 0U; in HAL_SDIO_ReadExtended()
1020 MODIFY_REG(hsdio->Instance->DCTRL, SDMMC_DCTRL_FIFORST, SDMMC_DCTRL_FIFORST); in HAL_SDIO_ReadExtended()
1179 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_WriteExtended()
1181 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_WriteExtended()
1185 hsdio->Instance->DCTRL = 0U; in HAL_SDIO_WriteExtended()
1225 MODIFY_REG(hsdio->Instance->DCTRL, SDMMC_DCTRL_FIFORST, SDMMC_DCTRL_FIFORST); in HAL_SDIO_WriteExtended()
1363 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended_DMA()
1365 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_ReadExtended_DMA()
[all …]
Dstm32u5xx_hal_sd.c698 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
883 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
1065 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1160 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1257 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1355 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1589 hsd->Instance->DCTRL = 0; in HAL_SD_IRQHandler()
1666 hsd->Instance->DCTRL |= SDMMC_DCTRL_FIFORST; in HAL_SD_IRQHandler()
2867 if ((hsd->Instance->DCTRL & SDMMC_DCTRL_DTDIR) == SDMMC_TRANSFER_DIR_TO_CARD) in HAL_SD_Abort()
2895 else if ((hsd->Instance->DCTRL & SDMMC_DCTRL_DTDIR) == SDMMC_TRANSFER_DIR_TO_SDMMC) in HAL_SD_Abort()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c970 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended()
972 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_ReadExtended()
976 hsdio->Instance->DCTRL = 0U; in HAL_SDIO_ReadExtended()
1020 MODIFY_REG(hsdio->Instance->DCTRL, SDMMC_DCTRL_FIFORST, SDMMC_DCTRL_FIFORST); in HAL_SDIO_ReadExtended()
1179 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_WriteExtended()
1181 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_WriteExtended()
1185 hsdio->Instance->DCTRL = 0U; in HAL_SDIO_WriteExtended()
1225 MODIFY_REG(hsdio->Instance->DCTRL, SDMMC_DCTRL_FIFORST, SDMMC_DCTRL_FIFORST); in HAL_SDIO_WriteExtended()
1363 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended_DMA()
1365 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_ReadExtended_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c970 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended()
972 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_ReadExtended()
976 hsdio->Instance->DCTRL = 0U; in HAL_SDIO_ReadExtended()
1020 MODIFY_REG(hsdio->Instance->DCTRL, SDMMC_DCTRL_FIFORST, SDMMC_DCTRL_FIFORST); in HAL_SDIO_ReadExtended()
1179 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_WriteExtended()
1181 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_WriteExtended()
1185 hsdio->Instance->DCTRL = 0U; in HAL_SDIO_WriteExtended()
1225 MODIFY_REG(hsdio->Instance->DCTRL, SDMMC_DCTRL_FIFORST, SDMMC_DCTRL_FIFORST); in HAL_SDIO_WriteExtended()
1363 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended_DMA()
1365 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_ReadExtended_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h685 #define __SDMMC_DMA_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_DMAEN)
692 #define __SDMMC_DMA_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_DMAEN)
863 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
870 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
877 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
884 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
891 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
898 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h855 #define __SDMMC_DMA_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_DMAEN)
862 #define __SDMMC_DMA_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_DMAEN)
1088 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
1095 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
1102 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
1109 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
1116 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
1123 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c628 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks()
829 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks()
1001 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_IT()
1093 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_IT()
1185 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_DMA()
1302 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_DMA()
1507 hmmc->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_MMC_IRQHandler()
1528 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_MMC_IRQHandler()
2148 hmmc->Instance->DCTRL = 0; in HAL_MMC_GetCardExtCSD()
2381 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_MMC_Abort()
[all …]
Dstm32f2xx_hal_sd.c593 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
804 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
985 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1077 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1170 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1287 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1498 hsd->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_SD_IRQHandler()
1557 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_IRQHandler()
2296 CLEAR_BIT(hsd->Instance->DCTRL, SDIO_DCTRL_DTEN); in HAL_SD_Abort()
2301 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_Abort()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c628 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks()
829 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks()
1001 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_IT()
1093 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_IT()
1185 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_DMA()
1302 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_DMA()
1507 hmmc->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_MMC_IRQHandler()
1528 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_MMC_IRQHandler()
2148 hmmc->Instance->DCTRL = 0; in HAL_MMC_GetCardExtCSD()
2381 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_MMC_Abort()
[all …]
Dstm32f1xx_hal_sd.c593 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
804 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
985 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1077 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1170 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1287 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1498 hsd->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_SD_IRQHandler()
1557 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_IRQHandler()
2296 CLEAR_BIT(hsd->Instance->DCTRL, SDIO_DCTRL_DTEN); in HAL_SD_Abort()
2301 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_Abort()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c628 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks()
829 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks()
1001 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_IT()
1093 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_IT()
1185 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_DMA()
1302 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_DMA()
1508 hmmc->Instance->DCTRL &= ~(SDMMC_DCTRL_DTEN); in HAL_MMC_IRQHandler()
1529 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDMMC_DCTRL_DMAEN); in HAL_MMC_IRQHandler()
2149 hmmc->Instance->DCTRL = 0; in HAL_MMC_GetCardExtCSD()
2382 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDMMC_DCTRL_DMAEN); in HAL_MMC_Abort()
[all …]
Dstm32f7xx_hal_sd.c598 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
809 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
990 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1082 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1175 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1292 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1503 hsd->Instance->DCTRL &= ~(SDMMC_DCTRL_DTEN); in HAL_SD_IRQHandler()
1562 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDMMC_DCTRL_DMAEN); in HAL_SD_IRQHandler()
2301 CLEAR_BIT(hsd->Instance->DCTRL, SDMMC_DCTRL_DTEN); in HAL_SD_Abort()
2306 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDMMC_DCTRL_DMAEN); in HAL_SD_Abort()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_sdmmc.h881 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
888 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
895 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
902 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
909 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
916 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c730 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
953 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
1144 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1243 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1351 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1482 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1720 hsd->Instance->DCTRL &= ~(SDMMC_DCTRL_DTEN); in HAL_SD_IRQHandler()
1765 hsd->Instance->DCTRL = 0; in HAL_SD_IRQHandler()
1819 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDMMC_DCTRL_DMAEN); in HAL_SD_IRQHandler()
1871 hsd->Instance->DCTRL |= SDMMC_DCTRL_FIFORST; in HAL_SD_IRQHandler()
[all …]
Dstm32l4xx_hal_mmc.c671 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks()
891 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks()
1086 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_IT()
1185 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_IT()
1293 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_DMA()
1429 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_DMA()
1659 hmmc->Instance->DCTRL &= ~(SDMMC_DCTRL_DTEN); in HAL_MMC_IRQHandler()
1669 hmmc->Instance->DCTRL = 0; in HAL_MMC_IRQHandler()
1724 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDMMC_DCTRL_DMAEN); in HAL_MMC_IRQHandler()
1818 hmmc->Instance->DCTRL |= SDMMC_DCTRL_FIFORST; in HAL_MMC_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_sdmmc.h916 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
923 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
930 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
937 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
944 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
951 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c628 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks()
833 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks()
1009 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_IT()
1105 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_IT()
1201 hmmc->Instance->DCTRL = 0U; in HAL_MMC_ReadBlocks_DMA()
1322 hmmc->Instance->DCTRL = 0U; in HAL_MMC_WriteBlocks_DMA()
1537 hmmc->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_MMC_IRQHandler()
1558 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_MMC_IRQHandler()
2197 hmmc->Instance->DCTRL = 0; in HAL_MMC_GetCardExtCSD()
2430 hmmc->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_MMC_Abort()
[all …]
Dstm32f4xx_hal_sd.c598 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
817 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
1006 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1102 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1199 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1320 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1545 hsd->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_SD_IRQHandler()
1604 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_IRQHandler()
2362 CLEAR_BIT(hsd->Instance->DCTRL, SDIO_DCTRL_DTEN); in HAL_SD_Abort()
2367 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_Abort()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c598 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
813 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
994 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1090 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1183 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1300 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1511 hsd->Instance->DCTRL &= ~(SDIO_DCTRL_DTEN); in HAL_SD_IRQHandler()
1570 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_IRQHandler()
2313 CLEAR_BIT(hsd->Instance->DCTRL, SDIO_DCTRL_DTEN); in HAL_SD_Abort()
2318 hsd->Instance->DCTRL &= (uint32_t)~((uint32_t)SDIO_DCTRL_DMAEN); in HAL_SD_Abort()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_sdmmc.h936 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
943 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
950 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
957 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
964 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
971 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_sdmmc.h1090 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
1097 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
1104 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
1111 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
1118 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
1125 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_sdmmc.h938 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
945 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
952 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
959 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
966 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
973 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_sdmmc.h1068 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
1075 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
1082 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
1089 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
1096 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
1103 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_sdmmc.h1090 #define __SDMMC_START_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTART)
1097 #define __SDMMC_START_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTAR…
1104 #define __SDMMC_STOP_READWAIT_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_RWSTOP)
1111 #define __SDMMC_STOP_READWAIT_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_RWSTOP)
1118 #define __SDMMC_OPERATION_ENABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL |= SDMMC_DCTRL_SDIOEN)
1125 #define __SDMMC_OPERATION_DISABLE(__INSTANCE__) ((__INSTANCE__)->DCTRL &= ~SDMMC_DCTRL_SDIOEN)
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c702 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks()
887 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks()
1069 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_IT()
1164 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_IT()
1261 hsd->Instance->DCTRL = 0U; in HAL_SD_ReadBlocks_DMA()
1359 hsd->Instance->DCTRL = 0U; in HAL_SD_WriteBlocks_DMA()
1593 hsd->Instance->DCTRL = 0; in HAL_SD_IRQHandler()
1670 hsd->Instance->DCTRL |= SDMMC_DCTRL_FIFORST; in HAL_SD_IRQHandler()
2910 if ((hsd->Instance->DCTRL & SDMMC_DCTRL_DTDIR) == SDMMC_TRANSFER_DIR_TO_CARD) in HAL_SD_Abort()
2938 else if ((hsd->Instance->DCTRL & SDMMC_DCTRL_DTDIR) == SDMMC_TRANSFER_DIR_TO_SDMMC) in HAL_SD_Abort()
[all …]

123456789