Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nrf_qspi_nor.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef __ZEPHYR_INCLUDE_DRIVERS_FLASH_NRF_QSPI_NOR_H__
8#define __ZEPHYR_INCLUDE_DRIVERS_FLASH_NRF_QSPI_NOR_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
32__syscall void nrf_qspi_nor_xip_enable(const struct device *dev, bool enable);
33
34#ifdef __cplusplus
35}
36#endif
37
38#include <zephyr/syscalls/nrf_qspi_nor.h>
39
40#endif /* __ZEPHYR_INCLUDE_DRIVERS_FLASH_NRF_QSPI_NOR_H__ */
void nrf_qspi_nor_xip_enable(const struct device *dev, bool enable)
Specifies whether XIP (execute in place) operation should be possible.
Runtime device structure (in ROM) per driver instance.
Definition: device.h:403