Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_flash_hp/
Dr_flash_hp.c1213 volatile uint32_t wait_count; in flash_hp_write_data() local
1231 wait_count = p_ctrl->timeout_dbfull; in flash_hp_write_data()
1239 if (wait_count-- == 0U) in flash_hp_write_data()
1457 uint32_t wait_count; in flash_hp_df_write() local
1463 wait_count = 0; in flash_hp_df_write()
1467 wait_count = p_ctrl->timeout_write_df; in flash_hp_df_write()
1472 err = flash_hp_write_data(p_ctrl, BSP_FEATURE_FLASH_HP_DF_WRITE_SIZE, wait_count); in flash_hp_df_write()
1671 uint32_t wait_count = (p_ctrl->timeout_blank_check * ((num_bytes >> 2) + 1)); in flash_hp_df_blank_check() local
1680 if (wait_count == 0U) in flash_hp_df_blank_check()
1686 wait_count--; in flash_hp_df_blank_check()
[all …]