ulp_common_defs.h 365 B

12345678910111213141516171819
  1. /*
  2. * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef __ULP_COMMON_DEFS_H__
  7. #define __ULP_COMMON_DEFS_H__
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #define RTC_SLOW_MEM ((uint32_t*) 0x50000000) /*!< RTC slow memory, 8k size */
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif // __ULP_COMMON_DEFS_H__