Skip to main content

esp_efuse_get_field_size

Function esp_efuse_get_field_size 

Source
pub unsafe extern "C" fn esp_efuse_get_field_size(
    field: *mut *const esp_efuse_desc_t,
) -> c_int
Expand description

@brief Returns the number of bits used by field.

@param[in] field A pointer to the structure describing the fields of efuse.

@return Returns the number of bits used by field.