Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mmc56x3.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Kurtis Dinelle
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
15
16#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
17#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
18
25
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
60
61#ifdef __cplusplus
62}
63#endif
64
68
69#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_ */
sensor_attribute_mmc56x3
Custom sensor attributes for MMC56X3.
Definition mmc56x3.h:35
@ SENSOR_ATTR_AUTOMATIC_SELF_RESET
Automatic self reset.
Definition mmc56x3.h:58
@ SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_1
Bandwidth selection bit 1.
Definition mmc56x3.h:50
@ SENSOR_ATTR_BANDWIDTH_SELECTION_BITS_0
Bandwidth selection bit 0.
Definition mmc56x3.h:42
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:383
Main header file for sensor driver API.