| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_lpcomp.h | 71 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 \
|
| D | nrfx_rng.h | 54 uint8_t interrupt_priority; /**< Interrupt priority. */ member 72 .interrupt_priority = NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_tbm.h | 55 uint8_t interrupt_priority; /**< Interrupt priority. */ member 62 .interrupt_priority = NRFX_TBM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_temp.h | 54 uint8_t interrupt_priority; /**< Interrupt priority. */ member 60 .interrupt_priority = NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_adc.h | 123 uint8_t interrupt_priority; ///< Priority of ADC interrupt. member 129 .interrupt_priority = NRFX_ADC_DEFAULT_CONFIG_IRQ_PRIORITY \
|
| D | nrfx_comp.h | 107 uint8_t interrupt_priority; ///< Interrupt priority. member 140 .interrupt_priority = NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY \
|
| D | nrfx_qdec.h | 76 uint8_t interrupt_priority; ///< QDEC interrupt priority. member 135 .interrupt_priority = NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_twis.h | 137 uint8_t interrupt_priority; ///< The priority of interrupt for the module to be set. member 173 .interrupt_priority = NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY \
|
| D | nrfx_wdt.h | 65 #define NRFX_WDT_IRQ_CONFIG .interrupt_priority = NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY 128 uint8_t interrupt_priority; ///< WDT interrupt priority. member
|
| D | nrfx_uart.h | 90 uint8_t interrupt_priority; ///< Interrupt priority. member 144 .interrupt_priority = NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_rtc.h | 93 uint8_t interrupt_priority; /**< Interrupt priority. */ member 109 .interrupt_priority = NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_twi.h | 82 uint8_t interrupt_priority; ///< Interrupt priority. member 115 .interrupt_priority = NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_twim.h | 80 uint8_t interrupt_priority; ///< Interrupt priority. member 113 .interrupt_priority = NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_pdm.h | 110 uint8_t interrupt_priority; ///< Interrupt priority. member 157 .interrupt_priority = NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_timer.h | 83 uint8_t interrupt_priority; ///< Interrupt priority. member 101 .interrupt_priority = NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_uarte.h | 257 uint8_t interrupt_priority; ///< Interrupt priority. member 303 .interrupt_priority = NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY \
|
| D | nrfx_vevif.h | 76 nrfx_err_t nrfx_vevif_init(uint8_t interrupt_priority,
|
| D | nrfx_egu.h | 97 uint8_t interrupt_priority,
|
| D | nrfx_gpiote.h | 211 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/ |
| D | nrfx_ids.h | 172 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/ |
| D | nrfx_vevif.c | 62 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()
|
| D | nrfx_bellboard.c | 56 uint8_t interrupt_priority, in nrfx_bellboard_init() argument 83 interrupt_priority, in nrfx_bellboard_init()
|
| D | nrfx_egu.c | 105 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()
|
| D | nrfx_tbm.c | 59 nrfy_tbm_int_init(NRF_TBM, m_int_flags, p_config->interrupt_priority, true); in nrfx_tbm_init()
|
| D | nrfx_rng.c | 69 NRFX_IRQ_PRIORITY_SET(RNG_IRQn, p_config->interrupt_priority); in nrfx_rng_init()
|