Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_flash_hp/
Dr_flash_hp.c262 static fsp_err_t flash_hp_write_data(flash_hp_instance_ctrl_t * const p_ctrl, uint32_t write_size,
1211 static fsp_err_t flash_hp_write_data (flash_hp_instance_ctrl_t * const p_ctrl, uint32_t write_size,… in flash_hp_write_data() argument
1226 R_FACI_HP_CMD->FACI_CMD8 = (uint8_t) (write_size / 2U); in flash_hp_write_data()
1229 for (uint32_t i = 0U; i < (write_size / 2U); i++) in flash_hp_write_data()
1524 uint32_t write_size; in r_flash_hp_write_bc_parameter_checking() local
1553 write_size = BSP_FEATURE_FLASH_HP_CF_WRITE_SIZE; in r_flash_hp_write_bc_parameter_checking()
1564 write_size = BSP_FEATURE_FLASH_HP_DF_WRITE_SIZE; in r_flash_hp_write_bc_parameter_checking()
1573 FSP_ERROR_RETURN(!(flash_address & (write_size - 1U)), FSP_ERR_INVALID_ADDRESS); in r_flash_hp_write_bc_parameter_checking()
1574 FSP_ERROR_RETURN(!(num_bytes & (write_size - 1U)), FSP_ERR_INVALID_SIZE); in r_flash_hp_write_bc_parameter_checking()