Searched refs:aPeriodInTenSymbols (Results 1 – 2 of 2) sorted by relevance
619 static uint32_t CslPeriodToUsec(uint16_t aPeriodInTenSymbols);
2480 uint32_t Mac::CslPeriodToUsec(uint16_t aPeriodInTenSymbols) in CslPeriodToUsec() argument2482 return static_cast<uint32_t>(aPeriodInTenSymbols) * kUsPerTenSymbols; in CslPeriodToUsec()