![]() |
nRF Connect SDK API 3.4.99
|
#include <stddef.h>#include <stdint.h>#include <zephyr/sys/iterable_sections.h>Go to the source code of this file.
Data Structures | |
| union | vtf_sample_value |
| struct | vtf_sample |
| struct | vtf_channel |
Macros | |
| #define | VTF_CHANNEL_DEFINE(_sym, _id, _sample_fn, _init_fn, _type, _field, _default) |
Enumerations | |
| enum | vtf_channel_id { VTF_CH_BATTERY_VOLTAGE , VTF_CH_DIE_TEMP , VTF_CH_FREQ_OFFSET , VTF_CH_COUNT } |
| enum | vtf_sample_status { VTF_STATUS_OK , VTF_STATUS_UNINITIALISED , VTF_STATUS_ERROR } |
| enum | vtf_sample_type { VTF_SAMPLE_TYPE_INT , VTF_SAMPLE_TYPE_UINT , VTF_SAMPLE_TYPE_FLOAT } |