Home
last modified time | relevance | path

Searched refs:data_flash_bgo (Results 1 – 6 of 6) sorted by relevance

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_flash_hp/
H A Dr_flash_hp.c399 if (p_cfg->data_flash_bgo) in R_FLASH_HP_Open()
409 if (true == p_cfg->data_flash_bgo) in R_FLASH_HP_Open()
541 if (true == p_ctrl->p_cfg->data_flash_bgo) in R_FLASH_HP_Erase()
1404 if (p_ctrl->p_cfg->data_flash_bgo == true) in flash_hp_df_write()
1418 if (p_ctrl->p_cfg->data_flash_bgo) in flash_hp_df_write()
1470 if (p_ctrl->p_cfg->data_flash_bgo == true) in r_flash_hp_write_bc_parameter_checking()
1595 if (p_ctrl->p_cfg->data_flash_bgo == true) in flash_hp_df_blank_check()
1880 if (p_ctrl->p_cfg->data_flash_bgo) in flash_hp_df_erase()
1897 if (p_ctrl->p_cfg->data_flash_bgo) in flash_hp_df_erase()
1995 if (p_ctrl->p_cfg->data_flash_bgo) in flash_hp_reset()
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_flash_api.h150 … bool data_flash_bgo; ///< True if BGO (Background Operation) is enabled for Data Flash. member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_flash_api.h143 …bool data_flash_bgo; ///< True if BGO (Background Operation) is en… member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra_gen/
H A Dhal_data.c6 { .data_flash_bgo = false, .p_callback = NULL, .p_context = NULL,
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp.c129 if (p_cfg->data_flash_bgo == true) in HW_FLASH_LP_irq_cfg()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c240 g_current_parameters.bgo_enabled_df = p_cfg->data_flash_bgo; in R_FLASH_LP_Open()