Searched refs:VERSION0_FLASH_API_TREE (Results 1 – 1 of 1) sorted by relevance
211 #define VERSION0_FLASH_API_TREE BOOTLOADER_API_TREE_POINTER->flashDriver.version0FlashDriver macro248 status = VERSION0_FLASH_API_TREE->flash_init(config); in FLASH_Init()431 assert(VERSION0_FLASH_API_TREE); in FFR_Init()432 status = VERSION0_FLASH_API_TREE->ffr_init(config); in FFR_Init()458 assert(VERSION0_FLASH_API_TREE); in FFR_Lock_All()459 return VERSION0_FLASH_API_TREE->ffr_lock_all(config); in FFR_Lock_All()476 assert(VERSION0_FLASH_API_TREE); in FFR_CustFactoryPageWrite()477 return VERSION0_FLASH_API_TREE->ffr_cust_factory_page_write(config, page_data, seal_part); in FFR_CustFactoryPageWrite()493 assert(VERSION0_FLASH_API_TREE); in FFR_GetUUID()494 return VERSION0_FLASH_API_TREE->ffr_get_uuid(config, uuid); in FFR_GetUUID()[all …]