Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbd.h297 NRF_STATIC_INLINE volatile uint32_t* nrf_usbd_getRegPtr(NRF_USBD_Type * p_reg, uint32_t offset) in nrf_usbd_getRegPtr() function
324 *(nrf_usbd_getRegPtr(p_reg, (uint32_t)task)) = 1UL; in nrf_usbd_task_trigger()
325 (void)*(nrf_usbd_getRegPtr(p_reg, (uint32_t)task)); in nrf_usbd_task_trigger()
336 *(nrf_usbd_getRegPtr(p_reg, (uint32_t)event)) = 0UL; in nrf_usbd_event_clear()
337 (void)*(nrf_usbd_getRegPtr(p_reg, (uint32_t)event)); in nrf_usbd_event_clear()