feat(esp32c61): add & modify soc header files pass build (part 3/3)

This commit is contained in:
wanlei
2024-03-07 21:19:07 +08:00
parent ff976c3c31
commit 616c72b96c
51 changed files with 10383 additions and 10045 deletions

View File

@@ -0,0 +1,13 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "soc.h"
#include "soc/lpperi_reg.h"
/* Hardware random number generator register */
#define WDEV_RND_REG LPPERI_RNG_DATA_REG