Home
last modified time | relevance | path

Searched refs:targetConfig (Results 1 – 25 of 260) sorted by relevance

1234567891011

/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKL17Z644/drivers/
Dfsl_clock.c397 status_t CLOCK_SetMcgliteConfig(mcglite_config_t const *targetConfig) in CLOCK_SetMcgliteConfig() argument
399 assert(targetConfig); in CLOCK_SetMcgliteConfig()
405 …if (((uint8_t)kMCGLITE_ClkSrcLirc == MCG_S_CLKST_VAL) && (kMCGLITE_ClkSrcLirc == targetConfig->out… in CLOCK_SetMcgliteConfig()
406 (MCG_C2_IRCS_VAL != (uint8_t)(targetConfig->ircs))) in CLOCK_SetMcgliteConfig()
415 MCG->SC = MCG_SC_FCRDIV(targetConfig->fcrdiv); in CLOCK_SetMcgliteConfig()
416 …MCG->MC = MCG_MC_HIRCEN(targetConfig->hircEnableInNotHircMode) | MCG_MC_LIRC_DIV2(targetConfig->li… in CLOCK_SetMcgliteConfig()
417 MCG->C2 = (uint8_t)((MCG->C2 & ~MCG_C2_IRCS_MASK) | MCG_C2_IRCS(targetConfig->ircs)); in CLOCK_SetMcgliteConfig()
418 MCG->C1 = MCG_C1_CLKS(targetConfig->outSrc) | targetConfig->irclkEnableMode; in CLOCK_SetMcgliteConfig()
424 if (((MCG->C2 & MCG_C2_EREFS0_MASK) != 0U) && (kMCGLITE_ClkSrcExt == targetConfig->outSrc)) in CLOCK_SetMcgliteConfig()
432 while ((uint8_t)targetConfig->outSrc != MCG_S_CLKST_VAL) in CLOCK_SetMcgliteConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/K32L2B21A/drivers/
Dfsl_clock.c430 status_t CLOCK_SetMcgliteConfig(mcglite_config_t const *targetConfig) in CLOCK_SetMcgliteConfig() argument
432 assert(targetConfig); in CLOCK_SetMcgliteConfig()
438 …if (((uint8_t)kMCGLITE_ClkSrcLirc == MCG_S_CLKST_VAL) && (kMCGLITE_ClkSrcLirc == targetConfig->out… in CLOCK_SetMcgliteConfig()
439 (MCG_C2_IRCS_VAL != (uint8_t)(targetConfig->ircs))) in CLOCK_SetMcgliteConfig()
448 MCG->SC = MCG_SC_FCRDIV(targetConfig->fcrdiv); in CLOCK_SetMcgliteConfig()
449 …MCG->MC = MCG_MC_HIRCEN(targetConfig->hircEnableInNotHircMode) | MCG_MC_LIRC_DIV2(targetConfig->li… in CLOCK_SetMcgliteConfig()
450 MCG->C2 = (uint8_t)((MCG->C2 & ~MCG_C2_IRCS_MASK) | MCG_C2_IRCS(targetConfig->ircs)); in CLOCK_SetMcgliteConfig()
451 MCG->C1 = MCG_C1_CLKS(targetConfig->outSrc) | targetConfig->irclkEnableMode; in CLOCK_SetMcgliteConfig()
457 if (((MCG->C2 & MCG_C2_EREFS0_MASK) != 0U) && (kMCGLITE_ClkSrcExt == targetConfig->outSrc)) in CLOCK_SetMcgliteConfig()
465 while ((uint8_t)targetConfig->outSrc != MCG_S_CLKST_VAL) in CLOCK_SetMcgliteConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/K32L2B31A/drivers/
Dfsl_clock.c430 status_t CLOCK_SetMcgliteConfig(mcglite_config_t const *targetConfig) in CLOCK_SetMcgliteConfig() argument
432 assert(targetConfig); in CLOCK_SetMcgliteConfig()
438 …if (((uint8_t)kMCGLITE_ClkSrcLirc == MCG_S_CLKST_VAL) && (kMCGLITE_ClkSrcLirc == targetConfig->out… in CLOCK_SetMcgliteConfig()
439 (MCG_C2_IRCS_VAL != (uint8_t)(targetConfig->ircs))) in CLOCK_SetMcgliteConfig()
448 MCG->SC = MCG_SC_FCRDIV(targetConfig->fcrdiv); in CLOCK_SetMcgliteConfig()
449 …MCG->MC = MCG_MC_HIRCEN(targetConfig->hircEnableInNotHircMode) | MCG_MC_LIRC_DIV2(targetConfig->li… in CLOCK_SetMcgliteConfig()
450 MCG->C2 = (uint8_t)((MCG->C2 & ~MCG_C2_IRCS_MASK) | MCG_C2_IRCS(targetConfig->ircs)); in CLOCK_SetMcgliteConfig()
451 MCG->C1 = MCG_C1_CLKS(targetConfig->outSrc) | targetConfig->irclkEnableMode; in CLOCK_SetMcgliteConfig()
457 if (((MCG->C2 & MCG_C2_EREFS0_MASK) != 0U) && (kMCGLITE_ClkSrcExt == targetConfig->outSrc)) in CLOCK_SetMcgliteConfig()
465 while ((uint8_t)targetConfig->outSrc != MCG_S_CLKST_VAL) in CLOCK_SetMcgliteConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/K32L2B11A/drivers/
Dfsl_clock.c430 status_t CLOCK_SetMcgliteConfig(mcglite_config_t const *targetConfig) in CLOCK_SetMcgliteConfig() argument
432 assert(targetConfig); in CLOCK_SetMcgliteConfig()
438 …if (((uint8_t)kMCGLITE_ClkSrcLirc == MCG_S_CLKST_VAL) && (kMCGLITE_ClkSrcLirc == targetConfig->out… in CLOCK_SetMcgliteConfig()
439 (MCG_C2_IRCS_VAL != (uint8_t)(targetConfig->ircs))) in CLOCK_SetMcgliteConfig()
448 MCG->SC = MCG_SC_FCRDIV(targetConfig->fcrdiv); in CLOCK_SetMcgliteConfig()
449 …MCG->MC = MCG_MC_HIRCEN(targetConfig->hircEnableInNotHircMode) | MCG_MC_LIRC_DIV2(targetConfig->li… in CLOCK_SetMcgliteConfig()
450 MCG->C2 = (uint8_t)((MCG->C2 & ~MCG_C2_IRCS_MASK) | MCG_C2_IRCS(targetConfig->ircs)); in CLOCK_SetMcgliteConfig()
451 MCG->C1 = MCG_C1_CLKS(targetConfig->outSrc) | targetConfig->irclkEnableMode; in CLOCK_SetMcgliteConfig()
457 if (((MCG->C2 & MCG_C2_EREFS0_MASK) != 0U) && (kMCGLITE_ClkSrcExt == targetConfig->outSrc)) in CLOCK_SetMcgliteConfig()
465 while ((uint8_t)targetConfig->outSrc != MCG_S_CLKST_VAL) in CLOCK_SetMcgliteConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKL27Z644/drivers/
Dfsl_clock.c430 status_t CLOCK_SetMcgliteConfig(mcglite_config_t const *targetConfig) in CLOCK_SetMcgliteConfig() argument
432 assert(targetConfig); in CLOCK_SetMcgliteConfig()
438 …if (((uint8_t)kMCGLITE_ClkSrcLirc == MCG_S_CLKST_VAL) && (kMCGLITE_ClkSrcLirc == targetConfig->out… in CLOCK_SetMcgliteConfig()
439 (MCG_C2_IRCS_VAL != (uint8_t)(targetConfig->ircs))) in CLOCK_SetMcgliteConfig()
448 MCG->SC = MCG_SC_FCRDIV(targetConfig->fcrdiv); in CLOCK_SetMcgliteConfig()
449 …MCG->MC = MCG_MC_HIRCEN(targetConfig->hircEnableInNotHircMode) | MCG_MC_LIRC_DIV2(targetConfig->li… in CLOCK_SetMcgliteConfig()
450 MCG->C2 = (uint8_t)((MCG->C2 & ~MCG_C2_IRCS_MASK) | MCG_C2_IRCS(targetConfig->ircs)); in CLOCK_SetMcgliteConfig()
451 MCG->C1 = MCG_C1_CLKS(targetConfig->outSrc) | targetConfig->irclkEnableMode; in CLOCK_SetMcgliteConfig()
457 if (((MCG->C2 & MCG_C2_EREFS0_MASK) != 0U) && (kMCGLITE_ClkSrcExt == targetConfig->outSrc)) in CLOCK_SetMcgliteConfig()
465 while ((uint8_t)targetConfig->outSrc != MCG_S_CLKST_VAL) in CLOCK_SetMcgliteConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK27FA15/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK28FA15/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5528/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5502CPXXXX/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5504/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5502/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMX8QX2/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54S018M/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S28/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54605/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54018/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S66/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV30F12810/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S69/utilities/
Dfsl_notifier.h94 typedef status_t (*notifier_user_function_t)(notifier_user_config_t *targetConfig, void *userData);
99 notifier_user_config_t *targetConfig; /*!< Pointer to target configuration. */ member

1234567891011