Home
last modified time | relevance | path

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

/bsp/nxp/mcx/mcxc/Libraries/drivers/
A Ddrv_wdt.c24 static struct mcx_cop cop_dev; variable
39 COP_Init(cop_dev.cop_base, &config); in cop_init()
54 COP_Disable(cop_dev.cop_base); in cop_control()
59 COP_Refresh(cop_dev.cop_base); in cop_control()
78 cop_dev.cop_base = SIM; in rt_hw_cop_init()
80 cop_dev.watchdog.ops = &cop_ops; in rt_hw_cop_init()
82 …if (rt_hw_watchdog_register(&cop_dev.watchdog, "cop", RT_DEVICE_FLAG_DEACTIVATE, RT_NULL) != RT_EO… in rt_hw_cop_init()

Completed in 3 milliseconds