Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/tmp116/
Dtmp116.c22 #define EEPROM_TMP117_RESERVED (2 * sizeof(uint16_t)) macro
64 offset <= EEPROM_TMP117_RESERVED && in check_eeprom_bounds()
65 (offset + len) > EEPROM_TMP117_RESERVED) { in check_eeprom_bounds()