esp_efuse_utility.h 410 B

123456789101112131415161718192021
  1. /*
  2. * SPDX-FileCopyrightText: 2022 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. #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */
  11. #define ESP_EFUSE_SECURE_VERSION_NUM_BLOCK EFUSE_BLK0
  12. #define ESP_EFUSE_FIELD_CORRESPONDS_CODING_SCHEME(scheme, max_num_bit)
  13. #ifdef __cplusplus
  14. }
  15. #endif