Zephyr API 3.6.99
|
#include <zephyr/toolchain.h>
#include <zephyr/sys/sys_io.h>
#include <zephyr/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 |