Home
last modified time | relevance | path

Searched refs:nextChanParams (Results 1 – 22 of 22) sorted by relevance

/loramac-node-2.7.6/src/mac/region/
DRegionUS915.c803 LoRaMacStatus_t RegionUS915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionUS915NextChannel() argument
820 if( nextChanParams->Datarate >= DR_4 ) in RegionUS915NextChannel()
829 countChannelsParams.Joined = nextChanParams->Joined; in RegionUS915NextChannel()
830 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionUS915NextChannel()
837 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionUS915NextChannel()
838 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionUS915NextChannel()
839 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionUS915NextChannel()
844 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionUS915NextChannel()
845 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionUS915NextChannel()
846 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionUS915NextChannel()
[all …]
DRegionAU915.c805 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()
[all …]
DRegionCN779.c772 LoRaMacStatus_t RegionCN779NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionCN779NextChannel() argument
788 countChannelsParams.Joined = nextChanParams->Joined; in RegionCN779NextChannel()
789 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionCN779NextChannel()
796 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionCN779NextChannel()
797 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionCN779NextChannel()
798 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionCN779NextChannel()
801 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionCN779NextChannel()
802 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionCN779NextChannel()
803 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionCN779NextChannel()
DRegionEU433.c772 LoRaMacStatus_t RegionEU433NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionEU433NextChannel() argument
788 countChannelsParams.Joined = nextChanParams->Joined; in RegionEU433NextChannel()
789 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionEU433NextChannel()
796 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionEU433NextChannel()
797 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionEU433NextChannel()
798 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionEU433NextChannel()
801 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionEU433NextChannel()
802 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionEU433NextChannel()
803 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionEU433NextChannel()
DRegionIN865.c795 LoRaMacStatus_t RegionIN865NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionIN865NextChannel() argument
811 countChannelsParams.Joined = nextChanParams->Joined; in RegionIN865NextChannel()
812 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionIN865NextChannel()
819 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionIN865NextChannel()
820 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionIN865NextChannel()
821 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionIN865NextChannel()
824 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionIN865NextChannel()
825 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionIN865NextChannel()
826 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionIN865NextChannel()
DRegionKR920.c768 LoRaMacStatus_t RegionKR920NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionKR920NextChannel() argument
785 countChannelsParams.Joined = nextChanParams->Joined; in RegionKR920NextChannel()
786 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionKR920NextChannel()
793 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionKR920NextChannel()
794 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionKR920NextChannel()
795 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionKR920NextChannel()
798 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionKR920NextChannel()
799 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionKR920NextChannel()
800 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionKR920NextChannel()
DRegionRU864.c771 LoRaMacStatus_t RegionRU864NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionRU864NextChannel() argument
787 countChannelsParams.Joined = nextChanParams->Joined; in RegionRU864NextChannel()
788 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionRU864NextChannel()
795 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionRU864NextChannel()
796 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionRU864NextChannel()
797 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionRU864NextChannel()
800 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionRU864NextChannel()
801 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionRU864NextChannel()
802 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionRU864NextChannel()
DRegionEU868.c805 LoRaMacStatus_t RegionEU868NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionEU868NextChannel() argument
821 countChannelsParams.Joined = nextChanParams->Joined; in RegionEU868NextChannel()
822 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionEU868NextChannel()
829 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionEU868NextChannel()
830 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionEU868NextChannel()
831 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionEU868NextChannel()
834 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionEU868NextChannel()
835 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionEU868NextChannel()
836 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionEU868NextChannel()
DRegionAS923.c871 LoRaMacStatus_t RegionAS923NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionAS923NextChannel() argument
887 countChannelsParams.Joined = nextChanParams->Joined; in RegionAS923NextChannel()
888 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionAS923NextChannel()
895 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionAS923NextChannel()
896 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionAS923NextChannel()
897 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionAS923NextChannel()
900 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionAS923NextChannel()
901 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionAS923NextChannel()
902 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionAS923NextChannel()
DRegionCN470.c933 LoRaMacStatus_t RegionCN470NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionCN470NextChannel() argument
956 countChannelsParams.Joined = nextChanParams->Joined; in RegionCN470NextChannel()
957 countChannelsParams.Datarate = nextChanParams->Datarate; in RegionCN470NextChannel()
975 identifyChannelsParam.AggrTimeOff = nextChanParams->AggrTimeOff; in RegionCN470NextChannel()
976 identifyChannelsParam.LastAggrTx = nextChanParams->LastAggrTx; in RegionCN470NextChannel()
977 identifyChannelsParam.DutyCycleEnabled = nextChanParams->DutyCycleEnabled; in RegionCN470NextChannel()
980 identifyChannelsParam.ElapsedTimeSinceStartUp = nextChanParams->ElapsedTimeSinceStartUp; in RegionCN470NextChannel()
981 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionCN470NextChannel()
982 …identifyChannelsParam.ExpectedTimeOnAir = GetTimeOnAir( nextChanParams->Datarate, nextChanParams->… in RegionCN470NextChannel()
DRegion.c53 …( ) AS923_CASE { return RegionAS923NextChannel( nextChanParams, channel, time…
102 …( ) AU915_CASE { return RegionAU915NextChannel( nextChanParams, channel, time…
151 …( ) CN470_CASE { return RegionCN470NextChannel( nextChanParams, channel, time…
200 …( ) CN779_CASE { return RegionCN779NextChannel( nextChanParams, channel, time…
249 …( ) EU433_CASE { return RegionEU433NextChannel( nextChanParams, channel, time…
298 …( ) EU868_CASE { return RegionEU868NextChannel( nextChanParams, channel, time…
347 …( ) KR920_CASE { return RegionKR920NextChannel( nextChanParams, channel, time…
396 …( ) IN865_CASE { return RegionIN865NextChannel( nextChanParams, channel, time…
445 …( ) US915_CASE { return RegionUS915NextChannel( nextChanParams, channel, time…
494 …( ) RU864_CASE { return RegionRU864NextChannel( nextChanParams, channel, time…
[all …]
DRegionCN779.h403 LoRaMacStatus_t RegionCN779NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionEU433.h404 LoRaMacStatus_t RegionEU433NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionKR920.h416 LoRaMacStatus_t RegionKR920NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionRU864.h399 LoRaMacStatus_t RegionRU864NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionEU868.h432 LoRaMacStatus_t RegionEU868NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionUS915.h398 LoRaMacStatus_t RegionUS915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionAU915.h416 LoRaMacStatus_t RegionAU915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionIN865.h421 LoRaMacStatus_t RegionIN865NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionCN470.h413 LoRaMacStatus_t RegionCN470NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionAS923.h491 LoRaMacStatus_t RegionAS923NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegion.h1102 LoRaMacStatus_t RegionNextChannel( LoRaMacRegion_t region, NextChanParams_t* nextChanParams, uint8_…