esp/bme680-demo/build/esp_err_codes/efuse_err_codes.csv
2026-06-24 23:13:57 +02:00

983 B

1namevaluefilecomment
2ESP_ERR_EFUSE5632components/efuse/include/esp_efuse.hBase error code for efuse api.
3ESP_OK_EFUSE_CNT5633components/efuse/include/esp_efuse.hOK the required number of bits is set.
4ESP_ERR_EFUSE_CNT_IS_FULL5634components/efuse/include/esp_efuse.hError field is full.
5ESP_ERR_EFUSE_REPEATED_PROG5635components/efuse/include/esp_efuse.hError repeated programming of programmed bits is strictly forbidden.
6ESP_ERR_CODING5636components/efuse/include/esp_efuse.hError while a encoding operation.
7ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS5637components/efuse/include/esp_efuse.hError not enough unused key blocks available
8ESP_ERR_DAMAGED_READING5638components/efuse/include/esp_efuse.hError. Burn or reset was done during a reading operation leads to damage read data. This error is internal to the efuse component and not returned by any public API.
9ESP_ERR_BURN_WR_DIS5639components/efuse/include/esp_efuse.hError to burn WR_DIS field.