Searched refs:hal_flash_write_otp (Results 1 – 1 of 1) sorted by relevance
48 int32_t hal_flash_write_otp(uint32_t off_set, const void *in_buf, uint32_t in_buf_len) in hal_flash_write_otp() function94 return hal_flash_write_otp(SN_PARAMS_OFFSET, in_buf, in_buf_len); in hal_flash_write_sn_params()120 return hal_flash_write_otp(TRIPLE_OFFSET, in_buf, in_buf_len); in hal_flash_write_triples()130 return hal_flash_write_otp(GROUP_ADDR_OFFSET, in_buf, in_buf_len); in hal_flash_write_group_addr()
Completed in 2 milliseconds