Searched refs:bitOperFuncAddr (Results 1 – 2 of 2) sorted by relevance
163 if (NULL == config->bitOperFuncAddr.callFlashCommand) in FTFx_CACHE_Init()168 config->bitOperFuncAddr.commadAddr = (uint32_t)s_ftfxCommonBitOperation; in FTFx_CACHE_Init()172 ftfx_copy_common_bit_operation_to_ram((uint32_t *)config->bitOperFuncAddr.commadAddr); in FTFx_CACHE_Init()381 ftfxCommonBitOperationAddr = &config->bitOperFuncAddr.commadAddr; in ftfx_common_bit_operation_command_sequence()386 …callftfxCommonBitOperation_t ftfxCommonBitOperationCommand = config->bitOperFuncAddr.callFlashComm… in ftfx_common_bit_operation_command_sequence()
55 …function_bit_operation_ptr_t bitOperFuncAddr; /*!< An buffer point to the flash execute-in-RAM fun… member