Home
last modified time | relevance | path

Searched refs:otPlatDiagModeGet (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Ddiag.c100 bool otPlatDiagModeGet(void) in otPlatDiagModeGet() function
128 if (!otPlatDiagModeGet() || (sTransmitMode != DIAG_TRANSMIT_MODE_IDLE && in otPlatDiagRadioTransmitCarrier()
178 if (!otPlatDiagModeGet()) { in gpio_get_spec()
329 if (!otPlatDiagModeGet() || (sTransmitMode != DIAG_TRANSMIT_MODE_IDLE && in startModCarrier()
399 if (!otPlatDiagModeGet()) { in processTransmit()
Dalarm.c71 if (otPlatDiagModeGet()) { in platformAlarmProcess()
Dradio.c492 if (IS_ENABLED(CONFIG_OPENTHREAD_DIAG) && otPlatDiagModeGet()) { in handle_tx_done()
523 if (IS_ENABLED(CONFIG_OPENTHREAD_DIAG) && otPlatDiagModeGet()) { in openthread_handle_received_frame()
664 if (IS_ENABLED(CONFIG_OPENTHREAD_DIAG) && otPlatDiagModeGet()) { in platformRadioProcess()
Dradio_spinel.cpp374 bool otPlatDiagModeGet(void) in otPlatDiagModeGet() function