Home
last modified time | relevance | path

Searched defs:bmg160 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/samples/sensor/bmg160/src/
Dmain.c24 static void print_gyro_data(const struct device *bmg160) in print_gyro_data()
39 static void print_temp_data(const struct device *bmg160) in print_temp_data()
52 static void test_polling_mode(const struct device *bmg160) in test_polling_mode()
72 static void trigger_handler(const struct device *bmg160, in trigger_handler()
88 static void test_trigger_mode(const struct device *bmg160) in test_trigger_mode()
175 const struct device *const bmg160 = DEVICE_DT_GET_ANY(bosch_bmg160); in main() local
/Zephyr-Core-3.5.0/drivers/sensor/bmg160/
Dbmg160_trigger.c34 struct bmg160_device_data *bmg160 = in bmg160_gpio_callback() local
51 struct bmg160_device_data *bmg160 = dev->data; in bmg160_anymotion_set() local
75 struct bmg160_device_data *bmg160 = dev->data; in bmg160_drdy_set() local
92 struct bmg160_device_data *bmg160 = dev->data; in bmg160_slope_config() local
145 struct bmg160_device_data *bmg160 = dev->data; in bmg160_handle_anymotion_int() local
156 struct bmg160_device_data *bmg160 = dev->data; in bmg160_handle_dataready_int() local
184 static void bmg160_thread_main(struct bmg160_device_data *bmg160) in bmg160_thread_main()
197 struct bmg160_device_data *bmg160 = in bmg160_work_cb() local
207 struct bmg160_device_data *bmg160 = dev->data; in bmg160_trigger_init() local
Dbmg160.c37 struct bmg160_device_data *bmg160 = dev->data; in bmg160_read() local
65 struct bmg160_device_data *bmg160 = dev->data; in bmg160_write() local
93 struct bmg160_device_data *bmg160 = dev->data; in bmg160_update_byte() local
136 struct bmg160_device_data *bmg160 = dev->data; in bmg160_attr_set() local
202 struct bmg160_device_data *bmg160 = dev->data; in bmg160_sample_fetch() local
226 static void bmg160_to_fixed_point(struct bmg160_device_data *bmg160, in bmg160_to_fixed_point()
245 struct bmg160_device_data *bmg160 = dev->data; in bmg160_channel_get() local
287 struct bmg160_device_data *bmg160 = dev->data; in bmg160_init() local
/Zephyr-Core-3.5.0/samples/sensor/bmg160/
DCMakeLists.txt5 project(bmg160) project