Home
last modified time | relevance | path

Searched refs:wait_max_blank_check (Results 1 – 5 of 5) 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.h112 …uint32_t wait_max_blank_check; ///< Worst case blankcheck time for minimum blan… member
H A Dhw_flash_lp.c175 …gp_flash_parameters->wait_max_blank_check = (uint32_t) (88 * system_clock_freq_mhz)/R_FLASH_LP_CYC… in HW_FLASH_LP_init()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c1464 g_current_parameters.wait_cnt = g_current_parameters.wait_max_blank_check * num_bytes; in flash_blank_check_initiate()
1468 … g_current_parameters.wait_cnt = (g_current_parameters.wait_max_blank_check * (num_bytes >> 2)); in flash_blank_check_initiate()
1478 g_current_parameters.wait_cnt = g_current_parameters.wait_max_blank_check * num_bytes; in flash_blank_check_initiate()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/
H A Dhw_dataflash.c455 gp_flash_settings->wait_cnt = gp_flash_settings->wait_max_blank_check; in HW_FLASH_LP_dataflash_blank_check_monitor()
H A Dhw_codeflash.c529 gp_flash_settings->wait_cnt = gp_flash_settings->wait_max_blank_check; in HW_FLASH_LP_codeflash_blank_check_monitor()