| /hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/ |
| D | fsl_eeprom_emulation.c | 223 uint32_t returnCode; in EE_FlashCheckErrorCode() local 224 returnCode = EE_OK; in EE_FlashCheckErrorCode() 228 returnCode = EE_NOT_OK; in EE_FlashCheckErrorCode() 230 return (returnCode); in EE_FlashCheckErrorCode() 635 uint32_t returnCode = EE_OK; in EE_VerifyRecordStatus() local 638 returnCode = EE_NOT_OK; in EE_VerifyRecordStatus() 640 return (returnCode); in EE_VerifyRecordStatus() 678 uint32_t returnCode = EE_OK; in EE_MultiProgram() local 683 while ((size > 0x00u) && (returnCode == EE_OK)) in EE_MultiProgram() 686 returnCode = EE_SingleProgram(handle, dest, pPtr); in EE_MultiProgram() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flash/ |
| D | fsl_ftfx_controller.c | 231 status_t returnCode; in FTFx_API_UpdateFlexnvmPartitionStatus() local 243 …returnCode = 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 277 …returnCode = 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 …]
|
| D | fsl_ftfx_flash.c | 240 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 …]
|
| D | fsl_ftfx_flexnvm.c | 40 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 …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flash_ftmr/ |
| D | fsl_flash.c | 408 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-latest/mcux/mcux-sdk/drivers/flash_k4/ |
| D | fsl_k4_controller.c | 60 status_t returnCode = kStatus_Fail; in FLASH_CMD_EraseSector() local 68 returnCode = flash_command_complete(base); in FLASH_CMD_EraseSector() 70 return returnCode; in FLASH_CMD_EraseSector() 75 status_t returnCode = kStatus_Fail; in FLASH_CMD_EraseAll() local 82 returnCode = flash_command_complete(base); in FLASH_CMD_EraseAll() 84 return returnCode; in FLASH_CMD_EraseAll() 89 status_t returnCode = kStatus_Fail; in FLASH_CMD_ProgramPhrase() local 97 returnCode = flash_command_complete(base); in FLASH_CMD_ProgramPhrase() 99 return returnCode; in FLASH_CMD_ProgramPhrase() 104 status_t returnCode = kStatus_Fail; in FLASH_CMD_ProgramPage() local [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1061/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1042/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCIMX7U5/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE13Z7/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5516/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1064/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A31A/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5502/utilities/ |
| D | fsl_notifier.c | 100 status_t returnCode = kStatus_Success; /* Function return */ in NOTIFIER_SwitchConfig() local 131 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationBefore; in NOTIFIER_SwitchConfig() 147 if ((policy == kNOTIFIER_PolicyForcible) || (returnCode == kStatus_Success)) in NOTIFIER_SwitchConfig() 149 …returnCode = notifierHandle->userFunction(notifierHandle->configsTable[configIndex], notifierHandl… in NOTIFIER_SwitchConfig() 150 if (returnCode != kStatus_Success) in NOTIFIER_SwitchConfig() 152 return returnCode; in NOTIFIER_SwitchConfig() 168 … returnCode = (status_t)kStatus_NOTIFIER_ErrorNotificationAfter; in NOTIFIER_SwitchConfig() 192 return returnCode; in NOTIFIER_SwitchConfig()
|