Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_gmac.c178 Clock_Ip_StatusType clk_status; in eth_nxp_s32_init() local
190 clk_status = Clock_Ip_Init(&Clock_Ip_aClockConfig[CONFIG_ETH_NXP_S32_CLOCK_CONFIG_IDX]); in eth_nxp_s32_init()
191 if (clk_status != CLOCK_IP_SUCCESS) { in eth_nxp_s32_init()
192 LOG_ERR("Failed to configure clocks (%d)", clk_status); in eth_nxp_s32_init()