Home
last modified time | relevance | path

Searched refs:channel_opened (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_dac/
Dr_dac.c101 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()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_dac.h48 uint32_t channel_opened; // DAC Driver ID member