CC27xxDriverLibrary

Function that provides MVE type. More...

Collaboration diagram for MVE Functions:

Functions

__STATIC_INLINE uint32_t SCB_GetMVEType (void)
 get MVE type More...
 

Detailed Description

Function that provides MVE type.

Function Documentation

§ SCB_GetMVEType()

__STATIC_INLINE uint32_t SCB_GetMVEType ( void  )

get MVE type

returns the MVE type

Returns
  • 0: No Vector Extension (MVE)
  • 1: Integer Vector Extension (MVE-I)
  • 2: Floating-point Vector Extension (MVE-F)

References __STATIC_INLINE, FPU, FPU_MVFR1_MVE_Msk, and FPU_MVFR1_MVE_Pos.