Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/templates/
Dnrfx_config_nrf52805.h509 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
510 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52810.h644 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
645 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52811.h644 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
645 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf52832.h876 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
877 #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_nrf91.h695 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
696 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
Dnrfx_config_nrf5340_application.h966 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
967 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY macro
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_blocking/
Dmain.c92 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c186 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c126 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c166 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c225 status = nrfx_saadc_init(NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY); in main()