Virgil IoT KIT
|
PC configuration : implementation for shared functions. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | vs_impl_device_serial (uint8_t *udid) |
Get serial number for current device. More... | |
void | vs_impl_msleep (size_t msec) |
Sleep current thread. More... | |
PC configuration : implementation for shared functions.
This file provides signatures for platform specific functions.
void vs_impl_device_serial | ( | uint8_t * | udid | ) |
Get serial number for current device.
[out] | udid | Serial device buffer. Cannot be NULL. |
void vs_impl_msleep | ( | size_t | msec | ) |
Sleep current thread.
[in] | msec | Time to sleep in milliseconds. |