Home
last modified time | relevance | path

Searched defs:dr (Results 1 – 12 of 12) sorted by relevance

/loramac-node-latest/src/mac/region/
DRegionAU915.c518 int8_t dr = rxConfig->Datarate; in RegionAU915RxConfig() local
905 uint8_t RegionAU915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAU915ApplyDrOffset()
DRegionRU864.c474 int8_t dr = rxConfig->Datarate; in RegionRU864RxConfig() local
901 uint8_t RegionRU864ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionRU864ApplyDrOffset()
DRegionUS915.c515 int8_t dr = rxConfig->Datarate; in RegionUS915RxConfig() local
903 uint8_t RegionUS915ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionUS915ApplyDrOffset()
DRegionEU433.c475 int8_t dr = rxConfig->Datarate; in RegionEU433RxConfig() local
902 uint8_t RegionEU433ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU433ApplyDrOffset()
DRegionIN865.c489 int8_t dr = rxConfig->Datarate; in RegionIN865RxConfig() local
925 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionIN865ApplyDrOffset()
DRegionCN779.c475 int8_t dr = rxConfig->Datarate; in RegionCN779RxConfig() local
902 uint8_t RegionCN779ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN779ApplyDrOffset()
DRegionEU868.c506 int8_t dr = rxConfig->Datarate; in RegionEU868RxConfig() local
936 uint8_t RegionEU868ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionEU868ApplyDrOffset()
DRegionKR920.c500 int8_t dr = rxConfig->Datarate; in RegionKR920RxConfig() local
927 uint8_t RegionKR920ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionKR920ApplyDrOffset()
DRegionCN470.c720 int8_t dr = rxConfig->Datarate; in RegionCN470RxConfig() local
1010 uint8_t RegionCN470ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionCN470ApplyDrOffset()
DRegionAS923.c684 int8_t dr = rxConfig->Datarate; in RegionAS923RxConfig() local
1136 uint8_t RegionAS923ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset ) in RegionAS923ApplyDrOffset()
DRegionCommon.c188 bool RegionCommonChanVerifyDr( uint8_t nbChannels, uint16_t* channelsMask, int8_t dr, int8_t minDr,… in RegionCommonChanVerifyDr()
379 …drReqVerifyParams( RegionCommonLinkAdrReqVerifyParams_t* verifyParams, int8_t* dr, int8_t* txPow, … in RegionCommonLinkAdrReqVerifyParams()
DRegion.c924 uint8_t RegionApplyDrOffset( LoRaMacRegion_t region, uint8_t downlinkDwellTime, int8_t dr, int8_t d… in RegionApplyDrOffset()