/* * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#ifndef_crc32_H_#define_crc32_H_/*** @brief This class is used to access crc32 module**//* ... */classcrc32{public:staticunsignedintcrc32_le(unsignedintcrc,unsignedcharconst*buf,unsignedintlen);...}{ ... };/* ... */#endif// _crc32_H_
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.