Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sys_io.h
Go to the documentation of this file.
1/* Port and memory mapped registers I/O operations */
2
3/*
4 * Copyright (c) 2015 Intel Corporation.
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 */
8
9#ifndef ZEPHYR_INCLUDE_SYS_SYS_IO_H_
10#define ZEPHYR_INCLUDE_SYS_SYS_IO_H_
11
12#include <zephyr/types.h>
13#include <stddef.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
22
23/* Port I/O functions */
24
147/* Memory mapped registers I/O functions */
148
236/* Memory bits manipulation functions */
237
377#ifdef __cplusplus
378}
379#endif
380
381#endif /* ZEPHYR_INCLUDE_SYS_SYS_IO_H_ */
__UINT32_TYPE__ uint32_t
Definition: stdint.h:90
__UINTPTR_TYPE__ uintptr_t
Definition: stdint.h:105
uint32_t io_port_t
Definition: sys_io.h:19
uintptr_t mm_reg_t
Definition: sys_io.h:20
uintptr_t mem_addr_t
Definition: sys_io.h:21