/Zephyr-latest/modules/openthread/platform/ |
D | radio_spinel.cpp | 85 static void openthread_handle_frame_to_send(otInstance *instance, struct net_pkt *pkt) in openthread_handle_frame_to_send() 117 void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64) in otPlatRadioGetIeeeEui64() 123 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t panid) in otPlatRadioSetPanId() 129 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aAddress) in otPlatRadioSetExtendedAddress() 141 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aAddress) in otPlatRadioSetShortAddress() 147 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() 153 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() 159 otError otPlatRadioEnable(otInstance *aInstance) in otPlatRadioEnable() 164 otError otPlatRadioDisable(otInstance *aInstance) in otPlatRadioDisable() 170 otError otPlatRadioSleep(otInstance *aInstance) in otPlatRadioSleep() [all …]
|
D | platform-zephyr.h | 33 void platformAlarmProcess(otInstance *aInstance); 47 void platformRadioProcess(otInstance *aInstance); 55 void platformUartProcess(otInstance *aInstance); 71 uint16_t platformRadioChannelGet(otInstance *aInstance); 87 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable); 94 otError platformRadioTransmitModulatedCarrier(otInstance *aInstance, bool aEnable, 107 void platformShellInit(otInstance *aInstance);
|
D | radio.c | 486 static inline void handle_tx_done(otInstance *aInstance) in handle_tx_done() 501 static void openthread_handle_received_frame(otInstance *instance, in openthread_handle_received_frame() 534 static otMessage *openthread_ip4_new_msg(otInstance *instance, otMessageSettings *settings) in openthread_ip4_new_msg() 539 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() 546 static otMessage *openthread_ip4_new_msg(otInstance *instance, otMessageSettings *settings) in openthread_ip4_new_msg() 551 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() 558 static void openthread_handle_frame_to_send(otInstance *instance, struct net_pkt *pkt) in openthread_handle_frame_to_send() 620 static int run_tx_task(otInstance *aInstance) in run_tx_task() 636 void platformRadioProcess(otInstance *aInstance) in platformRadioProcess() 718 uint16_t platformRadioChannelGet(otInstance *aInstance) in platformRadioChannelGet() [all …]
|
D | alarm.c | 60 void platformAlarmProcess(otInstance *aInstance) in platformAlarmProcess() 86 void otPlatAlarmMilliStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMilliStartAt() 99 void otPlatAlarmMilliStop(otInstance *aInstance) in otPlatAlarmMilliStop() 106 void otPlatAlarmMicroStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt) in otPlatAlarmMicroStartAt() 119 void otPlatAlarmMicroStop(otInstance *aInstance) in otPlatAlarmMicroStop()
|
D | misc.c | 32 void otPlatReset(otInstance *aInstance) in otPlatReset() 41 otError otPlatResetToBootloader(otInstance *aInstance) in otPlatResetToBootloader() 88 otPlatResetReason otPlatGetResetReason(otInstance *aInstance) in otPlatGetResetReason()
|
D | messagepool.c | 29 void otPlatMessagePoolInit(otInstance *aInstance, uint16_t aMinNumFreeBuffers, size_t aBufferSize) 48 otMessageBuffer *otPlatMessagePoolNew(otInstance *aInstance) in otPlatMessagePoolNew() 63 void otPlatMessagePoolFree(otInstance *aInstance, otMessageBuffer *aBuffer) in otPlatMessagePoolFree()
|
D | ble.c | 67 static otInstance *ble_openthread_instance; 241 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, in otPlatBleGattServerIndicate() 280 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu) in otPlatBleGattMtuGet() 295 otError otPlatBleGapDisconnect(otInstance *aInstance) in otPlatBleGapDisconnect() 395 void otPlatBleGetLinkCapabilities(otInstance *aInstance, in otPlatBleGetLinkCapabilities() 405 bool otPlatBleSupportsMultiRadio(otInstance *aInstance) in otPlatBleSupportsMultiRadio() 412 otError otPlatBleGetAdvertisementBuffer(otInstance *aInstance, uint8_t **aAdvertisementBuffer) in otPlatBleGetAdvertisementBuffer() 421 otError otPlatBleGapAdvSetData(otInstance *aInstance, uint8_t *aAdvertisementData, in otPlatBleGapAdvSetData() 436 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart() 453 otError otPlatBleGapAdvStop(otInstance *aInstance) in otPlatBleGapAdvStop() [all …]
|
D | settings.c | 205 void otPlatSettingsInit(otInstance *aInstance, const uint16_t *aSensitiveKeys, in otPlatSettingsInit() 220 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, in otPlatSettingsGet() 253 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, in otPlatSettingsSet() 277 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, in otPlatSettingsAdd() 302 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete() 319 void otPlatSettingsWipe(otInstance *aInstance) in otPlatSettingsWipe() 326 void otPlatSettingsDeinit(otInstance *aInstance) in otPlatSettingsDeinit()
|
D | diag.c | 40 static otError startModCarrier(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]); 41 static otError processTransmit(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]); 63 void otPlatDiagSetOutputCallback(otInstance *aInstance, in otPlatDiagSetOutputCallback() 73 otError otPlatDiagProcess(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]) in otPlatDiagProcess() 116 void otPlatDiagRadioReceived(otInstance *aInstance, in otPlatDiagRadioReceived() 126 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() 316 static otError startModCarrier(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]) in startModCarrier() 345 void otPlatDiagAlarmCallback(otInstance *aInstance) in otPlatDiagAlarmCallback() 389 static otError processTransmit(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[]) in processTransmit()
|
D | platform.c | 28 void otSysProcessDrivers(otInstance *aInstance) in otSysProcessDrivers()
|
D | shell.c | 86 void platformShellInit(otInstance *aInstance) in platformShellInit()
|
D | uart.c | 130 void platformUartProcess(otInstance *aInstance) in platformUartProcess()
|
/Zephyr-latest/include/zephyr/net/ |
D | openthread.h | 48 otInstance *instance; 151 struct otInstance *openthread_get_default_instance(void);
|
/Zephyr-latest/samples/net/openthread/coap/src/ |
D | coap_utils.c | 33 otInstance *ot; in coap_req_send() 106 otInstance *ot; in coap_resp_send() 222 otInstance *ot = openthread_get_default_instance(); in coap_device_id() 260 otInstance *ot; in coap_init()
|
D | button.c | 106 otInstance *ot = openthread_get_default_instance(); in coap_btn_reg_rsc()
|
D | led.c | 150 otInstance *ot = openthread_get_default_instance(); in coap_led_reg_rsc()
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | openthread.c | 108 extern void platformShellInit(otInstance *aInstance); 164 void otPlatRadioGetIeeeEui64(otInstance *instance, uint8_t *ieee_eui64) in otPlatRadioGetIeeeEui64() 172 void otTaskletsSignalPending(otInstance *instance) in otTaskletsSignalPending() 421 otInstance *ot_instance = ot_context->instance; in openthread_start() 670 struct otInstance *openthread_get_default_instance(void) in openthread_get_default_instance()
|
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 39 otInstance *ot = (otInstance *)0xAAAA; 91 FAKE_VOID_FUNC(otPlatRadioEnergyScanDone, otInstance *, int8_t); 95 void otTaskletsSignalPending(otInstance *aInstance) in otTaskletsSignalPending() 108 void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() 118 FAKE_VOID_FUNC(otPlatRadioTxDone, otInstance *, otRadioFrame *, otRadioFrame *, otError); 134 FAKE_VALUE_FUNC(otError, otIp6Send, otInstance *, otMessage *); 136 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() 146 void otPlatRadioTxStarted(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTxStarted()
|