Home
last modified time | relevance | path

Searched refs:start_addr_startup_value (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_extra.c306 …tra_operation (flash_lp_instance_ctrl_t * const p_ctrl, const uint32_t start_addr_startup_value, in HW_FLASH_LP_extra_operation() argument
324 p_faci_reg->FWBL0 = ((start_addr_startup_value >> 10) & 0xFFFFU); in HW_FLASH_LP_extra_operation()
336 p_faci_reg->FWBL0 = (start_addr_startup_value | 0xFEFFU); in HW_FLASH_LP_extra_operation()
H A Dhw_codeflash_extra.h80 …tra_operation (flash_lp_instance_ctrl_t * const p_ctrl, const uint32_t start_addr_startup_value,