Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c459 config->executeInRamFunction.activeFunctionCount = 0UL; in FLASH_Init()
460 …config->executeInRamFunction.runCmdFuncAddr.commadAddr = (uint32_t)s_flashRunCommand; in FLASH_Init()
461 …config->executeInRamFunction.CommonBitOperationAddr.bitOperationAddr = (uint32_t)s_flashCommonBitO… in FLASH_Init()
462 config->flashExecuteInRamFunctionInfo = &config->executeInRamFunction.activeFunctionCount; in FLASH_Init()
505 …sh_execute_in_ram_function_config_t *flashExecuteInRamFunctionInfo = &config->executeInRamFunction; in FLASH_PrepareExecuteInRamFunctions()
1990 uint32_t flashRunCommand = config->executeInRamFunction.runCmdFuncAddr.commadAddr; in copy_flash_run_command()
2034 config->executeInRamFunction.runCmdFuncAddr.commadAddr += 1UL; in flash_command_sequence()
2035 callFlashRunCommand = config->executeInRamFunction.runCmdFuncAddr.callFlashCommand; in flash_command_sequence()
2044 config->executeInRamFunction.runCmdFuncAddr.commadAddr -= 1UL; in flash_command_sequence()
2103 …flashCommonBitOperationAddr = &config->executeInRamFunction.CommonBitOperationAddr.bitOperationAdd… in flash_common_bit_operation_command_sequence()
[all …]
Dfsl_flash.h419 flash_execute_in_ram_function_config_t executeInRamFunction; member