Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Go to the source code of this file.
Functions | |
void | arch_early_memset (void *dst, int c, size_t n) |
void | arch_early_memcpy (void *dst, const void *src, size_t n) |
void | arch_bss_zero (void) |
static void | arch_bss_zero_boot (void) |
static void | arch_bss_zero_pinned (void) |
void arch_bss_zero | ( | void | ) |
|
inlinestatic |
|
inlinestatic |
void arch_early_memcpy | ( | void * | dst, |
const void * | src, | ||
size_t | n ) |
void arch_early_memset | ( | void * | dst, |
int | c, | ||
size_t | n ) |