Home
last modified time | relevance | path

Searched refs:RadioPublicNetwork (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dradio.c472 static RadioPublicNetwork_t RadioPublicNetwork = { false }; variable
567 RadioPublicNetwork.Current = false; in RadioSetModem()
572 if( RadioPublicNetwork.Current != RadioPublicNetwork.Previous ) in RadioSetModem()
574 RadioPublicNetwork.Current = RadioPublicNetwork.Previous; in RadioSetModem()
575 RadioSetPublicNetwork( RadioPublicNetwork.Current ); in RadioSetModem()
1207 RadioPublicNetwork.Current = RadioPublicNetwork.Previous = enable; in RadioSetPublicNetwork()
/loramac-node-latest/src/radio/lr1110/
Dradio.c441 static RadioPublicNetwork_t RadioPublicNetwork = { false }; variable
537 RadioPublicNetwork.Current = false; in RadioSetModem()
542 if( RadioPublicNetwork.Current != RadioPublicNetwork.Previous ) in RadioSetModem()
544 RadioPublicNetwork.Current = RadioPublicNetwork.Previous; in RadioSetModem()
545 RadioSetPublicNetwork( RadioPublicNetwork.Current ); in RadioSetModem()
1155 RadioPublicNetwork.Current = RadioPublicNetwork.Previous = enable; in RadioSetPublicNetwork()