Home
last modified time | relevance | path

Searched refs:enableIgnoreError (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdif/
Dfsl_sdif.c586 if (!(data->enableIgnoreError)) in SDIF_ReadDataPortBlocking()
635 if (!(data->enableIgnoreError)) in SDIF_WriteDataPortBlocking()
657 if (!(data->enableIgnoreError)) in SDIF_WriteDataPortBlocking()
722 if (!(data->enableIgnoreError)) in SDIF_TransferDataBlocking()
1521 if (!handle->data->enableIgnoreError) in SDIF_TransferHandleData()
1579 (!handle->data->enableIgnoreError)) in SDIF_TransferHandleDMA()
Dfsl_sdif.h315 bool enableIgnoreError; /*!< indicate if enable ignore error when transfer data */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.c441 if (!(data->enableIgnoreError)) in SDHC_ReadByDataPortBlocking()
536 if (!(data->enableIgnoreError)) in SDHC_WriteByDataPortBlocking()
557 if (!(data->enableIgnoreError)) in SDHC_WriteByDataPortBlocking()
630 if (!(data->enableIgnoreError)) in SDHC_TransferByAdma2Blocking()
738 if ((!(handle->data->enableIgnoreError)) && in SDHC_TransferHandleData()
Dfsl_sdhc.h469 bool enableIgnoreError; /*!< Enable to ignore error event to read/write all the data */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c496 if (!(data->enableIgnoreError)) in USDHC_ReadByDataPortBlocking()
614 if (!(data->enableIgnoreError)) in USDHC_WriteByDataPortBlocking()
643 if (!(data->enableIgnoreError)) in USDHC_WriteByDataPortBlocking()
771 … if ((!(data->enableIgnoreError)) || (IS_USDHC_FLAG_SET(interruptStatus, kUSDHC_DataTimeoutFlag))) in USDHC_TransferDataBlocking()
2252 if ((!(handle->data->enableIgnoreError)) && in USDHC_TransferHandleData()
2310 if ((!(handle->data->enableIgnoreError)) && in USDHC_TransferHandleData()
Dfsl_usdhc.h682 bool enableIgnoreError; /*!< Enable to ignore error event to read/write all the data. */ member
709 bool enableIgnoreError; /*!< Enable to ignore error event to read/write all the data. */ member