nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ OSAL_Memset()

void * OSAL_Memset ( void *  Ptr,
int  Value,
size_t  Num 
)

Sets buffer entries to a value.

Parameters
[in]PtrPointer to the buffer to set.
[in]ValueValue to set the buffer to.
[in]NumSize of the buffer.
Returns
Pointer to the input buffer.