Zephyr Project API
3.2.0
A Scalable Open Source RTOS
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
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__ */
nrf_qspi_nor_base_clock_div_force
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.
device
Runtime device structure (in ROM) per driver instance.
Definition:
device.h:435
include
zephyr
drivers
flash
nrf_qspi_nor.h
Generated on Tue Feb 28 2023 15:43:18 for Zephyr Project API by
1.9.2