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()415 assert(VERSION0_FLASH_API_TREE); in FFR_Init()416 status = VERSION0_FLASH_API_TREE->ffr_init(config); in FFR_Init()442 assert(VERSION0_FLASH_API_TREE); in FFR_Lock_All()443 return VERSION0_FLASH_API_TREE->ffr_lock_all(config); in FFR_Lock_All()460 assert(VERSION0_FLASH_API_TREE); in FFR_CustFactoryPageWrite()461 return VERSION0_FLASH_API_TREE->ffr_cust_factory_page_write(config, page_data, seal_part); in FFR_CustFactoryPageWrite()477 assert(VERSION0_FLASH_API_TREE); in FFR_GetUUID()478 return VERSION0_FLASH_API_TREE->ffr_get_uuid(config, uuid); in FFR_GetUUID()[all …]