/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/ |
D | CMakeLists.txt | 26 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/ |
D | CMakeLists.txt | 26 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/ |
D | CMakeLists.txt | 26 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/ |
D | CMakeLists.txt | 26 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 …]
|
D | LoRaMacAdr.c | 56 phyParam = RegionGetPhyParam( adrNext->Region, &getPhy ); in LoRaMacAdrCalcNext() 71 phyParam = RegionGetPhyParam( adrNext->Region, &getPhy ); in LoRaMacAdrCalcNext() 88 RegionInitDefaults( adrNext->Region, ¶ms ); in LoRaMacAdrCalcNext() 99 phyParam = RegionGetPhyParam( adrNext->Region, &getPhy ); in LoRaMacAdrCalcNext()
|
D | LoRaMac.c | 824 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 …]
|
D | LoRaMacAdr.h | 91 LoRaMacRegion_t Region; member
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_cortex.h | 553 __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/ |
D | stm32l4xx_ll_cortex.h | 553 __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/ |
D | stm32l0xx_ll_cortex.h | 504 __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/ |
D | development-environment.md | 121 * `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/ |
D | LmHandler.h | 80 LoRaMacRegion_t Region; member
|
D | LmHandler.c | 264 …if( LoRaMacInitialization( &LoRaMacPrimitives, &LoRaMacCallbacks, LmHandlerParams->Region ) != LOR… in LmHandlerInit() 719 return LmHandlerParams->Region; in LmHandlerGetActiveRegion()
|
/loramac-node-3.6.0-3.5.0/.vscode/ |
D | settings.json | 67 // 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/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/ |
D | main.c | 225 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/ |
D | main.c | 218 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/ |
D | main.c | 215 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/SAMR34/ |
D | main.c | 183 .Region = ACTIVE_REGION,
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NAMote72/ |
D | main.c | 206 .Region = ACTIVE_REGION,
|