Searched refs:data_flash (Results 1 – 7 of 7) sorted by relevance
137 btstack_assert(bank_0_addr >= p_info.data_flash.p_block_array[0].block_section_st_addr); in hal_flash_bank_fsp_init_instance()138 …btstack_assert((bank_0_addr + bank_size - 1) <= p_info.data_flash.p_block_array[0].block_section_e… in hal_flash_bank_fsp_init_instance()139 btstack_assert(bank_1_addr >= p_info.data_flash.p_block_array[0].block_section_st_addr); in hal_flash_bank_fsp_init_instance()140 …btstack_assert((bank_1_addr + bank_size - 1) <= p_info.data_flash.p_block_array[0].block_section_e… in hal_flash_bank_fsp_init_instance()141 context->block_size = p_info.data_flash.p_block_array[0].block_size; in hal_flash_bank_fsp_init_instance()
277 .data_flash :280 KEEP(*(.data_flash*))
130 flash_fmi_regions_t data_flash; ///< Information about the code flash regions member
123 flash_regions_t data_flash; ///< Information about the code flash regions member
281 /* Don't use *(.data*) because it will place data meant for .data_flash in this section. */516 .data_flash :521 KEEP(*(.data_flash*))
914 p_info->data_flash = g_flash_data_region; in R_FLASH_LP_InfoGet()
1074 p_info->data_flash = g_flash_data_region; in R_FLASH_HP_InfoGet()