Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
nrf-auxpll.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_
9
10#define NRF_AUXPLL_FREQ_DIV_MIN 0
11#define NRF_AUXPLL_FREQ_DIV_AUDIO_44K1 15309
12#define NRF_AUXPLL_FREQ_DIV_USB24M 32768
13#define NRF_AUXPLL_FREQ_DIV_AUDIO_48K 39845
14#define NRF_AUXPLL_FREQ_DIV_MAX 65535
15
16#endif /* #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_ */