Searched refs:lpm_open (Results 1 – 2 of 2) sorted by relevance
155 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()
36 …uint32_t lpm_open; // Indicates whether the open() API has been successfully calle… member