Searched refs:xtal32k_settle_work_cb (Results 1 – 1 of 1) sorted by relevance
38 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