Searched refs:ADC_OPEN (Results 1 – 1 of 1) sorted by relevance
31 #define ADC_OPEN (0x52414443U) macro197 FSP_ERROR_RETURN(ADC_OPEN != p_instance_ctrl->opened, FSP_ERR_ALREADY_OPEN); in R_ADC_Open()237 p_instance_ctrl->opened = ADC_OPEN; in R_ADC_Open()262 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_ScanCfg()297 FSP_ERROR_RETURN(ADC_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_CallbackSet()354 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_ScanStart()355 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->initialized, FSP_ERR_NOT_INITIALIZED); in R_ADC_ScanStart()402 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_ScanStop()403 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->initialized, FSP_ERR_NOT_INITIALIZED); in R_ADC_ScanStop()427 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_StatusGet()[all …]