Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_dtc/
Dr_dtc.c18 #define DTC_OPEN (0x44544300) macro
141 FSP_ERROR_RETURN(p_ctrl->open != DTC_OPEN, FSP_ERR_ALREADY_OPEN); in R_DTC_Open()
171 p_ctrl->open = DTC_OPEN; in R_DTC_Open()
194 FSP_ERROR_RETURN(p_ctrl->open == DTC_OPEN, FSP_ERR_NOT_OPEN); in R_DTC_Reconfigure()
233 FSP_ERROR_RETURN(p_ctrl->open == DTC_OPEN, FSP_ERR_NOT_OPEN); in R_DTC_Reset()
336 FSP_ERROR_RETURN(p_ctrl->open == DTC_OPEN, FSP_ERR_NOT_OPEN); in R_DTC_Enable()
355 FSP_ERROR_RETURN(p_ctrl->open == DTC_OPEN, FSP_ERR_NOT_OPEN); in R_DTC_Disable()
377 FSP_ERROR_RETURN(p_ctrl->open == DTC_OPEN, FSP_ERR_NOT_OPEN); in R_DTC_InfoGet()
462 FSP_ERROR_RETURN(p_ctrl->open == DTC_OPEN, FSP_ERR_NOT_OPEN); in R_DTC_Close()