Home
last modified time | relevance | path

Searched refs:hal_flash_write_otp (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/genie_service/genie_port/hal/
A Dgenie_hal_flash.c48 int32_t hal_flash_write_otp(uint32_t off_set, const void *in_buf, uint32_t in_buf_len) in hal_flash_write_otp() function
94 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 3 milliseconds