Searched refs:block_section_end_addr (Results 1 – 6 of 6) sorted by relevance
586 …nt32_t cf_end_addr = g_flash_code_region.p_block_array[last_cf_block_index].block_section_end_addr; in R_FLASH_LP_AccessWindowSet()1089 (addr <= g_flash_code_region.p_block_array[i].block_section_end_addr)) in flash_get_block_info()1102 (addr <= g_flash_data_region.p_block_array[i].block_section_end_addr)) in flash_get_block_info()1118 … uint32_t num_blocks = (((pBInfo->block_section_end_addr + 1U) - pBInfo->block_section_st_addr) / in flash_get_block_info()1122 if ((addr >= pBInfo->block_section_st_addr) && (addr <= pBInfo->block_section_end_addr)) in flash_get_block_info()1130 p_block_info->block_section_end_addr = pBInfo->block_section_end_addr; in flash_get_block_info()1137 p_block_info->memory_end_addr = pBInfo->block_section_end_addr; in flash_get_block_info()1219 result2 = (bool)(flash_address <= g_block_info.block_section_end_addr); in flash_write_parameter_checking()1225 result1 = (bool)(((num_bytes - 1U) + flash_address) > g_block_info.block_section_end_addr); in flash_write_parameter_checking()1422 result2 = (bool)(address <= g_block_info.block_section_end_addr); in flash_blank_check_address_checking()[all …]
138 …assert((bank_0_addr + bank_size - 1) <= p_info.data_flash.p_block_array[0].block_section_end_addr); in hal_flash_bank_fsp_init_instance()140 …assert((bank_1_addr + bank_size - 1) <= p_info.data_flash.p_block_array[0].block_section_end_addr); in hal_flash_bank_fsp_init_instance()
114 …uint32_t block_section_end_addr; ///< ending address for this block section (blocks of this … member
107 …uint32_t block_section_end_addr; ///< Ending address for this block section (blocks of this size) member
124 …uint32_t block_section_end_addr; ///< ending address for this block section (blocks of this … member
210 .block_section_end_addr = UINT16_MAX,216 .block_section_end_addr = BSP_ROM_SIZE_BYTES - 1,231 .block_section_end_addr = FLASH_HP_DF_START_ADDRESS + BSP_DATA_FLASH_SIZE_BYTES - 1,