#include <cel_memory.h>
List of all members.
Public Member Functions |
| void | operator() (uint8_t *buffer, size_t count, const uint8_t &t) |
Detailed Description
template<>
struct Celartem::MemoryFill< uint8_t >
MemoryFill function for uint8_t types.
Member Function Documentation
| void Celartem::MemoryFill< uint8_t >::operator() |
( |
uint8_t * |
buffer, |
|
|
size_t |
count, |
|
|
const uint8_t & |
t | |
|
) |
| | [inline] |
- Parameters:
-
| buffer | Specifies the pointer to the memory block to fill. |
| count | The number of entries on the memory block to fill. |
| t | A value to fill with. |
The documentation for this struct was generated from the following file: