GetState() const
GetChannel() const
Gets the current receiving channel.
GetMultipanActiveInterface()
Get currently active interface.
SetMultipanActiveInterface()
Sets specified radio interface active This function allows selecting currently active radio interface on platforms that do not support parallel communication on multiple interfaces. I.e. if more than one interface is in receive state calling SetMultipanActiveInterface guarantees that specified interface will not be losing frames. This function returns if the request was received properly. After interface switching is complete SwitchoverDone callback is Invoked. Switching interfaces may take longer if aCompletePending is set true.
GetTransmitFrame()
Returns a reference to the transmit buffer. The caller forms the IEEE 802.15.4 frame in this buffer then calls otPlatRadioTransmit() to request transmission.
EnableSrcMatch()
Enables or disables source address match feature.
AddSrcMatchShortEntry()
Adds a short address to the source address match table.
ClearSrcMatchShortEntry()
Removes a short address from the source address match table.
ClearSrcMatchShortEntries()
Clear all short addresses from the source address match table.
AddSrcMatchExtEntry()
Add an extended address to the source address match table.
ClearSrcMatchExtEntry()
Remove an extended address from the source address match table.
ClearSrcMatchExtEntries()
Clear all the extended/long addresses from source address match table.
EnergyScan()
Begins the energy scan sequence on the radio.
Transmit()
Switches the radio state from Receive to Transmit.
Receive()
Switches the radio state from Sleep to Receive.
Sleep()
Switches the radio state from Receive to Sleep.
Enable()
Enable the radio.
Disable()
Disable the radio.
IsEnabled() const
Checks whether radio is enabled or not.
IsTransmitting() const
Indicates whether there is a pending transmission.
IsTransmitDone() const
Indicates whether a transmit has just finished.
GetTxRadioEndUs() const
Returns the timeout timepoint for the pending transmission.
Process()
SetDiagEnabled()
Enables/disables the factory diagnostics mode.
IsDiagEnabled() const
Indicates whether or not factory diagnostics mode is enabled.
RadioSpinelDiagProcess()
PlatDiagProcess()
SetDiagOutputCallback()
GetDiagOutputCallback()
GetRadioChannelMask()
SetMacKey()
Sets MAC key and key index to RCP.
SetMacFrameCounter()
Sets the current MAC Frame Counter value.
SetRadioRegion()
Sets the radio region code.
GetRadioRegion()
Gets the radio region code.
SetMacKey()
Sets MAC key and key index to RCP.
PlatDiagOutput()
HandleCompatibilityError()
GetCslAccuracy()
Get the current accuracy, in units of ± ppm, of the clock used for scheduling CSL operations.
GetCslUncertainty()
Get the current uncertainty, in units of 10 us, of the clock used for scheduling CSL operations.
HasPendingFrame() const
Checks whether there is pending frame in the buffer.
Returns the next timepoint to recalculate RCP time offset.
GetNow()
GetBusSpeed() const
Returns the bus speed between the host and the radio.
GetBusLatency() const
Returns the bus latency between the host and the radio.
SetBusLatency()
Sets the bus latency between the host and the radio.
GetVersion() const
Returns the co-processor sw version string.
SetChannelMaxTransmitPower()
Sets the max transmit power.
Get()
Tries to retrieve a spinel property from OpenThread transceiver.
GetWithParam()
Tries to retrieve a spinel property from OpenThread transceiver with parameter appended.
Set()
Tries to update a spinel property of OpenThread transceiver.
Insert()
Remove()
SendReset()
GetRadioSpinelMetrics() const
Returns the radio Spinel metrics.
SetTimeSyncState()
Enables or disables the time synchronization between the host and RCP.
GetSpinelDriver() const
CheckSpinelVersion()
CheckRadioCapabilities()
CheckRcpApiVersion()
InitializeCaps()
ProcessRadioStateMachine()
ProcessFrameQueue()
Processes the frame queue.
GetNextTid()
FreeTid()
Init()
Initialize this radio transceiver.
SetCallbacks()
This method sets the notification callbacks.
Deinit()
IsPromiscuous() const
Gets the status of promiscuous mode.
SetPromiscuous()
SetRxOnWhenIdle()
SetShortAddress()
GetIeeeEui64()
Gets the factory-assigned IEEE EUI-64 for this transceiver.
SetExtendedAddress()
Sets the Extended Address for address filtering.
SetPanId()
Sets the PAN ID for address filtering.
GetTransmitPower()
Gets the radio's transmit power in dBm.
SetTransmitPower()
Sets the radio's transmit power in dBm.
GetCcaEnergyDetectThreshold()
Gets the radio's CCA ED threshold in dBm.
SetCcaEnergyDetectThreshold()
Sets the radio's CCA ED threshold in dBm.
GetFemLnaGain()
Gets the FEM's Rx LNA gain in dBm.
SetFemLnaGain()
Sets the FEM's Rx LNA gain in dBm.
GetRadioCaps() const
Returns the radio capabilities.
Gets the most recent RSSI measurement.
GetReceiveSensitivity() const
Returns the radio receive sensitivity value.
RequestV()
Request()
RequestWithExpectedCommandV()
WaitResponse()
ParseRadioFrame()
IsSafeToHandleNow() const
Returns if the property changed event is safe to be handled now. If a property handler will go up to core stack, it may cause reentrant issue of `Hdlc::Decode()` and `WaitResponse()`.
HandleNotification()
HandleNotification()
HandleValueIs()
HandleResponse()
HandleTransmitDone()
HandleWaitingResponse()
RadioReceive()
TransmitDone()
CalcRcpTimeOffset()
HandleRcpUnexpectedReset()
HandleRcpTimeout()
RecoverFromRcpFailure()
HandleReceivedFrame()
HandleReceivedFrame()
HandleSavedFrame()
HandleSavedFrame()
UpdateParseErrorCount()