Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/region/
DRegion.c56 …( ) AS923_CASE { return RegionAS923ApplyDrOffset( downlinkDwellTime, dr, drOffse…
105 …( ) AU915_CASE { return RegionAU915ApplyDrOffset( downlinkDwellTime, dr, drOffse…
154 …( ) CN470_CASE { return RegionCN470ApplyDrOffset( downlinkDwellTime, dr, drOffse…
203 …( ) CN779_CASE { return RegionCN779ApplyDrOffset( downlinkDwellTime, dr, drOffse…
252 …( ) EU433_CASE { return RegionEU433ApplyDrOffset( downlinkDwellTime, dr, drOffse…
301 …( ) EU868_CASE { return RegionEU868ApplyDrOffset( downlinkDwellTime, dr, drOffse…
350 …( ) KR920_CASE { return RegionKR920ApplyDrOffset( downlinkDwellTime, dr, drOffse…
399 …( ) IN865_CASE { return RegionIN865ApplyDrOffset( downlinkDwellTime, dr, drOffse…
448 …( ) US915_CASE { return RegionUS915ApplyDrOffset( downlinkDwellTime, dr, drOffse…
497 …( ) RU864_CASE { return RegionRU864ApplyDrOffset( downlinkDwellTime, dr, drOffse…
[all …]
DRegionCN779.h434 uint8_t RegionCN779ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionEU433.h435 uint8_t RegionEU433ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionKR920.h447 uint8_t RegionKR920ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionRU864.h430 uint8_t RegionRU864ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionEU868.h463 uint8_t RegionEU868ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionUS915.h429 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionAU915.h447 uint8_t RegionAU915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionIN865.h452 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionCN470.h444 uint8_t RegionCN470ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionAS923.h522 uint8_t RegionAS923ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegion.h1137 uint8_t RegionApplyDrOffset( LoRaMacRegion_t region, uint8_t downlinkDwellTime, int8_t dr, int8_t d…
DRegionAU915.c905 uint8_t RegionAU915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAU915ApplyDrOffset() argument
911 if( downlinkDwellTime == 0 ) in RegionAU915ApplyDrOffset()
DRegionAS923.c1024 uint8_t RegionAS923ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAS923ApplyDrOffset() argument
1029 if( downlinkDwellTime == 0 ) in RegionAS923ApplyDrOffset()
DRegionCN779.c902 uint8_t RegionCN779ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN779ApplyDrOffset() argument
DRegionEU433.c902 uint8_t RegionEU433ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU433ApplyDrOffset() argument
DRegionEU868.c936 uint8_t RegionEU868ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU868ApplyDrOffset() argument
DRegionIN865.c925 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionIN865ApplyDrOffset() argument
DRegionKR920.c914 uint8_t RegionKR920ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionKR920ApplyDrOffset() argument
DRegionRU864.c901 uint8_t RegionRU864ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionRU864ApplyDrOffset() argument
DRegionUS915.c903 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionUS915ApplyDrOffset() argument
DRegionCN470.c1010 uint8_t RegionCN470ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN470ApplyDrOffset() argument