/loramac-node-3.4.0/src/mac/region/ |
D | Region.c | 56 …( ) 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 …]
|
D | RegionCN779.h | 434 uint8_t RegionCN779ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionEU433.h | 435 uint8_t RegionEU433ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionKR920.h | 447 uint8_t RegionKR920ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionRU864.h | 430 uint8_t RegionRU864ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionEU868.h | 463 uint8_t RegionEU868ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionUS915.h | 429 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionAU915.h | 447 uint8_t RegionAU915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionIN865.h | 452 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionCN470.h | 444 uint8_t RegionCN470ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | RegionAS923.h | 522 uint8_t RegionAS923ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
|
D | Region.h | 1137 uint8_t RegionApplyDrOffset( LoRaMacRegion_t region, uint8_t downlinkDwellTime, int8_t dr, int8_t d…
|
D | RegionAU915.c | 905 uint8_t RegionAU915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAU915ApplyDrOffset() argument 911 if( downlinkDwellTime == 0 ) in RegionAU915ApplyDrOffset()
|
D | RegionAS923.c | 1024 uint8_t RegionAS923ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAS923ApplyDrOffset() argument 1029 if( downlinkDwellTime == 0 ) in RegionAS923ApplyDrOffset()
|
D | RegionCN779.c | 902 uint8_t RegionCN779ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN779ApplyDrOffset() argument
|
D | RegionEU433.c | 902 uint8_t RegionEU433ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU433ApplyDrOffset() argument
|
D | RegionEU868.c | 936 uint8_t RegionEU868ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU868ApplyDrOffset() argument
|
D | RegionIN865.c | 925 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionIN865ApplyDrOffset() argument
|
D | RegionKR920.c | 914 uint8_t RegionKR920ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionKR920ApplyDrOffset() argument
|
D | RegionRU864.c | 901 uint8_t RegionRU864ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionRU864ApplyDrOffset() argument
|
D | RegionUS915.c | 903 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionUS915ApplyDrOffset() argument
|
D | RegionCN470.c | 1010 uint8_t RegionCN470ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN470ApplyDrOffset() argument
|