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

Public instruction memory APIs. More...

#include <zephyr/sys/util.h>

Go to the source code of this file.

Functions

bool arch_is_instr_mem (const void *addr, size_t len)
 Check if region is in instruction memory.
void * arch_memset_instr (void *buf, int c, size_t n)
 Memset buffer in instruction memory.
void * arch_memcpy_to_instr (void *d, const void *s, size_t n)
 Memcpy buffer from data memory to instruction memory.
void * arch_memcpy_from_instr (void *d, const void *s, size_t n)
 Memcpy buffer from instruction memory to data memory.

Detailed Description

Public instruction memory APIs.