Home
last modified time | relevance | path

Searched refs:MCG_S_OSCINIT0_MASK (Results 1 – 25 of 28) sorted by relevance

12

/hal_nxp-2.7.6/mcux/devices/MKL25Z4/
Dfsl_clock.c838 if (mcg_s & MCG_S_OSCINIT0_MASK) in CLOCK_GetStatusFlags()
877 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1162 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1314 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
1529 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMKL25Z4.h2107 #define MCG_S_OSCINIT0_MASK (0x2U) macro
2109 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW41Z4/
Dfsl_clock.c720 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
995 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1143 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
1296 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMKW41Z4.h4400 #define MCG_S_OSCINIT0_MASK (0x2U) macro
4402 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW22D5/
Dfsl_clock.c910 if (mcg_s & MCG_S_OSCINIT0_MASK) in CLOCK_GetStatusFlags()
960 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1246 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1399 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
1615 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMKW22D5.h4862 #define MCG_S_OSCINIT0_MASK (0x2U) macro
4864 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW24D5/
Dfsl_clock.c910 if (mcg_s & MCG_S_OSCINIT0_MASK) in CLOCK_GetStatusFlags()
960 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1246 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1399 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
1615 while (!(MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMKW24D5.h4862 #define MCG_S_OSCINIT0_MASK (0x2U) macro
4864 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKV58F24/
Dfsl_clock.c1063 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1125 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1497 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1682 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2033 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMKV58F24.h16513 #define MCG_S_OSCINIT0_MASK (0x2U) macro
16515 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKV56F24/
Dfsl_clock.c1063 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1125 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1497 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1682 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2033 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMKV56F24.h15173 #define MCG_S_OSCINIT0_MASK (0x2U) macro
15175 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MK22F51212/
Dfsl_clock.c1194 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1267 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1640 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1826 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2178 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMK22F51212.h8901 #define MCG_S_OSCINIT0_MASK (0x2U) macro
8903 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MK64F12/
Dfsl_clock.c1161 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1234 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1607 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1793 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2145 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMK64F12.h16798 #define MCG_S_OSCINIT0_MASK (0x2U) macro
16802 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MK80F25615/
Dfsl_clock.c1203 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1276 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1649 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1835 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2187 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
DMK80F25615.h16575 #define MCG_S_OSCINIT0_MASK (0x2U) macro
16577 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MK82F25615/
Dfsl_clock.c1203 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1276 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1649 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
1835 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2187 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
/hal_nxp-2.7.6/mcux/devices/MK66F18/
Dfsl_clock.c1462 if ((mcg_s & MCG_S_OSCINIT0_MASK) != 0U) in CLOCK_GetStatusFlags()
1544 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_InitOsc0()
1917 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFeeMode()
2103 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_SetFbeMode()
2465 while (0U == (MCG->S & MCG_S_OSCINIT0_MASK)) in CLOCK_BootToBlpeMode()
/hal_nxp-2.7.6/mcux/devices/MKW31Z4/
DMKW31Z4.h4400 #define MCG_S_OSCINIT0_MASK (0x2U) macro
4402 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW40Z4/
DMKW40Z4.h4451 #define MCG_S_OSCINIT0_MASK 0x2u macro
4454 …0(x) (((uint8_t)(((uint8_t)(x))<<MCG_S_OSCINIT0_SHIFT))&MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW21Z4/
DMKW21Z4.h4329 #define MCG_S_OSCINIT0_MASK (0x2U) macro
4331 … (((uint8_t)(((uint8_t)(x)) << MCG_S_OSCINIT0_SHIFT)) & MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW20Z4/
DMKW20Z4.h4451 #define MCG_S_OSCINIT0_MASK 0x2u macro
4454 …0(x) (((uint8_t)(((uint8_t)(x))<<MCG_S_OSCINIT0_SHIFT))&MCG_S_OSCINIT0_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW30Z4/
DMKW30Z4.h4451 #define MCG_S_OSCINIT0_MASK 0x2u macro
4454 …0(x) (((uint8_t)(((uint8_t)(x))<<MCG_S_OSCINIT0_SHIFT))&MCG_S_OSCINIT0_MASK)

12