Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_flash_hp/
Dr_flash_hp.c472 p_ctrl->operations_remaining = (num_bytes) >> 1; // Since two bytes will be written at a time in R_FLASH_HP_Write()
1250 p_ctrl->operations_remaining--; in flash_hp_write_data()
1349 while (p_ctrl->operations_remaining && (err == FSP_SUCCESS)) in flash_hp_cf_write()
1482 } while (p_ctrl->operations_remaining && (err == FSP_SUCCESS)); in flash_hp_df_write()
1828 p_ctrl->operations_remaining--; in flash_hp_erase_block()
1873 p_ctrl->operations_remaining = num_blocks; in flash_hp_cf_erase()
1883 while (p_ctrl->operations_remaining && (FSP_SUCCESS == err)) in flash_hp_cf_erase()
1937 p_ctrl->operations_remaining = num_blocks; in flash_hp_df_erase()
1967 } while (p_ctrl->operations_remaining && (err == FSP_SUCCESS)); in flash_hp_df_erase()
2536 if (p_ctrl->operations_remaining) in fcu_frdyi_isr()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_flash_hp.h73 uint32_t operations_remaining; member