Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base.cpp2195 uint32_t freq_khz(0); in HandlePropertyGet() local
2200 freq_khz = 868300; in HandlePropertyGet()
2204 freq_khz = 906000 - (2000 * 1) + 2000 * (chan); in HandlePropertyGet()
2208 freq_khz = 2405000 - (5000 * 11) + 5000 * (chan); in HandlePropertyGet()
2211 return mEncoder.WriteUint32(freq_khz); in HandlePropertyGet()