Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tle9104.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 SILA Embedded Solutions GmbH
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_TLE9104_H_
7#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_TLE9104_H_
8
10
16};
17
18#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_TLE9104_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:356
sensor_channel_tle9104
Definition: tle9104.h:11
@ SENSOR_CHAN_TLE9104_OPEN_LOAD
Open load detected, boolean with one bit per output.
Definition: tle9104.h:13
@ SENSOR_CHAN_TLE9104_OVER_CURRENT
Over current detected, boolean with one bit per output.
Definition: tle9104.h:15
Public APIs for the sensor driver.