Home
last modified time | relevance | path

Searched refs:retMode (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_adcmic.c86 #define CY_ADCMIC_RETMODE_VALID(retMode) ((CY_ADCMIC_RETURN_STATUS == (retMode)) || \ argument
87 (CY_ADCMIC_WAIT_FOR_RESULT == (retMode)))
254 …mic_status_t Cy_ADCMic_IsEndConversion(MXS40ADCMIC_Type * base, cy_en_adcmic_return_mode_t retMode) in Cy_ADCMic_IsEndConversion() argument
256 CY_ASSERT_L3(CY_ADCMIC_RETMODE_VALID(retMode)); in Cy_ADCMic_IsEndConversion()
264 if (CY_ADCMIC_WAIT_FOR_RESULT == retMode) in Cy_ADCMic_IsEndConversion()
Dcy_sar.c747 cy_en_sar_status_t Cy_SAR_IsEndConversion(SAR_Type *base, cy_en_sar_return_mode_t retMode) in Cy_SAR_IsEndConversion() argument
749 CY_ASSERT_L3(CY_SAR_RETURN(retMode)); in Cy_SAR_IsEndConversion()
754 …uint32_t mask = ((CY_SAR_RETURN_STATUS_INJ == retMode) || (CY_SAR_WAIT_FOR_RESULT_INJ == retMode))… in Cy_SAR_IsEndConversion()
757 if ((CY_SAR_WAIT_FOR_RESULT == retMode) || (CY_SAR_WAIT_FOR_RESULT_INJ == retMode)) in Cy_SAR_IsEndConversion()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_adcmic.h955 …c_status_t Cy_ADCMic_IsEndConversion (MXS40ADCMIC_Type * base, cy_en_adcmic_return_mode_t retMode);
Dcy_sar.h1567 cy_en_sar_status_t Cy_SAR_IsEndConversion(SAR_Type *base, cy_en_sar_return_mode_t retMode);