Searched refs:channel_opened (Results 1 – 2 of 2) sorted by relevance
101 FSP_ERROR_RETURN(false == p_ctrl->channel_opened, FSP_ERR_ALREADY_OPEN); in R_DAC_Open()212 p_ctrl->channel_opened = DAC_OPEN; in R_DAC_Open()234 FSP_ERROR_RETURN(p_ctrl->channel_opened, FSP_ERR_NOT_OPEN); in R_DAC_Write()261 FSP_ERROR_RETURN(p_ctrl->channel_opened, FSP_ERR_NOT_OPEN); in R_DAC_Start()368 FSP_ERROR_RETURN(p_ctrl->channel_opened, FSP_ERR_NOT_OPEN); in R_DAC_Stop()399 FSP_ERROR_RETURN(p_ctrl->channel_opened, FSP_ERR_NOT_OPEN); in R_DAC_Close()424 p_ctrl->channel_opened = 0U; in R_DAC_Close()
48 uint32_t channel_opened; // DAC Driver ID member