Home
last modified time | relevance | path

Searched refs:phyAttribute (Results 1 – 22 of 22) sorted by relevance

/loramac-node-3.4.0/src/mac/region/
DRegion.c41 …RIFY( ) AS923_CASE { return RegionAS923Verify( verify, phyAttribute ); }
90 …RIFY( ) AU915_CASE { return RegionAU915Verify( verify, phyAttribute ); }
139 …RIFY( ) CN470_CASE { return RegionCN470Verify( verify, phyAttribute ); }
188 …RIFY( ) CN779_CASE { return RegionCN779Verify( verify, phyAttribute ); }
237 …RIFY( ) EU433_CASE { return RegionEU433Verify( verify, phyAttribute ); }
286 …RIFY( ) EU868_CASE { return RegionEU868Verify( verify, phyAttribute ); }
335 …RIFY( ) KR920_CASE { return RegionKR920Verify( verify, phyAttribute ); }
384 …RIFY( ) IN865_CASE { return RegionIN865Verify( verify, phyAttribute ); }
433 …RIFY( ) US915_CASE { return RegionUS915Verify( verify, phyAttribute ); }
482 …RIFY( ) RU864_CASE { return RegionRU864Verify( verify, phyAttribute ); }
[all …]
DRegionCN779.h277 bool RegionCN779Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionEU433.h278 bool RegionEU433Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionKR920.h290 bool RegionKR920Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionRU864.h273 bool RegionRU864Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionEU868.h306 bool RegionEU868Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionUS915.h270 bool RegionUS915Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionAU915.h290 bool RegionAU915Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionIN865.h295 bool RegionIN865Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionCN470.h287 bool RegionCN470Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionAS923.h365 bool RegionAS923Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegion.h904 bool RegionVerify( LoRaMacRegion_t region, VerifyParams_t* verify, PhyAttribute_t phyAttribute );
DRegionAU915.c401 bool RegionAU915Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionAU915Verify() argument
403 switch( phyAttribute ) in RegionAU915Verify()
DRegionCN779.c338 bool RegionCN779Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionCN779Verify() argument
340 switch( phyAttribute ) in RegionCN779Verify()
DRegionEU433.c338 bool RegionEU433Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionEU433Verify() argument
340 switch( phyAttribute ) in RegionEU433Verify()
DRegionEU868.c368 bool RegionEU868Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionEU868Verify() argument
370 switch( phyAttribute ) in RegionEU868Verify()
DRegionIN865.c338 bool RegionIN865Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionIN865Verify() argument
340 switch( phyAttribute ) in RegionIN865Verify()
DRegionKR920.c358 bool RegionKR920Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionKR920Verify() argument
360 switch( phyAttribute ) in RegionKR920Verify()
DRegionRU864.c337 bool RegionRU864Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionRU864Verify() argument
339 switch( phyAttribute ) in RegionRU864Verify()
DRegionUS915.c400 bool RegionUS915Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionUS915Verify() argument
402 switch( phyAttribute ) in RegionUS915Verify()
DRegionAS923.c422 bool RegionAS923Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionAS923Verify() argument
424 switch( phyAttribute ) in RegionAS923Verify()
DRegionCN470.c610 bool RegionCN470Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute ) in RegionCN470Verify() argument
612 switch( phyAttribute ) in RegionCN470Verify()