Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <toolchain.h>
#include <sys/sys_io.h>
#include <arch/arc/v2/aux_regs.h>
#include <zephyr/types.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
static ALWAYS_INLINE uint8_t | sys_read8 (mem_addr_t addr) |
static ALWAYS_INLINE void | sys_write8 (uint8_t data, mem_addr_t addr) |
static ALWAYS_INLINE uint16_t | sys_read16 (mem_addr_t addr) |
static ALWAYS_INLINE void | sys_write16 (uint16_t data, mem_addr_t addr) |
static ALWAYS_INLINE uint32_t | sys_read32 (mem_addr_t addr) |
static ALWAYS_INLINE void | sys_write32 (uint32_t data, mem_addr_t addr) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |