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
10
#include <
zephyr/arch/riscv/arch.h
>
11
12
#ifdef CONFIG_RISCV_PMP
13
23
void
z_riscv_pmp_clear_all(
void
);
24
25
#endif
26
27
#endif
/* ZEPHYR_INCLUDE_RISCV_PMP_H_ */
arch.h
RISCV specific kernel interface header.
zephyr
arch
riscv
pmp.h
Generated on
for Zephyr API Documentation by
1.14.0