Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_usbreg.h102 NRF_STATIC_INLINE void nrf_usbreg_int_enable(NRF_USBREG_Type * p_reg, uint32_t mask);
149 NRF_STATIC_INLINE void nrf_usbreg_int_enable(NRF_USBREG_Type * p_reg, uint32_t mask) in nrf_usbreg_int_enable() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbreg.c62 nrf_usbreg_int_enable(NRF_USBREGULATOR, NRF_USBREG_INT_USBDETECTED | in nrfx_usbreg_enable()