Home
last modified time | relevance | path

Searched refs:com_config (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/
Dfsl_xcvr.c424 const xcvr_common_config_t ** com_config, in XCVR_GetDefaultConfig() argument
431 *com_config = (const xcvr_common_config_t *)&xcvr_common_config; in XCVR_GetDefaultConfig()
522 xcvrStatus_t XCVR_Configure(const xcvr_common_config_t *com_config, in XCVR_Configure() argument
546 XCVR_ANA->SY_CTRL_1 &= ~com_config->ana_sy_ctrl1.mask; in XCVR_Configure()
547 XCVR_ANA->SY_CTRL_1 |= com_config->ana_sy_ctrl1.init; in XCVR_Configure()
627 XCVR_PLL_DIG->HPM_BUMP = com_config->pll_hpm_bump; in XCVR_Configure()
628 XCVR_PLL_DIG->MOD_CTRL = com_config->pll_mod_ctrl; in XCVR_Configure()
629 XCVR_PLL_DIG->CHAN_MAP = com_config->pll_chan_map; in XCVR_Configure()
630 XCVR_PLL_DIG->LOCK_DETECT = com_config->pll_lock_detect; in XCVR_Configure()
631 XCVR_PLL_DIG->HPM_CTRL = com_config->pll_hpm_ctrl; in XCVR_Configure()
[all …]
Dfsl_xcvr.h917 const xcvr_common_config_t ** com_config,
936 xcvrStatus_t XCVR_Configure(const xcvr_common_config_t *com_config,