Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_flash_hp/
Dr_flash_hp.c326 … uint32_t flash_address,
459 uint32_t flash_address, in R_FLASH_HP_Write() argument
468 …err = r_flash_hp_write_bc_parameter_checking(p_ctrl, flash_address & ~BSP_FEATURE_TZ_NS_OFFSET, nu… in R_FLASH_HP_Write()
474 p_ctrl->dest_end_address = flash_address; in R_FLASH_HP_Write()
478 if ((flash_address & ~BSP_FEATURE_TZ_NS_OFFSET) < BSP_FEATURE_FLASH_DATA_FLASH_START) in R_FLASH_HP_Write()
1516 … uint32_t flash_address, in r_flash_hp_write_bc_parameter_checking() argument
1533 if (flash_address < BSP_FEATURE_FLASH_DATA_FLASH_START) in r_flash_hp_write_bc_parameter_checking()
1536 … FSP_ERROR_RETURN(BSP_FEATURE_FLASH_CODE_FLASH_START <= flash_address, FSP_ERR_INVALID_ADDRESS); in r_flash_hp_write_bc_parameter_checking()
1542 flash_address &= ~BSP_FEATURE_FLASH_HP_CF_DUAL_BANK_START; in r_flash_hp_write_bc_parameter_checking()
1548 flash_address &= ~BSP_FEATURE_FLASH_CODE_FLASH_START; in r_flash_hp_write_bc_parameter_checking()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_flash_hp.h95 uint32_t flash_address,
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_flash_api.h161 …_t (* write)(flash_ctrl_t * const p_ctrl, uint32_t const src_address, uint32_t const flash_address,