Lines Matching refs:nextChanParams
805 LoRaMacStatus_t RegionAU915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionAU915NextChannel() argument
822 if( nextChanParams->Datarate >= DR_6 ) in RegionAU915NextChannel()
831 countChannelsParams.Joined = nextChanParams->Joined; in RegionAU915NextChannel()
832 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionAU915NextChannel()
839 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionAU915NextChannel()
840 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionAU915NextChannel()
841 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionAU915NextChannel()
844 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionAU915NextChannel()
845 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionAU915NextChannel()
846 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionAU915NextChannel()
855 if( nextChanParams->Joined == true ) in RegionAU915NextChannel()
868 if( nextChanParams->Datarate == DR_2 ) in RegionAU915NextChannel()