Home
last modified time | relevance | path

Searched refs:phy_el_cfg_init (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-2.7.6/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/cfgs_kw4x_3x_2x/
Dfsl_xcvr_mode_datarate_config.c54 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_WIN_SIZE(0xF) |
109 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_WIN_SIZE(0x8) |
164 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_WIN_SIZE(0x4) |
Dfsl_xcvr_zgbe_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
198 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ZB_WIN_SIZE(0) |
Dfsl_xcvr_ant_config.c93 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_ble_config.c89 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1) /* Per SMB */
Dfsl_xcvr_gfsk_bt_0p3_h_0p5_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_gfsk_bt_0p5_h_0p32_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_gfsk_bt_0p5_h_0p7_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_gfsk_bt_0p5_h_1p0_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_gfsk_bt_0p7_h_0p5_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_msk_config.c74 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
Dfsl_xcvr_gfsk_bt_0p5_h_0p5_config.c88 .phy_el_cfg_init = XCVR_PHY_EL_CFG_EL_ENABLE(1)
/hal_nxp-2.7.6/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/
Dfsl_xcvr.h718 …uint32_t phy_el_cfg_init; /* Should leave EL_WIN_SIZE and EL_INTERVAL to the data_rate specific co… member
783 uint32_t phy_el_cfg_init; /* Note: EL_ENABLE is set in xcvr_mode_config_t settings */ member
Dfsl_xcvr.c619 …XCVR_PHY->EL_CFG = mode_config->phy_el_cfg_init | datarate_config->phy_el_cfg_init; /* EL_WIN_SIZE… in XCVR_Configure()