Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ptp_clock/
Dptp_clock_nxp_enet.c161 enet_ptp_config_t ptp_config; in nxp_enet_ptp_clock_callback() local
173 ptp_config.channel = kENET_PtpTimerChannel3; in nxp_enet_ptp_clock_callback()
174 ptp_config.ptp1588ClockSrc_Hz = enet_ref_pll_rate; in nxp_enet_ptp_clock_callback()
180 &ptp_config); in nxp_enet_ptp_clock_callback()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_mcux.c172 enet_ptp_config_t ptp_config; member
1018 context->ptp_config.channel = kENET_PtpTimerChannel3; in eth_mcux_init()
1019 context->ptp_config.ptp1588ClockSrc_Hz = in eth_mcux_init()
1026 &context->ptp_config); in eth_mcux_init()