Searched refs:dutyCycleEnabled (Results 1 – 2 of 2) sorted by relevance
/loramac-node-latest/src/mac/region/ |
D | RegionCommon.c | 98 bool dutyCycleEnabled, bool lastTxIsJoinRequest ) in SetMaxTimeCredits() argument 124 if( dutyCycleEnabled == false ) in SetMaxTimeCredits() 138 static uint16_t UpdateTimeCredits( Band_t* band, bool joined, bool dutyCycleEnabled, in UpdateTimeCredits() argument 143 dutyCycleEnabled, lastTxIsJoinRequest ); in UpdateTimeCredits() 284 uint8_t nbBands, bool dutyCycleEnabled, in RegionCommonUpdateBandTimeOff() argument 299 dutyCycle = UpdateTimeCredits( &bands[i], joined, dutyCycleEnabled, in RegionCommonUpdateBandTimeOff() 311 ( ( dutyCycleEnabled == false ) && ( joined == true ) ) ) in RegionCommonUpdateBandTimeOff()
|
D | RegionCommon.h | 450 uint8_t nbBands, bool dutyCycleEnabled,
|