/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include<stdint.h>#include<stddef.h>#ifdef__cplusplusextern"C"{#endif/** * @brief Calculate Dallas CRC8 value of a given buffer * * @param[in] init_crc Initial CRC value * @param[in] input Input buffer to calculate CRC value * @param[in] input_size Size of input buffer, in bytes * @return CRC8 result of the input buffer *//* ... */uint8_tonewire_crc8(uint8_tinit_crc,uint8_t*input,size_tinput_size);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.