Lines Matching refs:status
258 …RF_RatStatus status; /* Status of the channel: RF_RatStatusIdle, RF_RatStatusPending, RF… member
281 RF_CoreStatus volatile status; member
821 bool status = false; in RF_ratIsRunning() local
826 status = (bool)(HWREG(RFC_PWR_BASE + RFC_PWR_O_PWMCLKEN) & RFC_PWR_PWMCLKEN_RAT_M); in RF_ratIsRunning()
830 return(status); in RF_ratIsRunning()
861 if (ratCh && (ratCh->status == RF_RatStatusIdle)) in RF_ratAllocChannel()
867 ratCh->status = RF_RatStatusPending; in RF_ratAllocChannel()
897 if (ratCh && ratCh->status) in RF_ratFreeChannel()
914 ratCh->status = RF_RatStatusIdle; in RF_ratFreeChannel()
1016 if (ratCh && ratCh->status) in RF_ratDispatchTime()
1072 RF_Stat status = RF_StatError; in RF_ratArmChannel() local
1075 if (ratCh && (ratCh->status == RF_RatStatusPending)) in RF_ratArmChannel()
1088 status = RF_executeDirectImmediateCmd((uint32_t)&ratCh->chCmd, NULL); in RF_ratArmChannel()
1091 if (status == RF_StatCmdDoneSuccess) in RF_ratArmChannel()
1096 status = RF_executeDirectImmediateCmd((uint32_t)ratCh->ioCmd, NULL); in RF_ratArmChannel()
1100 if (status == RF_StatCmdDoneSuccess) in RF_ratArmChannel()
1102 ratCh->status = RF_RatStatusRunning; in RF_ratArmChannel()
1108 return(status); in RF_ratArmChannel()
1131 if (ratCh && (ratCh->status == RF_RatStatusPending)) in RF_ratRestartChannels()
1134 RF_Stat status = RF_ratArmChannel(ratCh); in RF_ratRestartChannels() local
1138 if (status != RF_StatCmdDoneSuccess) in RF_ratRestartChannels()
1169 if (ratCh && ratCh->status) in RF_ratSuspendChannels()
1172 ratCh->status = RF_RatStatusPending; in RF_ratSuspendChannels()
1568 volatile RF_ScheduleStatus status = RF_ScheduleStatusError; in RF_howToSchedule() local
1581 status = RF_ScheduleStatusTop; in RF_howToSchedule()
1587 … if ((status == RF_ScheduleStatusError) && (newCmd->pOp->startTrigger.triggerType == TRIG_ABSTIME)) in RF_howToSchedule()
1597 status = RF_ScheduleStatusMiddle; in RF_howToSchedule()
1609 if ((status == RF_ScheduleStatusError) && (newCmd->allowDelay)) in RF_howToSchedule()
1611 status = RF_ScheduleStatusTail; in RF_howToSchedule()
1618 return(status); in RF_howToSchedule()
1638 …RF_ScheduleStatus status = RF_howToSchedule(pCmdNew, pCmdBg, pCmdFg, pPendQueue, pDoneQueue, &pIns… in RF_defaultSubmitPolicy() local
1641 if (status == RF_ScheduleStatusTop) in RF_defaultSubmitPolicy()
1648 if (status == RF_ScheduleStatusMiddle) in RF_defaultSubmitPolicy()
1664 if (status == RF_ScheduleStatusTail) in RF_defaultSubmitPolicy()
1671 return(status); in RF_defaultSubmitPolicy()
1730 RF_ratSyncCmd.stop.status = IDLE; in RF_corePowerDown()
1737 while (!(RF_ratSyncCmd.stop.status & RF_CMD_TERMINATED)); in RF_corePowerDown()
1787 if (RF_core.status != RF_CoreStatusPoweringDown && in RF_powerConstraintRelease()
1868 if (RF_core.status == RF_CoreStatusActive) in RF_dispatchNextEvent()
1873 else if ((RF_core.status == RF_CoreStatusPoweringUp) || in RF_dispatchNextEvent()
1874 (RF_core.status == RF_CoreStatusPhySwitching)) in RF_dispatchNextEvent()
2020 radioSetup->common.status = IDLE; in RF_initRadioSetup()
2117 while ((RF_cmdQ.pCurrCmdBg->pOp->status == IDLE) || in RF_dispatchNextCmd()
2118 (RF_cmdQ.pCurrCmdBg->pOp->status == PENDING)); in RF_dispatchNextCmd()
2279 (pObj->state.mode_state.cmdFs.status == ERROR_SYNTH_PROG)) in RF_checkCmdFsError()
2381 if (ratCh && ratCh->status) in RF_swiHw()
2528 int_fast16_t status; in RF_hposcRfCompensateFxn() local
2539 … if ((RF_core.status == RF_CoreStatusActive) || (RF_core.status == RF_CoreStatusPhySwitching)) in RF_hposcRfCompensateFxn()
2554 status = Temperature_registerNotifyRange(NotifyObj, in RF_hposcRfCompensateFxn()
2560 if (status != Temperature_STATUS_SUCCESS) { in RF_hposcRfCompensateFxn()
2730 RF_core.status = RF_CoreStatusActive; in RF_hwiCpe0PowerFsm()
2977 bool status = false; in RF_isStateTransitionAllowed() local
2980 if (RF_core.status == RF_CoreStatusActive) in RF_isStateTransitionAllowed()
2985 status = true; in RF_isStateTransitionAllowed()
2990 return(status); in RF_isStateTransitionAllowed()
3065 RF_core.status = RF_CoreStatusPoweringUp; in RF_fsmPowerUpState()
3120 RF_ratSyncCmd.start.status = IDLE; in RF_fsmSetupState()
3158 pOpFs->status = IDLE; in RF_fsmSetupState()
3388 RF_core.status = RF_CoreStatusPhySwitching; in RF_fsmActiveState()
3454 pOpFs->status = IDLE; in RF_fsmActiveState()
3514 RF_core.status = RF_CoreStatusActive; in RF_fsmActiveState()
3539 previousStatus = RF_core.status; in RF_fsmActiveState()
3543 RF_core.status = RF_CoreStatusPoweringDown; in RF_fsmActiveState()
3597 RF_core.status = RF_CoreStatusIdle; in RF_fsmActiveState()
3611 RF_core.status = previousStatus; in RF_fsmActiveState()
3706 RF_core.status = RF_CoreStatusIdle; in RF_init()
3809 RF_Stat status = RF_StatInvalidParamsError; in RF_abortCmd() local
3879 status = RF_StatSuccess; in RF_abortCmd()
3890 if ((RF_core.status != RF_CoreStatusPoweringUp) && in RF_abortCmd()
3891 (RF_core.status != RF_CoreStatusPhySwitching)) in RF_abortCmd()
3897 status = RF_StatSuccess; in RF_abortCmd()
3903 status = RF_StatCmdEnded; in RF_abortCmd()
3909 status = RF_StatCmdEnded; in RF_abortCmd()
3920 return(status); in RF_abortCmd()
3936 if (RF_core.status == RF_CoreStatusActive) in RF_executeDirectImmediateCmd()
3981 RF_Stat status; in RF_runDirectImmediateCmd() local
3990 status = RF_StatInvalidParamsError; in RF_runDirectImmediateCmd()
3995 status = RF_executeDirectImmediateCmd(pCmd, rawStatus); in RF_runDirectImmediateCmd()
4002 return(status); in RF_runDirectImmediateCmd()
4314 RF_Stat status = RF_StatSuccess; in RF_updatePaConfiguration() local
4360 status = RF_StatInvalidParamsError; in RF_updatePaConfiguration()
4401 status = RF_StatInvalidParamsError; in RF_updatePaConfiguration()
4417 status = RF_StatInvalidParamsError; in RF_updatePaConfiguration()
4422 return(status); in RF_updatePaConfiguration()
4603 if (RF_core.status == RF_CoreStatusActive) in RF_close()
4670 if ((RF_core.status == RF_CoreStatusActive) || (RF_core.status == RF_CoreStatusPhySwitching)) in RF_getCurrentTime()
4806 RF_ScheduleStatus status; in RF_scheduleCmd() local
4918 status = RF_ScheduleStatusError; in RF_scheduleCmd()
4923 status = RFCC26XX_schedulerPolicy.submitHook(pCmd, in RF_scheduleCmd()
4931 if ((status != RF_ScheduleStatusError) && (RF_cmdQ.nSeqPost != pCmd->ch)) in RF_scheduleCmd()
4939 if ((status == RF_ALLOC_ERROR) || (status == RF_ScheduleStatusError)) in RF_scheduleCmd()
4949 cmdHandle = (RF_CmdHandle) status; in RF_scheduleCmd()
5109 if ((RF_core.status != RF_CoreStatusActive) && RF_Sch.issueRadioFreeCbFlags) in RF_yield()
5232 RF_Stat status = RF_runDirectImmediateCmd(h, CMDR_DIR_CMD(CMD_GET_RSSI), &rawRssi); in RF_getRssi() local
5235 if (status == RF_StatCmdDoneSuccess) in RF_getRssi()
5252 RF_Stat status = RF_StatSuccess; in RF_getInfo() local
5269 status = RF_StatError; in RF_getInfo()
5281 pValue->bRadioState = (RF_core.status == RF_CoreStatusActive) ? true : false; in RF_getInfo()
5297 status = RF_StatInvalidParamsError; in RF_getInfo()
5305 return(status); in RF_getInfo()
5414 RF_Stat status = RF_StatError; in RF_ratDisableChannel() local
5423 if (ratCh && ratCh->status && (ratCh->pClient == h)) in RF_ratDisableChannel()
5426 if (RF_core.status == RF_CoreStatusActive) in RF_ratDisableChannel()
5438 …status = RF_runDirectImmediateCmd(RF_currClient, ((uint32_t)CMDR_DIR_CMD_2BYTE(CMD_DISABLE_RAT_CH,… in RF_ratDisableChannel()
5447 status = RF_StatCmdDoneSuccess; in RF_ratDisableChannel()
5461 return(status); in RF_ratDisableChannel()
5474 RF_Stat status = RF_StatSuccess; in RF_control() local
5537 status = RF_StatInvalidParamsError; in RF_control()
5545 if (RF_core.status || (List_head(&RF_cmdQ.pPend))) in RF_control()
5547 status = RF_StatBusyError; in RF_control()
5560 if (RF_core.status || (List_head(&RF_cmdQ.pPend))) in RF_control()
5562 status = RF_StatBusyError; in RF_control()
5586 status = RF_StatInvalidParamsError; in RF_control()
5594 return(status); in RF_control()
5608 RF_Stat status = RF_StatBusyError; in RF_requestAccess() local
5617 status = RF_StatInvalidParamsError; in RF_requestAccess()
5648 status = RF_StatSuccess; in RF_requestAccess()
5662 return(status); in RF_requestAccess()
5672 RF_Stat status; in RF_setTxPower() local
5678 status = RF_updatePaConfiguration(handle->clientConfig.pRadioSetup, value, &configurePaCmd); in RF_setTxPower()
5681 if (status == RF_StatSuccess) in RF_setTxPower()
5690 return(status); in RF_setTxPower()
5831 int_fast16_t status; in RF_enableHPOSCTemperatureCompensation() local
5837 status = Temperature_registerNotifyRange(&RF_hposcRfCompNotifyObj, in RF_enableHPOSCTemperatureCompensation()
5846 if (status != Temperature_STATUS_SUCCESS) in RF_enableHPOSCTemperatureCompensation()