Lines Matching refs:aChannel
201 void SetChannel(uint8_t aChannel) in SetChannel() argument
204 mTxFrame802154.SetChannel(aChannel); in SetChannel()
207 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl() argument
479 OT_UNUSED_VARIABLE(aChannel); in UpdateCsl()
483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
514 … void UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening() argument
519 OT_UNUSED_VARIABLE(aChannel); in UpdateWakeupListening()
521 mSubMac.UpdateWakeupListening(aEnable, aInterval, aDuration, aChannel); in UpdateWakeupListening()
531 void Receive(uint8_t aChannel) in Receive() argument
534 IgnoreError(mSubMac.Receive(aChannel)); in Receive()
537 mTrel.Receive(aChannel); in Receive()