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