/hal_nxp-3.5.0/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_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 …]
|
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 …]
|
/hal_nxp-3.5.0/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-3.5.0/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-3.5.0/mcux/mcux-sdk/devices/MKV30F12810/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-3.5.0/mcux/mcux-sdk/devices/MKV31F12810/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-3.5.0/mcux/mcux-sdk/devices/LPC54016/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-3.5.0/mcux/mcux-sdk/devices/MKE15Z4/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-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/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-3.5.0/mcux/mcux-sdk/devices/LPC54618/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-3.5.0/mcux/mcux-sdk/devices/LPC54616/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-3.5.0/mcux/mcux-sdk/devices/MKE16F16/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-3.5.0/mcux/mcux-sdk/devices/LPC55S14/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-3.5.0/mcux/mcux-sdk/devices/LPC55S06/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-3.5.0/mcux/mcux-sdk/devices/LPC5512/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-3.5.0/mcux/mcux-sdk/devices/MIMXRT1175/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-3.5.0/mcux/mcux-sdk/devices/LPC5506CPXXXX/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-3.5.0/mcux/mcux-sdk/devices/MKV10Z7/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-3.5.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/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-3.5.0/mcux/mcux-sdk/devices/MKV11Z7/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-3.5.0/mcux/mcux-sdk/devices/LPC5506/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-3.5.0/mcux/mcux-sdk/devices/K32L2B31A/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-3.5.0/mcux/mcux-sdk/devices/K32L2A41A/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-3.5.0/mcux/mcux-sdk/devices/MKV56F24/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()
|