Lines Matching full:efuse

37  * @brief This is type of function that will handle the efuse field register.
48 * - other efuse component errors.
56 * @param[in] field A pointer to the structure describing the fields of efuse.
57 …m[in/out] ptr A pointer to an array that is used to read / write from / to the efuse field.
58 …* @param[in] ptr_size_bits The size of the data in bits for the efuse field. if = 0 then read al…
59 * @param[in] func_proc This is the function that will handle the efuse fields.
63 * - other efuse component errors.
86 * @brief Read efuse register and write this value to array.
92 * @brief Burn values written to the efuse write registers.
104 …* @brief Chip specific operations to perform the burn of values written to the efuse write registe…
123 * @brief Reading efuse register.
128 * @brief Writing efuse register with checking of repeated programming of programmed bits.
132 /* @brief Reset efuse write registers
134 * Efuse write registers are written to zero, to negate
145 * @brief Prints efuse values for all registers.
150 * @brief Prints efuse values for a single block.
151 * @param[in] num_block Index of efuse block.
173 * @brief Checks eFuse errors in BLOCK0.
177 * It does a BLOCK0 check if eFuse EFUSE_ERR_RST_ENABLE is set.
187 * @brief Efuse read operation: copies data from physical efuses to efuse read registers.
193 * @brief Writes eFuses to the efuse flash partition.
200 * @brief Loads efuses from efuse flash partition.
207 * @brief Erase efuse flash partition.
215 * @brief Return the address of a particular efuse block's first read register
217 * @param[in] block Index of efuse block to look up
228 * @param[in] block Index of efuse block.