esp_efuse_read_block() function
Read key to efuse block starting at the offset and the required size.
Arguments
blk
Block number of eFuse.
dst_key
A pointer to array that will contain the result of reading.
offset_in_bits
Start bit in block.
size_bits
The number of bits required to read.
Return value
- ESP_OK: The operation was successfully completed. - ESP_ERR_INVALID_ARG: Error in the passed arguments. - ESP_ERR_CODING: Error range of data does not match the coding scheme.
Notes
Please note that reading in the batch mode does not show uncommitted changes.
![]()
esp_efuse_read_block(block, data, 0, blk_len_bit);
esp_efuse_read_block() is called by 3 functions and calls 1 function:
![]()
esp_efuse_read_block()
esp_efuse_read_block() reads 2 variables:
![]()
esp_efuse_read_block()