29 #ifndef BAREMETAL_APP_OT_LWIP_FREERTOS_DEMO_SOURCE_LWIP_FREERTOS_DEMO_H_
30 #define BAREMETAL_APP_OT_LWIP_FREERTOS_DEMO_SOURCE_LWIP_FREERTOS_DEMO_H_
53 #define COMMS_LOCKED(x) \
58 UnlockCommsThread(); \
Global error declarations for use across the Cascoda SDK.
ca_error
Cascoda error type.
Definition: ca821x_error.h:51
ca_error UnlockCommsThread(void)
Unlock the comms thread so that Cascoda/Openthread stacks can run.
Definition: lwip_freertos_demo.c:97
ca_error init_lwipdemo_freertos(otInstance *aInstance, struct ca821x_dev *pDeviceRef)
Initialise the lwip demo cli.
Definition: lwipcli.c:382
ca_error LockCommsThread(void)
Lock the comms thread so that Cascoda/Openthread API calls can be made.
Definition: lwip_freertos_demo.c:90
CA-821x Device reference struct.
Definition: ca821x_api.h:123