Lines Matching refs:nextChanParams
53 …( ) 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…
861 LoRaMacStatus_t RegionNextChannel( LoRaMacRegion_t region, NextChanParams_t* nextChanParams, uint8_… in RegionNextChannel() argument