Searched refs:ui32CmdInhibitMask (Results 1 – 1 of 1) sorted by relevance
186 uint32_t ui32CmdInhibitMask; in am_hal_sdhc_check_cmd_inhibit() local191 ui32CmdInhibitMask = SDIO_PRESENT_CMDINHCMD_Msk | SDIO_PRESENT_CMDINHDAT_Msk; in am_hal_sdhc_check_cmd_inhibit()195 ui32CmdInhibitMask &= ~SDIO_PRESENT_CMDINHDAT_Msk; in am_hal_sdhc_check_cmd_inhibit()198 if ( am_hal_delay_us_status_check(100, (uint32_t)&pSDHC->PRESENT, ui32CmdInhibitMask, in am_hal_sdhc_check_cmd_inhibit()199 ui32CmdInhibitMask, false) == AM_HAL_STATUS_TIMEOUT ) in am_hal_sdhc_check_cmd_inhibit()