Home
last modified time | relevance | path

Searched refs:pfd (Results 1 – 25 of 60) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1021/drivers/
Dfsl_clock.c907 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
909 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
930 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
932 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitSysPfd()
943 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
945 …_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
958 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
960 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
981 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
983 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1024/drivers/
Dfsl_clock.c907 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
909 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
930 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
932 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitSysPfd()
943 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
945 …_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
958 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
960 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
981 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
983 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
Dfsl_clock.h1672 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac);
1681 void CLOCK_DeinitSysPfd(clock_pfd_t pfd);
1691 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd);
1703 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac);
1712 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd);
1722 bool CLOCK_IsUsb1PfdEnabled(clock_pfd_t pfd);
1732 uint32_t CLOCK_GetSysPfdFreq(clock_pfd_t pfd);
1742 uint32_t CLOCK_GetUsb1PfdFreq(clock_pfd_t pfd);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1011/drivers/
Dfsl_clock.c901 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
903 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
924 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
926 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitSysPfd()
937 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
939 …_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
952 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
954 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
975 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
977 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
Dfsl_clock.h1440 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac);
1449 void CLOCK_DeinitSysPfd(clock_pfd_t pfd);
1459 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd);
1471 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac);
1480 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd);
1490 bool CLOCK_IsUsb1PfdEnabled(clock_pfd_t pfd);
1500 uint32_t CLOCK_GetSysPfdFreq(clock_pfd_t pfd);
1510 uint32_t CLOCK_GetUsb1PfdFreq(clock_pfd_t pfd);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1015/drivers/
Dfsl_clock.c871 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
873 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
894 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
896 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitSysPfd()
907 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
909 …_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
922 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
924 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
945 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
947 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint32_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
Dfsl_clock.h1514 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac);
1523 void CLOCK_DeinitSysPfd(clock_pfd_t pfd);
1533 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd);
1545 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac);
1554 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd);
1564 bool CLOCK_IsUsb1PfdEnabled(clock_pfd_t pfd);
1574 uint32_t CLOCK_GetSysPfdFreq(clock_pfd_t pfd);
1584 uint32_t CLOCK_GetUsb1PfdFreq(clock_pfd_t pfd);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1041/drivers/
Dfsl_clock.c1092 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1094 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1115 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1117 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1128 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1130 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1143 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1145 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1166 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1168 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1042/drivers/
Dfsl_clock.c1092 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1094 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1115 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1117 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1128 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1130 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1143 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1145 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1166 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1168 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/
Dfsl_clock.c347 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
350 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
355 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
379 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
380 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
382 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
383 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
389 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
390 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
393 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/
Dfsl_clock.c347 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
350 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
355 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
379 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
380 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
382 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
383 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
389 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
390 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
393 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/drivers/
Dfsl_clock.c347 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
350 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
355 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
379 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
380 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
382 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
383 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
389 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
390 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
393 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/
Dfsl_clock.c347 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
350 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
355 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
379 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
380 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
382 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
383 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
389 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
390 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
393 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1061/drivers/
Dfsl_clock.c1174 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1176 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1197 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1199 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1210 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1212 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1225 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1227 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1248 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1250 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1051/drivers/
Dfsl_clock.c1153 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1155 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1176 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1178 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1189 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1191 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1204 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1206 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1227 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1229 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/drivers/
Dfsl_clock.c1157 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1159 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1180 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1182 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1193 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1195 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1208 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1210 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1231 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1233 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1062/drivers/
Dfsl_clock.c1174 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1176 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1197 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1199 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1210 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1212 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1225 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1227 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1248 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1250 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1064/drivers/
Dfsl_clock.c1174 void CLOCK_InitSysPfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitSysPfd() argument
1176 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitSysPfd()
1197 void CLOCK_DeinitSysPfd(clock_pfd_t pfd) in CLOCK_DeinitSysPfd() argument
1199 CCM_ANALOG->PFD_528 |= (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8U * (uint8_t)pfd); in CLOCK_DeinitSysPfd()
1210 bool CLOCK_IsSysPfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPfdEnabled() argument
1212 …M_ANALOG->PFD_528 & (uint32_t)CCM_ANALOG_PFD_528_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPfdEnabled()
1225 void CLOCK_InitUsb1Pfd(clock_pfd_t pfd, uint8_t pfdFrac) in CLOCK_InitUsb1Pfd() argument
1227 uint32_t pfdIndex = (uint32_t)pfd; in CLOCK_InitUsb1Pfd()
1248 void CLOCK_DeinitUsb1Pfd(clock_pfd_t pfd) in CLOCK_DeinitUsb1Pfd() argument
1250 CCM_ANALOG->PFD_480 |= (uint32_t)CCM_ANALOG_PFD_480_PFD0_CLKGATE_MASK << (8UL * (uint8_t)pfd); in CLOCK_DeinitUsb1Pfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_clock.c385 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
388 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
393 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
417 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
418 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
420 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
421 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
427 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
428 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
431 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_clock.c385 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
388 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
393 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
417 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
418 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
420 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
421 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
427 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
428 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
431 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_clock.c383 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
386 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
391 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
416 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
417 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
419 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
420 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
426 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
427 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
430 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_clock.c385 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
388 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
393 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
417 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
418 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
420 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
421 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
427 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
428 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
431 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_clock.c385 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
388 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
393 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
417 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
418 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
420 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
421 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
427 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
428 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
431 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_clock.c385 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
388 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
393 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
417 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
418 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
420 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
421 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
427 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
428 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
431 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_clock.c383 bool CLOCK_IsSysPll2PfdEnabled(clock_pfd_t pfd) in CLOCK_IsSysPll2PfdEnabled() argument
386 << (8UL * (uint8_t)pfd)) == 0U); in CLOCK_IsSysPll2PfdEnabled()
391 void CLOCK_InitPfd(clock_pll_t pll, clock_pfd_t pfd, uint8_t frac) in CLOCK_InitPfd() argument
416 …Val = ((*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
417 (8UL * (uint32_t)pfd); in CLOCK_InitPfd()
419 …*pfdCtrl) & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd))) >> in CLOCK_InitPfd()
420 (8UL >> (uint32_t)pfd)); in CLOCK_InitPfd()
426 … stable = *pfdCtrl & ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_STABLE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
427 *pfdCtrl |= ((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_DIV1_CLKGATE_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
430 *pfdCtrl &= ~((uint32_t)ANADIG_PLL_SYS_PLL2_PFD_PFD0_FRAC_MASK << (8UL * (uint32_t)pfd)); in CLOCK_InitPfd()
[all …]

123