Search found 2 matches

by daiziyan
Fri Jul 19, 2024 6:56 am
Forum: Documentation
Topic: ESP32-S3: Where is the RNG register?
Replies: 1
Views: 3930

Re: ESP32-S3: Where is the RNG register?

Hello @DrRossPhD,

The base address of the ESP32-S3 RNG module is 0x60033000, and the absolute address of RNG_DATA_REG, given its offset of 0x0110, is 0x60033110. We will update our related documentation shortly.

Thank you.
by daiziyan
Tue Aug 23, 2022 3:56 am
Forum: Documentation
Topic: Wifi mesh stack functions - where are they defined?
Replies: 7
Views: 9164

Re: Wifi mesh stack functions - where are they defined?

Hi, you can refer to mesh_attempts_t struct.

Please note that this API is not a public API. Non-public APIs are not documented in the ESP-IDF Programming Guide and may not work in future upgrades.