Home
last modified time | relevance | path

Searched refs:bitOperFuncAddr (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.c163 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()
Dfsl_ftfx_cache.h55 …function_bit_operation_ptr_t bitOperFuncAddr; /*!< An buffer point to the flash execute-in-RAM fun… member