Searched refs:MAX (Results 1 – 9 of 9) sorted by relevance
/loramac-node-2.7.6/src/boards/ |
D | utilities.h | 60 #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/ |
D | usbd_def.h | 268 #ifndef MAX 269 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/loramac-node-2.7.6/src/mac/region/ |
D | RegionCommon.c | 96 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()
|
D | RegionUS915.c | 58 txPowerResult = MAX( txPower, TX_POWER_2 ); in LimitTxPower() 64 txPowerResult = MAX( txPower, TX_POWER_5 ); in LimitTxPower()
|
/loramac-node-2.7.6/src/mac/ |
D | LoRaMacAdr.c | 58 datarate = MAX( datarate, minTxDatarate ); in LoRaMacAdrCalcNext()
|
D | LoRaMacClassB.c | 267 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()
|
D | LoRaMac.c | 979 …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/ |
D | sx1272-board.c | 212 paConfig = ( paConfig & RFLR_PACONFIG_OUTPUTPOWER_MASK ) | PaBTable[MAX( power, 0 )]; in SX1272SetRfTxPower()
|
/loramac-node-2.7.6/ |
D | CHANGELOG.md | 497 - Introduce individual MIN and MAX datarates for RX and TX
|