Searched refs:efuse_read (Results 1 – 2 of 2) sorted by relevance
941 sl_status_t sl_si91x_efuse_read(const sl_si91x_efuse_read_t *efuse_read, uint8_t *efuse_read_buf);
2183 sl_status_t sl_si91x_efuse_read(const sl_si91x_efuse_read_t *efuse_read, uint8_t *efuse_read_buf) in sl_si91x_efuse_read() argument2191 SL_VERIFY_POINTER_OR_RETURN(efuse_read, SL_STATUS_NULL_POINTER); in sl_si91x_efuse_read()2196 efuse_read, in sl_si91x_efuse_read()2208 memcpy(efuse_read_buf, packet->data, efuse_read->efuse_read_data_len); in sl_si91x_efuse_read()