Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 9 of 9) sorted by relevance

/loramac-node-2.7.6/src/boards/
Dutilities.h60 #ifndef MAX
61 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h268 #ifndef MAX
269 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/loramac-node-2.7.6/src/mac/region/
DRegionCommon.c96 dutyCycle = MAX( dutyCycle, joinDutyCycle ); in GetDutyCycle()
510 …*windowTimeoutInSymbols = MAX( DIV_CEIL( ( ( 2 * minRxSymbols - 8 ) * tSymbolInUs + 2 * ( rxErrorI… in RegionCommonComputeRxWindowParameters()
663 return MAX( txPower, maxBandTxPower ); in RegionCommonLimitTxPower()
DRegionUS915.c58 txPowerResult = MAX( txPower, TX_POWER_2 ); in LimitTxPower()
64 txPowerResult = MAX( txPower, TX_POWER_5 ); in LimitTxPower()
/loramac-node-2.7.6/src/mac/
DLoRaMacAdr.c58 datarate = MAX( datarate, minTxDatarate ); in LoRaMacAdrCalcNext()
DLoRaMacClassB.c267 maxRxError = MAX( Ctx.LoRaMacClassBParams.LoRaMacParams->SystemMaxRxError, in CalculateBeaconRxWindowConfig()
1002 maxRxError = MAX( Ctx.LoRaMacClassBParams.LoRaMacParams->SystemMaxRxError , in LoRaMacClassBProcessPingSlot()
1174 maxRxError = MAX( Ctx.LoRaMacClassBParams.LoRaMacParams->SystemMaxRxError , in LoRaMacClassBProcessMulticastSlot()
DLoRaMac.c979 …if( ( MAX( 0, ( int16_t )( ( int16_t ) size - ( int16_t ) LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ) ) … in ProcessRadioRxDone()
2210 … Nvm.MacGroup1.ChannelsDatarate = MAX( Nvm.MacGroup1.ChannelsDatarate, ( int8_t )phyParam.Value ); in ProcessMacCommands()
4848 datarate = MAX( datarate, ( int8_t )phyParam.Value ); in LoRaMacMcpsRequest()
/loramac-node-2.7.6/src/boards/NAMote72/
Dsx1272-board.c212 paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | PaBTable[MAX( power, 0 )]; in SX1272SetRfTxPower()
/loramac-node-2.7.6/
DCHANGELOG.md497 - Introduce individual MIN and MAX datarates for RX and TX