Zephyr API
3.6.99
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
11
extern
"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__ */
nrf_qspi_nor_xip_enable
void nrf_qspi_nor_xip_enable(const struct device *dev, bool enable)
Specifies whether XIP (execute in place) operation should be possible.
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:403
zephyr
drivers
flash
nrf_qspi_nor.h
Generated on Thu Nov 7 2024 15:54:19 for Zephyr API by
1.12.0