AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
This file is part of the AFBR-S50 Explorer Application. More...
#include "sci_crc8.h"
Macros | |
#define | CRC8GENERATOR ((uint8_t)0x1D) |
Functions | |
void | SCI_CRC8_Init (void) |
Initialization of the CRC8 module. | |
uint8_t | SCI_CRC8_Compute (uint8_t crc, const uint8_t *data, size_t length) |
Calculation routine for the CRC8 checksum. | |
Variables | |
static uint8_t | myCRC8Lookup [256] |
This file is part of the AFBR-S50 Explorer Application.
This file provides a CRC8 algorithm for the systems communication interface.
Copyright (c) 2023, Broadcom Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CRC8GENERATOR ((uint8_t)0x1D) |
CRC8_SAE_J1850_ZERO
|
static |
CRC8 lookup table; filled on initialization of the module.