Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Ddevice.h11 struct sensor_sample { struct
44 int device_read_sensor(struct sensor_sample *sample);
Dmqtt_client.c35 JSON_OBJ_DESCR_PRIM(struct sensor_sample, unit, JSON_TOK_STRING),
36 JSON_OBJ_DESCR_PRIM(struct sensor_sample, value, JSON_TOK_NUMBER),
270 struct sensor_sample sample; in get_mqtt_payload()
Ddevice.c55 int device_read_sensor(struct sensor_sample *sample) in device_read_sensor()