Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmp435/
Dtmp435.c21 static inline int tmp435_reg_read(const struct tmp435_config *cfg, uint8_t reg, uint8_t *buf, in tmp435_reg_read()
27 static inline int tmp435_reg_write(const struct tmp435_config *cfg, uint8_t reg, uint8_t *buf, in tmp435_reg_write()
33 static inline int tmp435_get_status(const struct tmp435_config *cfg, uint8_t *status) in tmp435_get_status()
43 const struct tmp435_config *cfg = dev->config; in tmp435_one_shot()
69 const struct tmp435_config *cfg = dev->config; in tmp435_sample_fetch()
123 const struct tmp435_config *cfg = dev->config; in tmp435_channel_get()
155 const struct tmp435_config *cfg = dev->config; in tmp435_init()
204 static const struct tmp435_config tmp435_config_##inst = { \
Dtmp435.h37 struct tmp435_config { struct