Lines Matching refs:FPUIMR
440 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0); in LL_SBS_EnableIT_FPU_IOC()
450 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1); in LL_SBS_EnableIT_FPU_DZC()
460 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2); in LL_SBS_EnableIT_FPU_UFC()
470 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3); in LL_SBS_EnableIT_FPU_OFC()
480 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4); in LL_SBS_EnableIT_FPU_IDC()
490 SET_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_5); in LL_SBS_EnableIT_FPU_IXC()
500 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0); in LL_SBS_DisableIT_FPU_IOC()
510 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1); in LL_SBS_DisableIT_FPU_DZC()
520 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2); in LL_SBS_DisableIT_FPU_UFC()
530 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3); in LL_SBS_DisableIT_FPU_OFC()
540 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4); in LL_SBS_DisableIT_FPU_IDC()
550 CLEAR_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_5); in LL_SBS_DisableIT_FPU_IXC()
560 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_0) == SBS_FPUIMR_FPU_IE_0) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_IOC()
570 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_1) == SBS_FPUIMR_FPU_IE_1) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_DZC()
580 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_2) == SBS_FPUIMR_FPU_IE_2) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_UFC()
590 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_3) == SBS_FPUIMR_FPU_IE_3) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_OFC()
600 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_4) == SBS_FPUIMR_FPU_IE_4) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_IDC()
610 return ((READ_BIT(SBS->FPUIMR, SBS_FPUIMR_FPU_IE_5) == SBS_FPUIMR_FPU_IE_5) ? 1UL : 0UL); in LL_SBS_IsEnabledIT_FPU_IXC()