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