/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sdio.c | 970 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended() 972 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; 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() 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() 1495 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_WriteExtended_DMA() 1497 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_WriteExtended_DMA() 1658 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_IRQHandler() 1660 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sdio.c | 970 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended() 972 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; 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() 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() 1495 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_WriteExtended_DMA() 1497 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_WriteExtended_DMA() 1658 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_IRQHandler() 1660 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sdio.c | 970 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_ReadExtended() 972 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; 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() 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() 1495 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_WriteExtended_DMA() 1497 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_WriteExtended_DMA() 1658 if ((hsdio->Instance->DCTRL & SDMMC_DCTRL_SDIOEN) != 0U) in HAL_SDIO_IRQHandler() 1660 hsdio->Instance->DCTRL = SDMMC_DCTRL_SDIOEN; in HAL_SDIO_IRQHandler() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_sdmmc.h | 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/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_sdmmc.h | 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/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_sdmmc.h | 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/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_sdmmc.h | 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/ |
D | stm32u5xx_ll_sdmmc.h | 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/ |
D | stm32h7rsxx_ll_sdmmc.h | 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/ |
D | stm32h7xx_ll_sdmmc.h | 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/ |
D | stm32n6xx_ll_sdmmc.h | 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/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_sdmmc.h | 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/stm32f7xx/soc/ |
D | stm32f723xx.h | 11431 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32f722xx.h | 11409 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32f730xx.h | 11654 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32f733xx.h | 11654 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32f732xx.h | 11632 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32f750xx.h | 13146 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l433xx.h | 11647 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32l451xx.h | 11702 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32l431xx.h | 11418 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32l443xx.h | 11872 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32l471xx.h | 12690 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32l452xx.h | 11780 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|
D | stm32l462xx.h | 12005 #define SDMMC_DCTRL_SDIOEN SDMMC_DCTRL_SDIOEN_Msk /*!<SD I/O enable fu… macro
|