Home
last modified time | relevance | path

Searched refs:interrupt_priority (Results 1 – 25 of 45) sorted by relevance

12

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_lpcomp.h71 uint8_t interrupt_priority; ///< LPCOMP interrupt priority. member
91 .interrupt_priority = NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY \
103 .interrupt_priority = NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY \
Dnrfx_rng.h54 uint8_t interrupt_priority; /**< Interrupt priority. */ member
72 .interrupt_priority = NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_tbm.h55 uint8_t interrupt_priority; /**< Interrupt priority. */ member
62 .interrupt_priority = NRFX_TBM_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_temp.h54 uint8_t interrupt_priority; /**< Interrupt priority. */ member
60 .interrupt_priority = NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_adc.h123 uint8_t interrupt_priority; ///< Priority of ADC interrupt. member
129 .interrupt_priority = NRFX_ADC_DEFAULT_CONFIG_IRQ_PRIORITY \
Dnrfx_comp.h107 uint8_t interrupt_priority; ///< Interrupt priority. member
140 .interrupt_priority = NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY \
Dnrfx_qdec.h76 uint8_t interrupt_priority; ///< QDEC interrupt priority. member
135 .interrupt_priority = NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_twis.h137 uint8_t interrupt_priority; ///< The priority of interrupt for the module to be set. member
173 .interrupt_priority = NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY \
Dnrfx_wdt.h65 #define NRFX_WDT_IRQ_CONFIG .interrupt_priority = NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
128 uint8_t interrupt_priority; ///< WDT interrupt priority. member
Dnrfx_uart.h90 uint8_t interrupt_priority; ///< Interrupt priority. member
144 .interrupt_priority = NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_rtc.h93 uint8_t interrupt_priority; /**< Interrupt priority. */ member
109 .interrupt_priority = NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_twi.h82 uint8_t interrupt_priority; ///< Interrupt priority. member
115 .interrupt_priority = NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_twim.h80 uint8_t interrupt_priority; ///< Interrupt priority. member
113 .interrupt_priority = NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_pdm.h110 uint8_t interrupt_priority; ///< Interrupt priority. member
157 .interrupt_priority = NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_timer.h83 uint8_t interrupt_priority; ///< Interrupt priority. member
101 .interrupt_priority = NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY, \
Dnrfx_uarte.h257 uint8_t interrupt_priority; ///< Interrupt priority. member
303 .interrupt_priority = NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY \
Dnrfx_vevif.h76 nrfx_err_t nrfx_vevif_init(uint8_t interrupt_priority,
Dnrfx_egu.h97 uint8_t interrupt_priority,
Dnrfx_gpiote.h211 nrfx_err_t nrfx_gpiote_init(nrfx_gpiote_t const * p_instance, uint8_t interrupt_priority);
643 nrfx_err_t nrfx_gpiote_init(uint8_t interrupt_priority);
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ids.h172 uint8_t interrupt_priority, in nrfx_ids_init() argument
179 nrfx_err_t err_code = nrfx_ipc_init(interrupt_priority, in nrfx_ids_init()
191 interrupt_priority, in nrfx_ids_init()
197 return nrfx_vevif_init((nrf_vpr_clic_priority_t)interrupt_priority, in nrfx_ids_init()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_vevif.c62 nrfx_err_t nrfx_vevif_init(uint8_t interrupt_priority, in nrfx_vevif_init() argument
91 NRFY_IRQ_PRIORITY_SET((VPRCLIC_0_IRQn + i), interrupt_priority); in nrfx_vevif_init()
Dnrfx_bellboard.c56 uint8_t interrupt_priority, in nrfx_bellboard_init() argument
83 interrupt_priority, in nrfx_bellboard_init()
Dnrfx_egu.c105 uint8_t interrupt_priority, in nrfx_egu_init() argument
126 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), interrupt_priority); in nrfx_egu_init()
Dnrfx_tbm.c59 nrfy_tbm_int_init(NRF_TBM, m_int_flags, p_config->interrupt_priority, true); in nrfx_tbm_init()
Dnrfx_rng.c69 NRFX_IRQ_PRIORITY_SET(RNG_IRQn, p_config->interrupt_priority); in nrfx_rng_init()

12