Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_lpm.h37 lpm_cfg_t const * p_cfg; // Pointer to initial configurations
50 fsp_err_t R_LPM_Open(lpm_ctrl_t * const p_api_ctrl, lpm_cfg_t const * const p_cfg);
52 fsp_err_t R_LPM_LowPowerReconfigure(lpm_ctrl_t * const p_api_ctrl, lpm_cfg_t const * const p_cfg);
/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c103 static fsp_err_t r_lpm_configure(lpm_cfg_t const * const p_cfg);
113 static uint8_t r_lpm_lpscr_calculate(lpm_cfg_t const * p_cfg);
117 static fsp_err_t r_lpm_mcu_specific_low_power_check(lpm_cfg_t const * const p_cfg);
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()
393 fsp_err_t r_lpm_mcu_specific_low_power_check (lpm_cfg_t const * const p_cfg) in r_lpm_mcu_specific_low_power_check()
495 fsp_err_t r_lpm_configure (lpm_cfg_t const * const p_cfg) in r_lpm_configure()
1103 static uint8_t r_lpm_lpscr_calculate (lpm_cfg_t const * p_cfg) in r_lpm_lpscr_calculate()
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_lpm_api.h527 } lpm_cfg_t; typedef
539 fsp_err_t (* open)(lpm_ctrl_t * const p_ctrl, lpm_cfg_t const * const p_cfg);
549 fsp_err_t (* lowPowerReconfigure)(lpm_ctrl_t * const p_ctrl, lpm_cfg_t const * const p_cfg);
565 lpm_cfg_t const * const p_cfg; ///< Pointer to the configuration structure for this instance