Searched refs:lpm_ctrl_t (Results 1 – 3 of 3) sorted by relevance
50 fsp_err_t R_LPM_Open(lpm_ctrl_t * const p_api_ctrl, lpm_cfg_t const * const p_cfg);51 fsp_err_t R_LPM_Close(lpm_ctrl_t * const p_api_ctrl);52 fsp_err_t R_LPM_LowPowerReconfigure(lpm_ctrl_t * const p_api_ctrl, lpm_cfg_t const * const p_cfg);53 fsp_err_t R_LPM_LowPowerModeEnter(lpm_ctrl_t * const p_api_ctrl);54 fsp_err_t R_LPM_IoKeepClear(lpm_ctrl_t * const p_api_ctrl);
531 typedef void lpm_ctrl_t; typedef539 fsp_err_t (* open)(lpm_ctrl_t * const p_ctrl, lpm_cfg_t const * const p_cfg);543 fsp_err_t (* close)(lpm_ctrl_t * const p_ctrl);549 fsp_err_t (* lowPowerReconfigure)(lpm_ctrl_t * const p_ctrl, lpm_cfg_t const * const p_cfg);554 fsp_err_t (* lowPowerModeEnter)(lpm_ctrl_t * const p_ctrl);558 fsp_err_t (* ioKeepClear)(lpm_ctrl_t * const p_ctrl);564 lpm_ctrl_t * p_ctrl; ///< Pointer to the control structure for this instance
150 fsp_err_t R_LPM_Open (lpm_ctrl_t * const p_api_ctrl, lpm_cfg_t const * const p_cfg) in R_LPM_Open()196 fsp_err_t R_LPM_LowPowerReconfigure (lpm_ctrl_t * const p_api_ctrl, lpm_cfg_t const * const p_cfg) in R_LPM_LowPowerReconfigure()227 fsp_err_t R_LPM_LowPowerModeEnter (lpm_ctrl_t * const p_api_ctrl) in R_LPM_LowPowerModeEnter()325 fsp_err_t R_LPM_IoKeepClear (lpm_ctrl_t * const p_api_ctrl) in R_LPM_IoKeepClear()349 fsp_err_t R_LPM_Close (lpm_ctrl_t * const p_api_ctrl) in R_LPM_Close()