![]() |
TLx493D 3D Hall Sensor Generic Library
1.3
Generic library for the TLx493D 3D Hall sensor family
|
Miscellaneous functions. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | MISC_memcpy (uint8_t *dest, const uint8_t *src, size_t n) |
Copy a number of byted from source to destination. More... | |
Miscellaneous functions.
void MISC_memcpy | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
size_t | n | ||
) |
Copy a number of byted from source to destination.
dest | Destination of the copy. |
src | Source of the copy. |
n | Number of bytes to be copied. |