Searched refs:cmd_io_ext (Results 1 – 1 of 1) sorted by relevance
140 uint32_t cmd_io_ext = SDIOx->MMCIOMBCTL in SDIO_ExecuteCmd() local149 cmd_io_ext |= SDIO_MMCIOMBCTL_SMBDTD_MASK; in SDIO_ExecuteCmd()154 SDIOx->MMCIOMBCTL = cmd_io_ext | SDIO_MMCIOMBCTL_SPMBDTR_MASK; in SDIO_ExecuteCmd()178 SDIOx->MMCIOMBCTL = cmd_io_ext; in SDIO_ExecuteCmd()190 uint32_t cmd_io_ext = SDIOx->MMCIOMBCTL in SDIO_ExecuteData() local208 cmd_io_ext |= SDIO_MMCIOMBCTL_SPMBDTR_MASK; in SDIO_ExecuteData()215 cmd_io_ext |= SDIO_MMCIOMBCTL_SPMBDTR_MASK | SDIO_MMCIOMBCTL_SMBDTD_MASK; in SDIO_ExecuteData()219 SDIOx->MMCIOMBCTL = cmd_io_ext; in SDIO_ExecuteData()
Completed in 4 milliseconds