Home
last modified time | relevance | path

Searched refs:mvfr0 (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/cmsis/
Dcore_cm7.h2034 uint32_t mvfr0; in SCB_GetFPUType() local
2036 mvfr0 = SCB->MVFR0; in SCB_GetFPUType()
2037 if ((mvfr0 & 0x00000FF0UL) == 0x220UL) in SCB_GetFPUType()
2041 else if ((mvfr0 & 0x00000FF0UL) == 0x020UL) in SCB_GetFPUType()