Home
last modified time | relevance | path

Searched refs:wait_max_write_cf (Results 1 – 4 of 4) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp_private.h114 …uint32_t wait_max_write_cf; ///< Worst case write time for CF minimum write … member
H A Dhw_flash_lp.c163 …gp_flash_parameters->wait_max_write_cf = (uint32_t) (1411 * system_clock_freq_mhz)/R_FLASH_LP_CYCL… in HW_FLASH_LP_init()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/
H A Dhw_codeflash.c261 gp_flash_settings->wait_cnt = gp_flash_settings->wait_max_write_cf; in HW_FLASH_LP_codeflash_write_monitor()
279 gp_flash_settings->wait_cnt = gp_flash_settings->wait_max_write_cf; in HW_FLASH_LP_codeflash_write_monitor()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c1279 g_current_parameters.wait_cnt = g_current_parameters.wait_max_write_cf; in flash_write_initiate()