Lines Matching full:param
142 * @param efuse_id [IN] type #hi_efuse_idx,EFUSE ID
163 * @param efuse_id [IN] type #hi_efuse_idx,EFUSE ID
164 * @param data [OUT] type #hi_u8*,Address for saving the read data.CNcomment:读到的数据放到该地址。CNend
165 * @param data_len [IN] type #hi_u8 Space allocated to data, in bytes.CNcomment:给data分配的空间,单位byte。CNend
184 * @param efuse_id [IN] type #hi_efuse_idx,EFUSE ID
185 * @param data [IN] type #const hi_u8*,Data to be written to the eFUSE.CNcomment:写该数据到EFUSE中。CNend
206 * @param lock_id [IN] type #hi_efuse_lock_id,eFUSE ID to be locked.CNcomment:待加锁的EFUSE ID项。CNend
227 * @param lock_stat [OUT] type #hi_u64*,Lock status of the eFUSE.CNcomment:获取EFUSE的锁状态。CNend
246 * @param start_bit [IN] type #hi_u16,Start bit. The address must be 8-bit aligned.
248 * @param size [IN] type #hi_u16,Number of bits to be read. If the input is not 8-bit aligned,
251 * @param key_data [OUT] type #hi_u8*,Address for saving the read data.
274 * @param start_bit [IN] type #hi_u16,Start bit.CNcomment:起始bit位。CNend
275 * @param size [IN] type #hi_u16,Number of bits to be written. 1-to-256-bit write is supported.
277 * @param key_data [IN] type #const hi_u8*,Address for the data to be written. The maximum length is 32 bytes.