Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
word_granular_access.h File Reference

Public word granular access memory APIs. More...

#include <zephyr/sys/util.h>

Go to the source code of this file.

Functions

void * memset_word_granular_access (void *buf, int c, size_t n)
 Memset buffer in word granular access memory.
void * memcpy_to_word_granular_access (void *d, const void *s, size_t n)
 Memcpy buffer into word granular access memory.
void * memcpy_from_word_granular_access (void *d, const void *s, size_t n)
 Memcpy buffer out of word granular access memory.

Detailed Description

Public word granular access memory APIs.