Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394.h80 void mlx90394_async_fetch(struct k_work *work);
Dmlx90394_async.c21 void mlx90394_async_fetch(struct k_work *work) in mlx90394_async_fetch() function
Dmlx90394.c615 k_work_init_delayable(&data->async_fetch_work, mlx90394_async_fetch); in mlx90394_init()