Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm33.h2925 uint32_t mvfr0; in SCB_GetFPUType() local
2927 mvfr0 = FPU->MVFR0; in SCB_GetFPUType()
2928 if ((mvfr0 & (FPU_MVFR0_FPSP_Msk | FPU_MVFR0_FPDP_Msk)) == 0x220U) in SCB_GetFPUType()
2932 else if ((mvfr0 & (FPU_MVFR0_FPSP_Msk | FPU_MVFR0_FPDP_Msk)) == 0x020U) in SCB_GetFPUType()