Lines Matching refs:FPUIMR

613   SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0);  in LL_SBS_EnableIT_FPU_IOC()
623 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1); in LL_SBS_EnableIT_FPU_DZC()
633 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2); in LL_SBS_EnableIT_FPU_UFC()
643 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3); in LL_SBS_EnableIT_FPU_OFC()
653 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4); in LL_SBS_EnableIT_FPU_IDC()
663 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_5); in LL_SBS_EnableIT_FPU_IXC()
673 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0); in LL_SBS_DisableIT_FPU_IOC()
683 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1); in LL_SBS_DisableIT_FPU_DZC()
693 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2); in LL_SBS_DisableIT_FPU_UFC()
703 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3); in LL_SBS_DisableIT_FPU_OFC()
713 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4); in LL_SBS_DisableIT_FPU_IDC()
723 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_5); in LL_SBS_DisableIT_FPU_IXC()
733 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0) == SBS_FPUIMR_FPU_IE_0) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_IOC()
743 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1) == SBS_FPUIMR_FPU_IE_1) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_DZC()
753 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2) == SBS_FPUIMR_FPU_IE_2) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_UFC()
763 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3) == SBS_FPUIMR_FPU_IE_3) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_OFC()
773 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4) == SBS_FPUIMR_FPU_IE_4) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_IDC()
783 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_5) == SBS_FPUIMR_FPU_IE_5) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_IXC()