Home
last modified time | relevance | path

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

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/
H A Dhw_codeflash.c650 p_macro->macro_end_addr = (p_macro->macro_st_addr + p_macro->macro_size) - 1U; in HW_FLASH_LP_code_get_macro_info()
655 if ((address >= p_macro->macro_st_addr) && (address <= p_macro->macro_end_addr)) in HW_FLASH_LP_code_get_macro_info()
658 if (((p_macro->macro_end_addr - address) + 1U) < num_bytes) in HW_FLASH_LP_code_get_macro_info()
660 p_macro->allowed_bytes = (p_macro->macro_end_addr - address) + 1U; in HW_FLASH_LP_code_get_macro_info()
667 p_macro->macro_st_addr = p_macro->macro_end_addr + 1U; in HW_FLASH_LP_code_get_macro_info()
668 p_macro->macro_end_addr = (p_macro->macro_st_addr + p_macro->macro_size) - 1U; in HW_FLASH_LP_code_get_macro_info()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp_private.h141 uint32_t macro_end_addr; ///< ending address for this macro member