Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se-hal.c253 const uint8_t expected_response[4] = {0x04, 0x11, 0x33, 0x43}; in hal_i2c_wake() local
256 if (memcmp(rx_buffer, expected_response, 4) == 0) in hal_i2c_wake()