Home
last modified time | relevance | path

Searched defs:region (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/mac/region/
DRegion.c524 bool RegionIsActive( LoRaMacRegion_t region ) in RegionIsActive()
545 PhyParam_t RegionGetPhyParam( LoRaMacRegion_t region, GetPhyParams_t* getPhy ) in RegionGetPhyParam()
567 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone ) in RegionSetBandTxDone()
588 void RegionInitDefaults( LoRaMacRegion_t region, InitDefaultsParams_t* params ) in RegionInitDefaults()
609 bool RegionVerify( LoRaMacRegion_t region, VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionVerify()
630 void RegionApplyCFList( LoRaMacRegion_t region, ApplyCFListParams_t* applyCFList ) in RegionApplyCFList()
651 bool RegionChanMaskSet( LoRaMacRegion_t region, ChanMaskSetParams_t* chanMaskSet ) in RegionChanMaskSet()
672 void RegionComputeRxWindowParameters( LoRaMacRegion_t region, int8_t datarate, uint8_t minRxSymbols… in RegionComputeRxWindowParameters()
693 bool RegionRxConfig( LoRaMacRegion_t region, RxConfigParams_t* rxConfig, int8_t* datarate ) in RegionRxConfig()
714 bool RegionTxConfig( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime… in RegionTxConfig()
[all …]
/loramac-node-latest/src/mac/
DLoRaMac.c3739 …ialization( LoRaMacPrimitives_t* primitives, LoRaMacCallback_t* callbacks, LoRaMacRegion_t region ) in LoRaMacInitialization()