Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/templates/
Dnrfx_config_nrf52805.h500 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
501 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52810.h635 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
636 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52811.h635 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
636 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf54l15_enga_application.h778 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
779 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52832.h869 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
870 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52833.h860 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
861 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52840.h878 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
879 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf54h20_enga_flpr.h877 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
878 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf91.h705 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
706 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf54h20_enga_application.h1000 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
1001 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf54h20_enga_ppr.h937 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
938 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf54h20_enga_radiocore.h1058 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
1059 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf5340_application.h975 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
976 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/advanced_blocking/
Dmain.c108 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c204 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c141 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c183 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c242 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()