Searched refs:hal_flash_read_otp (Results 1 – 1 of 1) sorted by relevance
43 int32_t hal_flash_read_otp(uint32_t off_set, void *out_buf, uint32_t out_buf_len) in hal_flash_read_otp() function89 return hal_flash_read_otp(SN_PARAMS_OFFSET, out_buf, out_buf_len); in hal_flash_read_sn_params()115 return hal_flash_read_otp(TRIPLE_OFFSET, out_buf, out_buf_len); in hal_flash_read_triples()125 return hal_flash_read_otp(GROUP_ADDR_OFFSET, out_buf, out_buf_len); in hal_flash_read_group_addr()
Completed in 3 milliseconds