Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
#include <zephyr/drivers/gnss.h>
Go to the source code of this file.
Functions | |
void | gnss_publish_data (const struct device *dev, const struct gnss_data *data) |
Internal function used by GNSS drivers to publish GNSS data. | |
void | gnss_publish_satellites (const struct device *dev, const struct gnss_satellite *satellites, uint16_t size) |
Internal function used by GNSS drivers to publish GNSS satellites. | |
Internal function used by GNSS drivers to publish GNSS data.
void gnss_publish_satellites | ( | const struct device * | dev, |
const struct gnss_satellite * | satellites, | ||
uint16_t | size ) |
Internal function used by GNSS drivers to publish GNSS satellites.