mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
426 B
C
17 lines
426 B
C
/*
|
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/**
|
|
* @file regi2c_bbpll.h
|
|
* @brief Register definitions for digital PLL (BBPLL)
|
|
*
|
|
* This file lists register fields of BBPLL, located on an internal configuration
|
|
* bus. These definitions are used via macros defined in regi2c_ctrl.h, by
|
|
* rtc_clk_cpu_freq_set function in rtc_clk.c.
|
|
*/
|