Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_fll16m.c58 struct onoff_client hfxo_cli; member
94 CONTAINER_OF(cli, struct fll16m_dev_data, hfxo_cli); in hfxo_cb()
117 sys_notify_init_callback(&dev_data->hfxo_cli.notify, hfxo_cb); in fll16m_work_handler()
118 rc = nrf_clock_control_request(hfxo, NULL, &dev_data->hfxo_cli); in fll16m_work_handler()
/Zephyr-latest/drivers/usb/udc/
Dudc_nrf.c84 static struct onoff_client hfxo_cli; variable
763 sys_notify_init_spinwait(&hfxo_cli.notify); in udc_nrf_enable()
764 ret = onoff_request(hfxo_mgr, &hfxo_cli); in udc_nrf_enable()
796 ret = onoff_cancel_or_release(hfxo_mgr, &hfxo_cli); in udc_nrf_disable()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c241 struct onoff_client hfxo_cli; member
537 return onoff_cancel_or_release(ctx->hfxo_mgr, &ctx->hfxo_cli); in hfxo_stop()
546 sys_notify_init_spinwait(&ctx->hfxo_cli.notify); in hfxo_start()
548 return onoff_request(ctx->hfxo_mgr, &ctx->hfxo_cli); in hfxo_start()