1 /* 2 * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #pragma once 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 // btbb sleep retention reg 14 15 #define BB_PART_0_SIZE 93 16 #define BB_PART_1_SIZE 62 17 #define BB_PART_2_SIZE 19 18 #define BB_PART_0_ADDR 0x600A2000 19 #define BB_PART_1_ADDR 0x600A2800 20 #define BB_PART_2_ADDR 0x600A2C00 21 22 #ifdef __cplusplus 23 } 24 #endif 25