mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(phy): add check for required clock bits during phy enable
This commit is contained in:
9
components/esp_phy/esp32c2/include/phy_init_deps.h
Normal file
9
components/esp_phy/esp32c2/include/phy_init_deps.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0xE0788FCF
|
||||
Reference in New Issue
Block a user