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