Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c155 FSP_ERROR_RETURN(LPM_OPEN != p_ctrl->lpm_open, FSP_ERR_ALREADY_OPEN); in R_LPM_Open()
164 p_ctrl->lpm_open = LPM_OPEN; in R_LPM_Open()
202 FSP_ERROR_RETURN(LPM_OPEN == p_ctrl->lpm_open, FSP_ERR_NOT_OPEN); in R_LPM_LowPowerReconfigure()
232 FSP_ERROR_RETURN(LPM_OPEN == p_ctrl->lpm_open, FSP_ERR_NOT_OPEN); in R_LPM_LowPowerModeEnter()
354 FSP_ERROR_RETURN(LPM_OPEN == p_ctrl->lpm_open, FSP_ERR_NOT_OPEN); in R_LPM_Close()
357 p_ctrl->lpm_open = 0; in R_LPM_Close()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_lpm.h36 …uint32_t lpm_open; // Indicates whether the open() API has been successfully calle… member