btbb_retention_reg.h 410 B

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