Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/templates/
Dnrfx_config_nrf52820.h1232 #ifndef NRFX_USBD_CONFIG_ISO_IN_ZLP
1233 #define NRFX_USBD_CONFIG_ISO_IN_ZLP 0 macro
Dnrfx_config_nrf52833.h1610 #ifndef NRFX_USBD_CONFIG_ISO_IN_ZLP
1611 #define NRFX_USBD_CONFIG_ISO_IN_ZLP 0 macro
Dnrfx_config_nrf52840.h1637 #ifndef NRFX_USBD_CONFIG_ISO_IN_ZLP
1638 #define NRFX_USBD_CONFIG_ISO_IN_ZLP 0 macro
Dnrfx_config_nrf5340_application.h1639 #ifndef NRFX_USBD_CONFIG_ISO_IN_ZLP
1640 #define NRFX_USBD_CONFIG_ISO_IN_ZLP 0 macro
/hal_nordic-latest/nrfx/doc/config_dox/
Dnrfx_usbd_dox_config.h53 #define NRFX_USBD_CONFIG_ISO_IN_ZLP macro
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c58 #ifndef NRFX_USBD_CONFIG_ISO_IN_ZLP
62 #define NRFX_USBD_CONFIG_ISO_IN_ZLP 0 macro
1759 if (NRFX_USBD_CONFIG_ISO_IN_ZLP) in nrfx_usbd_enable()