1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// Copyright (c) Acconeer AB, 2018-2025
// All rights reserved
/**
* @brief Type representing a sensor ID
*/
typedef uint32_t acc_sensor_id_t;
/**
* @brief Macro for printing sensor id
*/
/**
* @brief This enum represents the different log levels for RSS
*/
typedef enum
acc_log_level_t;
/**
* @brief Data type for interger-based representation of complex numbers
*/
typedef struct
acc_int16_complex_t;