Home
last modified time | relevance | path

Searched refs:max149x6_crc (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_max149x6.h30 static uint8_t max149x6_crc(uint8_t *data, bool encode) in max149x6_crc() function
121 local_tx_buff[2] = max149x6_crc(&local_tx_buff[0], true); in max149x6_reg_transceive()
134 crc = max149x6_crc(&local_rx_buff[0], false); in max149x6_reg_transceive()