Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dmac.hpp651 static uint32_t CslPeriodToUsec(uint16_t aPeriodInTenSymbols);
Dmac.cpp2301 uint32_t Mac::CslPeriodToUsec(uint16_t aPeriodInTenSymbols) in CslPeriodToUsec() argument
2303 return static_cast<uint32_t>(aPeriodInTenSymbols) * kUsPerTenSymbols; in CslPeriodToUsec()