Home
last modified time | relevance | path

Searched refs:pll_setup_t (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/project_template/bl2/
Dclock_config.c208 const pll_setup_t pll0Setup = { in BOARD_BootClockPLL100M()
282 const pll_setup_t pll0Setup = { in BOARD_BootClockPLL150M()
354 const pll_setup_t pll1Setup = { in BOARD_BootClockPLL1_150M()
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/project_template/s/
Dclock_config.c208 const pll_setup_t pll0Setup = { in BOARD_BootClockPLL100M()
282 const pll_setup_t pll0Setup = { in BOARD_BootClockPLL150M()
354 const pll_setup_t pll1Setup = { in BOARD_BootClockPLL1_150M()
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/project_template/ns/
Dclock_config.c208 const pll_setup_t pll0Setup = { in BOARD_BootClockPLL100M()
282 const pll_setup_t pll0Setup = { in BOARD_BootClockPLL150M()
354 const pll_setup_t pll1Setup = { in BOARD_BootClockPLL1_150M()
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_clock.c90 static pll_error_t CLOCK_GetPll0Config(uint32_t finHz, uint32_t foutHz, pll_setup_t *pSetup, bool u…
92 static void CLOCK_GetPLL0OutFromSetupUpdate(pll_setup_t *pSetup);
1204 static pll_error_t CLOCK_GetPll0ConfigInternal(uint32_t finHz, uint32_t foutHz, pll_setup_t *pSetup… in CLOCK_GetPll0ConfigInternal()
1364 static pll_setup_t s_PllSetupCacheStruct[CLOCK_USR_CFG_PLL_CONFIG_CACHE_COUNT];
1374 static pll_error_t CLOCK_GetPll0Config(uint32_t finHz, uint32_t foutHz, pll_setup_t *pSetup, bool u… in CLOCK_GetPll0Config()
1422 static void CLOCK_GetPLL0OutFromSetupUpdate(pll_setup_t *pSetup) in CLOCK_GetPLL0OutFromSetupUpdate()
1497 uint32_t CLOCK_GetPLL0OutFromSetup(pll_setup_t *pSetup) in CLOCK_GetPLL0OutFromSetup()
1543 pll_setup_t Setup; in CLOCK_GetPLL0OutClockRate()
1570 pll_error_t CLOCK_SetupPLL0Data(pll_config_t *pControl, pll_setup_t *pSetup) in CLOCK_SetupPLL0Data()
1613 pll_error_t CLOCK_SetupPLL0Prec(pll_setup_t *pSetup, uint32_t flagcfg) in CLOCK_SetupPLL0Prec()
[all …]
Dfsl_clock.h1352 } pll_setup_t; typedef
1397 uint32_t CLOCK_GetPLL0OutFromSetup(pll_setup_t *pSetup);
1406 pll_error_t CLOCK_SetupPLL0Data(pll_config_t *pControl, pll_setup_t *pSetup);
1418 pll_error_t CLOCK_SetupPLL0Prec(pll_setup_t *pSetup, uint32_t flagcfg);
1430 pll_error_t CLOCK_SetPLL0Freq(const pll_setup_t *pSetup);
1442 pll_error_t CLOCK_SetPLL1Freq(const pll_setup_t *pSetup);