Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se-hal.c254 uint8_t selftest_fail_resp[4] = {0x04, 0x07, 0xC4, 0x40}; in hal_i2c_wake() local
260 if (memcmp(rx_buffer, selftest_fail_resp, 4) == 0) in hal_i2c_wake()