Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/
Dsystem_si91x.c67 #define SCB_MVFR1_RESET 0x11000011 macro
220 vfpPresent = ((SCB_MVFR0_RESET == Mvfr0) && (SCB_MVFR1_RESET == Mvfr1)); in fpuInit()