Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/zbus/uart_bridge/
DREADME.rst35 D: START processing channel start_measurement change
36 D: FINISH processing channel start_measurement change
41 D: Channel start_measurement claimed
42 D: Channel start_measurement finished
43 D: Bridge send start_measurement
48 D: START processing channel start_measurement change
49 D: FINISH processing channel start_measurement change
50 D: Channel start_measurement claimed
51 D: Channel start_measurement finished
52 D: Bridge send start_measurement
[all …]
/Zephyr-latest/samples/subsys/zbus/remote_mock/
DREADME.rst40 D: Channel start_measurement claimed
41 D: Channel start_measurement finished
42 D: Publishing channel start_measurement
43 D: START processing channel start_measurement change
44 D: Channel start_measurement claimed
45 D: discard loopback event (channel start_measurement)
46 D: Channel start_measurement finished
47 D: FINISH processing channel start_measurement change
76 Proxy PUB [start_measurement] -> start measurement
78 Proxy PUB [start_measurement] -> start measurement
[all …]
/Zephyr-latest/drivers/sensor/ti/ina3221/
Dina3221.c116 static int start_measurement(const struct device *dev, bool bus, bool shunt) in start_measurement() function
158 ret = start_measurement(dev, true, false); in ina3221_sample_fetch()
166 ret = start_measurement(dev, false, true); in ina3221_sample_fetch()
174 ret = start_measurement(dev, true, true); in ina3221_sample_fetch()