Home
last modified time | relevance | path

Searched refs:commadAddr (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.c165 config->bitOperFuncAddr.commadAddr = (uint32_t)s_ftfxCommonBitOperation; in FTFx_CACHE_Init()
169 ftfx_copy_common_bit_operation_to_ram((uint32_t *)config->bitOperFuncAddr.commadAddr); in FTFx_CACHE_Init()
375 ftfxCommonBitOperationAddr = &config->bitOperFuncAddr.commadAddr; in ftfx_common_bit_operation_command_sequence()
Dfsl_ftfx_controller.c210 config->runCmdFuncAddr.commadAddr = (uint32_t)s_ftfxRunCommand; in FTFx_API_Init()
211 ftfx_copy_run_command_to_ram((uint32_t *)config->runCmdFuncAddr.commadAddr); in FTFx_API_Init()
1257 config->runCmdFuncAddr.commadAddr += 1UL; in ftfx_command_sequence()
1264 config->runCmdFuncAddr.commadAddr -= 1UL; in ftfx_command_sequence()
1312 config->runCmdFuncAddr.commadAddr += 1UL; in ftfx_command_sequence_non_blocking()
1319 config->runCmdFuncAddr.commadAddr -= 1UL; in ftfx_command_sequence_non_blocking()
Dfsl_ftfx_cache.h42 uint32_t commadAddr; member
Dfsl_ftfx_controller.h313 uint32_t commadAddr; member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c460 …config->executeInRamFunction.runCmdFuncAddr.commadAddr = (uint32_t)s_flashRunCommand; in FLASH_Init()
1990 uint32_t flashRunCommand = config->executeInRamFunction.runCmdFuncAddr.commadAddr; in copy_flash_run_command()
2034 config->executeInRamFunction.runCmdFuncAddr.commadAddr += 1UL; in flash_command_sequence()
2044 config->executeInRamFunction.runCmdFuncAddr.commadAddr -= 1UL; in flash_command_sequence()
Dfsl_flash.h366 uint32_t commadAddr; member