Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/region/
DRegion.c56 … AS923_CASE { return RegionAS923ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
105 … AU915_CASE { return RegionAU915ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
154 … CN470_CASE { return RegionCN470ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
203 … CN779_CASE { return RegionCN779ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
252 … EU433_CASE { return RegionEU433ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
301 … EU868_CASE { return RegionEU868ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
350 … KR920_CASE { return RegionKR920ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
399 … IN865_CASE { return RegionIN865ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
448 … US915_CASE { return RegionUS915ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
497 … RU864_CASE { return RegionRU864ApplyDrOffset( downlinkDwellTime, dr, drOffset ); }
[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 );
DRegionAS923.c1024 uint8_t RegionAS923ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAS923ApplyDrOffset() argument
1032 minDr = EffectiveRx1DrOffsetDownlinkDwell0AS923[dr][drOffset]; in RegionAS923ApplyDrOffset()
1037 minDr = EffectiveRx1DrOffsetDownlinkDwell1AS923[dr][drOffset]; in RegionAS923ApplyDrOffset()
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 …gionApplyDrOffset( LoRaMacRegion_t region, uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
DRegionAU915.c905 uint8_t RegionAU915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAU915ApplyDrOffset() argument
907 int8_t datarate = DatarateOffsetsAU915[dr][drOffset]; in RegionAU915ApplyDrOffset()
DRegionCN779.c902 uint8_t RegionCN779ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN779ApplyDrOffset() argument
904 int8_t datarate = dr - drOffset; in RegionCN779ApplyDrOffset()
DRegionEU433.c902 uint8_t RegionEU433ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU433ApplyDrOffset() argument
904 int8_t datarate = dr - drOffset; in RegionEU433ApplyDrOffset()
DRegionEU868.c936 uint8_t RegionEU868ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU868ApplyDrOffset() argument
938 int8_t datarate = dr - drOffset; in RegionEU868ApplyDrOffset()
DRegionIN865.c925 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionIN865ApplyDrOffset() argument
927 int8_t datarate = EffectiveRx1DrOffsetIN865[dr][drOffset]; in RegionIN865ApplyDrOffset()
DRegionKR920.c914 uint8_t RegionKR920ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionKR920ApplyDrOffset() argument
916 int8_t datarate = dr - drOffset; in RegionKR920ApplyDrOffset()
DRegionRU864.c901 uint8_t RegionRU864ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionRU864ApplyDrOffset() argument
903 int8_t datarate = dr - drOffset; in RegionRU864ApplyDrOffset()
DRegionUS915.c903 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionUS915ApplyDrOffset() argument
905 int8_t datarate = DatarateOffsetsUS915[dr][drOffset]; in RegionUS915ApplyDrOffset()
DRegionCN470.c1010 uint8_t RegionCN470ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN470ApplyDrOffset() argument
1012 int8_t datarate = DatarateOffsetsCN470[dr][drOffset]; in RegionCN470ApplyDrOffset()