_set() function
Set the value 'val' into the buffer 'to', 'len' times.
Syntax
void _set(void *to,
uint8_t val,
unsigned int len);
Arguments
to
OUT -- destination buffer
val
IN -- value to be set in 'to'
len
IN -- number of times the value will be copied