TLx493D 3D Hall Sensor Generic Library  1.3
Generic library for the TLx493D 3D Hall sensor family
Functions
misc.h File Reference

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...
 

Detailed Description

Miscellaneous functions.

Function Documentation

◆ MISC_memcpy()

void MISC_memcpy ( uint8_t *  dest,
const uint8_t *  src,
size_t  n 
)

Copy a number of byted from source to destination.

Parameters
destDestination of the copy.
srcSource of the copy.
nNumber of bytes to be copied.