mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
16 lines
325 B
C
16 lines
325 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "soc.h"
|
|
#include "soc/lpperi_reg.h"
|
|
|
|
// TODO: [ESP32H4] IDF-12265 inherit from verify code, need check
|
|
|
|
/* Hardware random number generator register */
|
|
#define WDEV_RND_REG 0x600B0800
|