acc_definitions.h
Go to the documentation of this file.
1 // Copyright (c) Acconeer AB, 2025
2 // All rights reserved
3 
4 #ifndef ACC_DEFINITIONS_H_
5 #define ACC_DEFINITIONS_H_
6 
7 /**
8  * @defgroup definitions Definitions
9  *
10  * @brief Various definitions and types used in the RSS API
11  *
12  * @{
13  */
14 
15 //------------------------------------------------------------------------------
16 // Types
17 //------------------------------------------------------------------------------
18 
19 /**
20  * @brief Type representing a 32-bit float.
21  */
22 typedef float float32_t;
23 
24 /**
25  * @}
26  */
27 
28 #endif
float32_t
float float32_t
Type representing a 32-bit float.
Definition: acc_definitions.h:22