Zephyr API Documentation
4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
#define NRF_AUXPLL_OUT_DIV_DISABLED 0
17
#define NRF_AUXPLL_OUT_DIV_1 1
18
#define NRF_AUXPLL_OUT_DIV_2 2
19
#define NRF_AUXPLL_OUT_DIV_3 3
20
#define NRF_AUXPLL_OUT_DIV_4 4
21
#define NRF_AUXPLL_OUT_DIV_6 5
22
#define NRF_AUXPLL_OUT_DIV_8 6
23
#define NRF_AUXPLL_OUT_DIV_12 7
24
#define NRF_AUXPLL_OUT_DIV_16 8
25
26
#endif
/* #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_NRF_AUXPLL_H_ */
zephyr
dt-bindings
clock
nrf-auxpll.h
Generated on
for Zephyr API Documentation by
1.15.0