Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/templates/
Dnrfx_config_nrf52820.h1214 #ifndef NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY
1215 #define NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52833.h1592 #ifndef NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY
1593 #define NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52840.h1619 #ifndef NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY
1620 #define NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf5340_application.h1621 #ifndef NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY
1622 #define NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c1844 NRFX_IRQ_PRIORITY_SET(USBD_IRQn, NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY); in nrfx_usbd_start()