Home
last modified time | relevance | path

Searched refs:HW_FLASH_LP_access_window_set (Results 1 – 3 of 3) 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.h63 ssp_err_t HW_FLASH_LP_access_window_set (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const …
H A Dhw_codeflash_extra.c101 ssp_err_t HW_FLASH_LP_access_window_set (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const st… in HW_FLASH_LP_access_window_set() function
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c600 err = HW_FLASH_LP_access_window_set(p_ctrl, start_addr, end_addr); in R_FLASH_LP_AccessWindowSet()