ESP-IDF + 0/1 examples
SourceVu will show references to esp_efuse_read_field_bit() from the following samples and libraries:
 
Symbols
loading (2/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

- true: The field parameter is valid and the bit is set. - false: The bit is not set, or the parameter is invalid and assertions are disabled.

Notes

The value must exist and must be a single bit wide. If there is any possibility of an error in the provided arguments, call esp_efuse_read_field_blob() and check the returned value instead. If assertions are enabled and the parameter is invalid, execution will abort Please note that reading in the batch mode does not show uncommitted changes.

References

from 0/1 examples