Home
last modified time | relevance | path

Searched refs:Region (Results 1 – 25 of 34) sorted by relevance

12

/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/
DCMakeLists.txt26 option(REGION_EU868 "Region EU868" ON)
27 option(REGION_US915 "Region US915" OFF)
28 option(REGION_CN779 "Region CN779" OFF)
29 option(REGION_EU433 "Region EU433" OFF)
30 option(REGION_AU915 "Region AU915" OFF)
31 option(REGION_AS923 "Region AS923" OFF)
32 option(REGION_CN470 "Region CN470" OFF)
33 option(REGION_KR920 "Region KR920" OFF)
34 option(REGION_IN865 "Region IN865" OFF)
35 option(REGION_RU864 "Region RU864" OFF)
/loramac-node-3.6.0-3.5.0/src/apps/rx-sensi/
DCMakeLists.txt26 option(REGION_EU868 "Region EU868" ON)
27 option(REGION_US915 "Region US915" OFF)
28 option(REGION_CN779 "Region CN779" OFF)
29 option(REGION_EU433 "Region EU433" OFF)
30 option(REGION_AU915 "Region AU915" OFF)
31 option(REGION_AS923 "Region AS923" OFF)
32 option(REGION_CN470 "Region CN470" OFF)
33 option(REGION_KR920 "Region KR920" OFF)
34 option(REGION_IN865 "Region IN865" OFF)
35 option(REGION_RU864 "Region RU864" OFF)
/loramac-node-3.6.0-3.5.0/src/apps/ping-pong/
DCMakeLists.txt26 option(REGION_EU868 "Region EU868" ON)
27 option(REGION_US915 "Region US915" OFF)
28 option(REGION_CN779 "Region CN779" OFF)
29 option(REGION_EU433 "Region EU433" OFF)
30 option(REGION_AU915 "Region AU915" OFF)
31 option(REGION_AS923 "Region AS923" OFF)
32 option(REGION_CN470 "Region CN470" OFF)
33 option(REGION_KR920 "Region KR920" OFF)
34 option(REGION_IN865 "Region IN865" OFF)
35 option(REGION_RU864 "Region RU864" OFF)
/loramac-node-3.6.0-3.5.0/src/mac/
DCMakeLists.txt26 option(REGION_EU868 "Region EU868" ON)
27 option(REGION_US915 "Region US915" OFF)
28 option(REGION_CN779 "Region CN779" OFF)
29 option(REGION_EU433 "Region EU433" OFF)
30 option(REGION_AU915 "Region AU915" OFF)
31 option(REGION_AS923 "Region AS923" OFF)
32 option(REGION_CN470 "Region CN470" OFF)
33 option(REGION_KR920 "Region KR920" OFF)
34 option(REGION_IN865 "Region IN865" OFF)
35 option(REGION_RU864 "Region RU864" OFF)
[all …]
DLoRaMacAdr.c56 phyParam = RegionGetPhyParam( adrNext->Region, &getPhy ); in LoRaMacAdrCalcNext()
71 phyParam = RegionGetPhyParam( adrNext->Region, &getPhy ); in LoRaMacAdrCalcNext()
88 RegionInitDefaults( adrNext->Region, &params ); in LoRaMacAdrCalcNext()
99 phyParam = RegionGetPhyParam( adrNext->Region, &getPhy ); in LoRaMacAdrCalcNext()
DLoRaMac.c824 phyParam = RegionGetPhyParam( Nvm.MacGroup2.Region, &getPhy ); in ProcessRadioTxDone()
848 RegionSetBandTxDone( Nvm.MacGroup2.Region, &txDone ); in ProcessRadioTxDone()
1008 if( RegionVerify( Nvm.MacGroup2.Region, &verifyRxDr, PHY_RX_DR ) == false ) in ProcessRadioRxDone()
1066 RegionApplyCFList( Nvm.MacGroup2.Region, &applyCFList ); in ProcessRadioRxDone()
1117 phyParam = RegionGetPhyParam( Nvm.MacGroup2.Region, &getPhy ); in ProcessRadioRxDone()
2131 phyParam = RegionGetPhyParam( Nvm.MacGroup2.Region, &getPhy ); in GetMaxAppPayloadWithoutFOptsLength()
2250 … status = RegionLinkAdrReq( Nvm.MacGroup2.Region, &linkAdrReq, &linkAdrDatarate, in ProcessMacCommands()
2320 status = RegionRxParamSetupReq( Nvm.MacGroup2.Region, &rxParamSetupReq ); in ProcessMacCommands()
2362 status = ( uint8_t )RegionNewChannelReq( Nvm.MacGroup2.Region, &newChannelReq ); in ProcessMacCommands()
2405 if( RegionTxParamSetupReq( Nvm.MacGroup2.Region, &txParamSetupReq ) != -1 ) in ProcessMacCommands()
[all …]
DLoRaMacAdr.h91 LoRaMacRegion_t Region; member
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_cortex.h553 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
556 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
599 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
602 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
624 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
627 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_cortex.h553 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
556 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
599 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
602 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
624 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
627 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_cortex.h504 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
507 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
550 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
553 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
575 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
578 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/loramac-node-3.6.0-3.5.0/doc/
Ddevelopment-environment.md121 * `REGION_EU868` - Enables support for the Region EU868 (Default ON)
122 * `REGION_US915` - Enables support for the Region US915 (Default OFF)
123 * `REGION_CN779` - Enables support for the Region CN779 (Default OFF)
124 * `REGION_EU433` - Enables support for the Region EU433 (Default OFF)
125 * `REGION_AU915` - Enables support for the Region AU915 (Default OFF)
126 * `REGION_AS923` - Enables support for the Region AS923 (Default OFF)
127 * `REGION_CN470` - Enables support for the Region CN470 (Default OFF)
128 * `REGION_KR920` - Enables support for the Region IN865 (Default OFF)
129 * `REGION_IN865` - Enables support for the Region AS923 (Default OFF)
130 * `REGION_RU864` - Enables support for the Region RU864 (Default OFF)
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.h80 LoRaMacRegion_t Region; member
DLmHandler.c264 …if( LoRaMacInitialization( &LoRaMacPrimitives, &LoRaMacCallbacks, LmHandlerParams->Region ) != LOR… in LmHandlerInit()
719 return LmHandlerParams->Region; in LmHandlerGetActiveRegion()
/loramac-node-3.6.0-3.5.0/.vscode/
Dsettings.json67 // Region support activation, Select the ones you want to support.
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/
Dmain.c225 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c218 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/
Dmain.c215 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/SAMR34/
Dmain.c183 .Region = ACTIVE_REGION,
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NAMote72/
Dmain.c206 .Region = ACTIVE_REGION,

12