Searched refs:SDIO_CR2_RSTALL_Pos (Results 1 – 6 of 6) sorted by relevance
48 SDIO->CR2 = (1 << SDIO_CR2_RSTALL_Pos); in SDIO_Init()
691 SDIO->CR2 = (1 << SDIO_CR2_RSTALL_Pos); in swm_sdio_init()
47 SDIO->CR2 = (1 << SDIO_CR2_RSTALL_Pos); in SDIO_Init()
2560 #define SDIO_CR2_RSTALL_Pos 24 //Software Reset for All macro2561 #define SDIO_CR2_RSTALL_Msk (0x01 << SDIO_CR2_RSTALL_Pos)
2358 #define SDIO_CR2_RSTALL_Pos 24 //Software Reset for All macro2359 #define SDIO_CR2_RSTALL_Msk (0x01 << SDIO_CR2_RSTALL_Pos)
Completed in 51 milliseconds