Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Declarations of helper wait functions. More...
Go to the source code of this file.
Functions | |
void | WAIT_ms (uint32_t ticks) |
Wait for a given number of milliseconds. More... | |
ca_error | WAIT_Callback (uint8_t aCommandId, uint32_t aTimeoutMs, void *aCallbackContext, struct ca821x_dev *pDeviceRef) |
Wait for an asynchronous callback to be triggered. More... | |
ca_error | WAIT_CallbackSwap (uint8_t aCommandId, ca821x_generic_callback aCallback, uint32_t aTimeoutMs, void *aCallbackContext, struct ca821x_dev *pDeviceRef) |
Wait for an asynchronous callback to be triggered, with a given callback swapped in. More... | |
void * | WAIT_GetContext (void) |
Get the callback context from within a callback being waited for. More... | |
Declarations of helper wait functions.