Home
last modified time | relevance | path

Searched refs:ESP_EFUSE_BLOCK_ERROR_NUM_BITS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32c3/
Defuse_hal.c16 #define ESP_EFUSE_BLOCK_ERROR_NUM_BITS(error_reg, block) ((error_reg) & (0x07 << (4 * (block)))) macro
95 …SP_EFUSE_BLOCK_ERROR_BITS(err_fail_reg, block % 8) != 0) || (ESP_EFUSE_BLOCK_ERROR_NUM_BITS(err_nu… in efuse_hal_is_coding_error_in_block()
/hal_espressif-latest/components/hal/esp32h2/
Defuse_hal.c15 #define ESP_EFUSE_BLOCK_ERROR_NUM_BITS(error_reg, block) ((error_reg) & (0x07 << (4 * (block)))) macro
/hal_espressif-latest/components/hal/esp32c6/
Defuse_hal.c15 #define ESP_EFUSE_BLOCK_ERROR_NUM_BITS(error_reg, block) ((error_reg) & (0x07 << (4 * (block)))) macro