Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/
H A Dhw_flash_common.h56 …LASH_LP_set_flash_settings (R_FACI_Type * p_faci_reg, current_parameters_t * p_current_parameters);
H A Dhw_dataflash.h102 void HW_FLASH_LP_data_flash_set_flash_settings(current_parameters_t * const p_current_parameters);
H A Dhw_dataflash.c511 void HW_FLASH_LP_data_flash_set_flash_settings (current_parameters_t * const p_current_parameters) in HW_FLASH_LP_data_flash_set_flash_settings() argument
513 gp_flash_settings = p_current_parameters; in HW_FLASH_LP_data_flash_set_flash_settings()
H A Dhw_codeflash.h101 …SH_LP_code_flash_set_flash_settings (current_parameters_t * const p_current_parameters) PLACE_IN_R…
H A Dhw_codeflash.c621 void HW_FLASH_LP_code_flash_set_flash_settings (current_parameters_t * const p_current_parameters) in HW_FLASH_LP_code_flash_set_flash_settings() argument
623 gp_flash_settings = p_current_parameters; in HW_FLASH_LP_code_flash_set_flash_settings()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp.c145 …LASH_LP_init (flash_lp_instance_ctrl_t * const p_ctrl, current_parameters_t * p_current_parameters) in HW_FLASH_LP_init() argument
149 gp_flash_parameters = p_current_parameters; // our copy from now on in HW_FLASH_LP_init()
H A Dhw_flash_lp_private.h160 … (flash_lp_instance_ctrl_t * const p_ctrl, current_parameters_t * p_current_parameters) PLACE_IN_R…