Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
31__syscall void nrf_qspi_nor_base_clock_div_force(const struct device *dev,
32 bool force);
33
34#ifdef __cplusplus
35}
36#endif
37
38#include <syscalls/nrf_qspi_nor.h>
39
40#endif /* __ZEPHYR_INCLUDE_DRIVERS_FLASH_NRF_QSPI_NOR_H__ */
void nrf_qspi_nor_base_clock_div_force(const struct device *dev, bool force)
Specifies whether the QSPI base clock divider should be kept set when the driver is idle.
Runtime device structure (in ROM) per driver instance.
Definition: device.h:450