]> begriffs open source - cmsis/blob - CMSIS/DoxyGen/Core/src/Ref_FPU.txt
Updated CMSIS Core documentation.
[cmsis] / CMSIS / DoxyGen / Core / src / Ref_FPU.txt
1 /**\r
2 \defgroup fpu_functions  FPU Functions\r
3 \brief Functions that relate to the Floating-Point Arithmetic Unit.\r
4 \details\r
5 Some Cortex-M processors include optional floating-point arithmetic functionality, with support\r
6 for single and double-precision arithmetic.\r
7 The Cortex-M processor with FPU is an implementation of the single-precision and\r
8 double-precision variant of the ARMv7-M Architecture with Floating-Point Extension (FPv5).\r
9 \r
10 @{\r
11 */\r
12 \r
13 /**\r
14   \brief       Get the FPU type.\r
15   \returns\r
16    - \b  0: No FPU\r
17    - \b  1: Single precision FPU\r
18    - \b  2: Double + Single precision FPU\r
19    \r
20    The function returns the implemented FPU type. \r
21 */\r
22 __STATIC_INLINE uint32_t SCB_GetFPUType(void);\r
23 \r
24 /**\r
25  @}  \r
26 */\r
27 \r
28  \r