Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 4 of 4) sorted by relevance

/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/
DREADME.md253 // Region support activation, Select the ones you want to support.
354 // Region support activation, Select the ones you want to support.
DCHANGELOG.md53 - Fixes for class C activation and deactivation
344 - Updated examples to use OTAA activation method by default
648 - Relocate the activation of `LoRaMacFlags.Bits.McpsInd` in `OnRadioRxDone`
663 - Fixed default channels activation in case all others are disabled. (Issue #39)
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.c675 static bool CheckForMinimumAbpDatarate( bool adr, ActivationType_t activation, bool datarateChanged…
1747 static bool CheckForMinimumAbpDatarate( bool adr, ActivationType_t activation, bool datarateChanged… in CheckForMinimumAbpDatarate() argument
1750 ( activation == ACTIVATION_TYPE_ABP ) && in CheckForMinimumAbpDatarate()