Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nrfs-audiopll.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRFS_AUDIOPLL_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRFS_AUDIOPLL_H_
9
10#define NRFS_AUDIOPLL_FREQ_MIN 10666707
11#define NRFS_AUDIOPLL_FREQ_AUDIO_44K1 11289591
12#define NRFS_AUDIOPLL_FREQ_AUDIO_48K 12287963
13#define NRFS_AUDIOPLL_FREQ_MAX 13333292
14
15#endif /* #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRFS_AUDIOPLL_H_ */