Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/cm33_core0/
Dclock_config.c122 … CLOCK_EnableFro0ClkForDomain(kCLOCK_AllDomainEnable); /* Enable FRO0 MAX clock for all domains. */ in BOARD_BootClockRUN()
130 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd0, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
131 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd1, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
132 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd2, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
133 CLOCK_EnableMainPllPfdClkForDomain(kCLOCK_Pfd3, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
154 CLOCK_EnableAudioPllPfdClkForDomain(kCLOCK_Pfd1, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
155 CLOCK_EnableAudioPllPfdClkForDomain(kCLOCK_Pfd3, kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/cm33_core1/
Dclock_config.c65 CLOCK_EnableFro2ClkForDomain(kCLOCK_AllDomainEnable); in BOARD_BootClockRUN()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/
Dfsl_clock.c1132 CLKCTL0->FRO0MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro0ClkForDomain()
1646 CLKCTL3->FRO2MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro2ClkForDomain()
1656 …CLKCTL2->MAINPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (8… in CLOCK_EnableMainPllPfdClkForDomain()
1666 …CLKCTL2->AUDIOPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (… in CLOCK_EnableAudioPllPfdClkForDomain()
1671 CLKCTL2->AUDIOPLL0VCODOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableAudioPllVcoClkForDomain()
Dfsl_clock.h1817 kCLOCK_AllDomainEnable = 0x7FU /*!< Clock Control of all Domain. */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/
Dfsl_clock.c1132 CLKCTL0->FRO0MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro0ClkForDomain()
1646 CLKCTL3->FRO2MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro2ClkForDomain()
1656 …CLKCTL2->MAINPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (8… in CLOCK_EnableMainPllPfdClkForDomain()
1666 …CLKCTL2->AUDIOPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (… in CLOCK_EnableAudioPllPfdClkForDomain()
1671 CLKCTL2->AUDIOPLL0VCODOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableAudioPllVcoClkForDomain()
Dfsl_clock.h1817 kCLOCK_AllDomainEnable = 0x7FU /*!< Clock Control of all Domain. */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/
Dfsl_clock.c1132 CLKCTL0->FRO0MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro0ClkForDomain()
1646 CLKCTL3->FRO2MAXDOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableFro2ClkForDomain()
1656 …CLKCTL2->MAINPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (8… in CLOCK_EnableMainPllPfdClkForDomain()
1666 …CLKCTL2->AUDIOPLL0PFDDOMAINEN = pfdValue | ((domainEnable & (uint32_t)kCLOCK_AllDomainEnable) << (… in CLOCK_EnableAudioPllPfdClkForDomain()
1671 CLKCTL2->AUDIOPLL0VCODOMAINEN = domainEnable & (uint32_t)kCLOCK_AllDomainEnable; in CLOCK_EnableAudioPllVcoClkForDomain()
Dfsl_clock.h1817 kCLOCK_AllDomainEnable = 0x7FU /*!< Clock Control of all Domain. */ enumerator