Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_smartbond.c38 static void xtal32k_settle_work_cb(struct k_work *work);
41 static K_WORK_DELAYABLE_DEFINE(xtal32k_settle_work, xtal32k_settle_work_cb);
64 static void xtal32k_settle_work_cb(struct k_work *work) in xtal32k_settle_work_cb() function