Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/maxim/ds18b20/
Dds18b20.c50 enum chip_type {type_ds18b20, type_ds18s20}; enum
65 enum chip_type chip;
338 #define DS18B20_CONFIG_INIT(inst, default_family_code, chip_type) \ argument
343 .chip = chip_type, \
346 #define DS18B20_DEFINE(inst, name, family_code, chip_type) \ argument
349 DS18B20_CONFIG_INIT(inst, family_code, chip_type); \