Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp-s32-xspi.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_NXP_S32_XSPI_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_NXP_S32_XSPI_H_
9
11
12/* The XSPI secure attribute and secure policy references */
13#define NXP_S32_XSPI_NON_SECURE BIT(0)
14#define NXP_S32_XSPI_SECURE BIT(1)
15#define NXP_S32_XSPI_PRIVILEGE BIT(2)
16
17#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_NXP_S32_XSPI_H_ */