Searched refs:retMode (Results 1 – 4 of 4) sorted by relevance
86 #define CY_ADCMIC_RETMODE_VALID(retMode) ((CY_ADCMIC_RETURN_STATUS == (retMode)) || \ argument87 (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() argument256 CY_ASSERT_L3(CY_ADCMIC_RETMODE_VALID(retMode)); in Cy_ADCMic_IsEndConversion()264 if (CY_ADCMIC_WAIT_FOR_RESULT == retMode) in Cy_ADCMic_IsEndConversion()
747 cy_en_sar_status_t Cy_SAR_IsEndConversion(SAR_Type *base, cy_en_sar_return_mode_t retMode) in Cy_SAR_IsEndConversion() argument749 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()
955 …c_status_t Cy_ADCMic_IsEndConversion (MXS40ADCMIC_Type * base, cy_en_adcmic_return_mode_t retMode);
1567 cy_en_sar_status_t Cy_SAR_IsEndConversion(SAR_Type *base, cy_en_sar_return_mode_t retMode);