Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp619 static uint32_t CslPeriodToUsec(uint16_t aPeriodInTenSymbols);
Dmac.cpp2480 uint32_t Mac::CslPeriodToUsec(uint16_t aPeriodInTenSymbols) in CslPeriodToUsec() argument
2482 return static_cast<uint32_t>(aPeriodInTenSymbols) * kUsPerTenSymbols; in CslPeriodToUsec()