Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c46 static void xtal32k_settle_work_cb(struct k_work *work);
50 static K_WORK_DELAYABLE_DEFINE(xtal32k_settle_work, xtal32k_settle_work_cb);
100 static void xtal32k_settle_work_cb(struct k_work *work) in xtal32k_settle_work_cb() function