Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pmp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_RISCV_PMP_H_
8#define ZEPHYR_INCLUDE_RISCV_PMP_H_
9
11
37int z_riscv_pmp_change_permissions(size_t region_idx, uint8_t perm);
38
50void z_riscv_pmp_clear_all(void);
51
52#endif /* ZEPHYR_INCLUDE_RISCV_PMP_H_ */
RISCV specific kernel interface header.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88