Home
last modified time | relevance | path

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

/loramac-node-latest/.vscode/
Dsettings.json41 // Select the active region for which the stack will be initialized.
/loramac-node-latest/
DREADME.md79 LoRaMac-node project contains Git submodules that must be initialized
227 // Select the active region for which the stack will be initialized.
328 // Select the active region for which the stack will be initialized.
/loramac-node-latest/doc/
Ddevelopment-environment.md92 * `ACTIVE_REGION` - Active region for which the stack will be initialized.
/loramac-node-latest/src/mac/
DLoRaMac.c5248 static bool initialized = false; in AbpJoinPendingStart() local
5250 if( initialized == false ) in AbpJoinPendingStart()
5252 initialized = true; in AbpJoinPendingStart()