Home
last modified time | relevance | path

Searched refs:DATAFLASH_ADDR_OFFSET (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_dataflash.c200 …dest_addr_idx = dest_addr + DATAFLASH_ADDR_OFFSET; /* Conversion to the P/E address from the read… in HW_FLASH_LP_dataflash_write_operation()
320 …block_start_addr = start_addr + (uint32_t)DATAFLASH_ADDR_OFFSET; /* Conversion to the P/E address… in HW_FLASH_LP_dataflash_erase_operation()
416 …start_addr_idx = start_addr + DATAFLASH_ADDR_OFFSET; /* Conversion to the P/E address from the… in HW_FLASH_LP_dataflash_blank_check()
417 …end_addr_idx = end_addr + DATAFLASH_ADDR_OFFSET; /* Conversion to the P/E address from the… in HW_FLASH_LP_dataflash_blank_check()
H A Dhw_flash_common.h52 #define DATAFLASH_ADDR_OFFSET (DATAFLASH_WRITE_BASE_ADDR - DATAFLASH_READ_BASE_ADDR) macro