esp_crc8_be() function
CRC8 value in big endian.
Syntax
static inline uint8_t esp_crc8_be(uint8_t crc,
uint8_t const *buf,
uint32_t len);
Arguments
crc
Initial CRC value (result of last calculation or 0 for the first time)
buf
Data buffer that used to calculate the CRC value
len
Length of the data buffer
Return value
CRC8 value
![]()
static inline uint8_t esp_crc8_be(uint8_t crc, uint8_t const *buf, uint32_t len)
esp_crc8_be() calls 1 function:
![]()
esp_crc8_be()
esp_crc8_be():
![]()
esp_crc8_be()