Home
last modified time | relevance | path

Searched refs:returnCode (Results 1 – 25 of 130) sorted by relevance

123456

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c231 status_t returnCode; in FTFx_API_UpdateFlexnvmPartitionStatus() local
243returnCode = FTFx_CMD_ReadResource(config, flexnvmInfoIfrAddr, (uint8_t *)&dataIFRReadOut, sizeof(… in FTFx_API_UpdateFlexnvmPartitionStatus()
245 if (returnCode != kStatus_FTFx_Success) in FTFx_API_UpdateFlexnvmPartitionStatus()
273 status_t returnCode; in FTFx_CMD_Erase() local
277returnCode = ftfx_check_mem_range(config, start, lengthInBytes, config->opsConfig.addrAligment.sec… in FTFx_CMD_Erase()
278 if (returnCode != kStatus_FTFx_Success) in FTFx_CMD_Erase()
280 return returnCode; in FTFx_CMD_Erase()
284 returnCode = ftfx_check_user_key(key); in FTFx_CMD_Erase()
285 if (returnCode != kStatus_FTFx_Success) in FTFx_CMD_Erase()
287 return returnCode; in FTFx_CMD_Erase()
[all …]
Dfsl_ftfx_flexnvm.c40 status_t returnCode; in FLEXNVM_Init() local
68 returnCode = FTFx_API_UpdateFlexnvmPartitionStatus(&config->ftfxConfig); in FLEXNVM_Init()
69 if (returnCode != kStatus_FTFx_Success) in FLEXNVM_Init()
71 return returnCode; in FLEXNVM_Init()
82 status_t returnCode; in FLEXNVM_DflashErase() local
83 returnCode = flexnvm_convert_start_address(config, start); in FLEXNVM_DflashErase()
84 if (returnCode != kStatus_FTFx_Success) in FLEXNVM_DflashErase()
86 return returnCode; in FLEXNVM_DflashErase()
115 status_t returnCode; in FLEXNVM_DflashProgram() local
116 returnCode = flexnvm_convert_start_address(config, start); in FLEXNVM_DflashProgram()
[all …]
Dfsl_ftfx_flash.c240 status_t returnCode; in FLASH_Erase() local
244 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_Erase()
245 if (returnCode != kStatus_FTFx_Success) in FLASH_Erase()
247 return returnCode; in FLASH_Erase()
264 status_t returnCode; in FLASH_EraseSectorNonBlocking() local
269 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_EraseSectorNonBlocking()
270 if (returnCode != kStatus_FTFx_Success) in FLASH_EraseSectorNonBlocking()
272 return returnCode; in FLASH_EraseSectorNonBlocking()
307 status_t returnCode; in FLASH_Program() local
311 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_Program()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c408 status_t returnCode; in FLASH_Init() local
463 returnCode = FLASH_PrepareExecuteInRamFunctions(config); in FLASH_Init()
464 if (returnCode != kStatus_FLASH_Success) in FLASH_Init()
466 return returnCode; in FLASH_Init()
545 status_t returnCode; in FLASH_EraseAll() local
559 returnCode = flash_check_user_key(key); in FLASH_EraseAll()
560 if (returnCode != kStatus_FLASH_Success) in FLASH_EraseAll()
562 return returnCode; in FLASH_EraseAll()
568 returnCode = flash_command_sequence(config); in FLASH_EraseAll()
572 return returnCode; in FLASH_EraseAll()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV30F12810/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV31F12810/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54016/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE15Z4/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54618/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54616/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S14/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S06/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5512/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1175/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5506CPXXXX/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV10Z7/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV11Z7/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5506/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L2B31A/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L2A41A/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_notifier.c100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local
131returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig()
147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig()
149returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig()
150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig()
152 return returnCode; in NOTIFIER_SwitchConfig()
168returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig()
192 return returnCode; in NOTIFIER_SwitchConfig()

123456