2 \defgroup mve_functions MVE Functions
3 \brief Functions that relate to the MVE (Cortex-M Vector Extensions) Unit.
5 Some Cortex-M processors include an optional MVE unit.
11 \brief Get the MVE type.
12 \details Returns the MVE type.
14 - \b 0: No Vector Extension (MVE)
15 - \b 1: Integer Vector Extension (MVE-I)
16 - \b 2: Floating-point Vector Extension (MVE-F)
18 __STATIC_INLINE uint32_t SCB_GetMVEType(void);