Searched refs:nrf_usbd_common_suspend_check (Results 1 – 2 of 2) sorted by relevance
412 bool nrf_usbd_common_suspend_check(void);
757 __ASSERT_NO_MSG(!nrf_usbd_common_suspend_check()); in ev_usbevent_handler()837 const bool low_power = nrf_usbd_common_suspend_check(); in usbd_dmareq_process()1345 if (m_bus_suspend && nrf_usbd_common_suspend_check()) { in nrf_usbd_common_wakeup_req()1366 bool nrf_usbd_common_suspend_check(void) in nrf_usbd_common_suspend_check() function