| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_spis.h | 122 .irq_priority = NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY, \ 144 uint8_t irq_priority; ///< Interrupt priority. member
|
| D | nrfx_rramc.h | 60 uint8_t irq_priority; ///< Interrupt priority. member 83 .irq_priority = NRFX_RRAMC_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_i2s.h | 70 uint8_t irq_priority; ///< Interrupt priority. member 152 .irq_priority = NRFX_I2S_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_qspi.h | 59 uint8_t irq_priority; ///< Interrupt priority. member 123 .irq_priority = (uint8_t)NRFX_QSPI_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_spi.h | 102 uint8_t irq_priority; ///< Interrupt priority. member 147 .irq_priority = NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_pwm.h | 80 uint8_t irq_priority; ///< Interrupt priority. member 130 .irq_priority = NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_spim.h | 94 uint8_t irq_priority; ///< Interrupt priority. member 157 .irq_priority = NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| D | nrfx_usbreg.h | 88 uint8_t irq_priority; //!< Priority of the USBREG interrupt. member
|
| D | nrfx_bellboard.h | 92 uint8_t irq_priority,
|
| D | nrfx_ipc.h | 77 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context);
|
| D | nrfx_nfct.h | 182 uint8_t irq_priority; ///< Interrupt priority. member
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_tbm.h | 81 uint8_t irq_priority, in nrfy_tbm_int_init() argument 89 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_tbm_int_init()
|
| D | nrfy_temp.h | 69 uint8_t irq_priority, in nrfy_temp_int_init() argument 76 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_temp_int_init()
|
| D | nrfy_bellboard.h | 78 uint8_t irq_priority, in nrfy_bellboard_int_init() argument 92 NRFX_IRQ_PRIORITY_SET(interrupt_index, irq_priority); in nrfy_bellboard_int_init()
|
| D | nrfy_lpcomp.h | 109 uint8_t irq_priority, in nrfy_lpcomp_int_init() argument 118 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_lpcomp_int_init()
|
| D | nrfy_wdt.h | 100 uint8_t irq_priority, in nrfy_wdt_int_init() argument 109 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_wdt_int_init()
|
| D | nrfy_rtc.h | 92 uint8_t irq_priority, in nrfy_rtc_int_init() argument 105 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_rtc_int_init()
|
| D | nrfy_comp.h | 120 uint8_t irq_priority, in nrfy_comp_int_init() argument 130 NRFY_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_comp_int_init()
|
| D | nrfy_timer.h | 103 uint8_t irq_priority, in nrfy_timer_int_init() argument 113 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_timer_int_init()
|
| D | nrfy_gpiote.h | 82 uint8_t irq_priority, in nrfy_gpiote_int_init() argument 104 NRFX_IRQ_PRIORITY_SET(irqn, irq_priority); in nrfy_gpiote_int_init()
|
| D | nrfy_pwm.h | 112 uint8_t irq_priority, in nrfy_pwm_int_init() argument 124 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_pwm_int_init()
|
| D | nrfy_i2s.h | 135 uint8_t irq_priority, in nrfy_i2s_int_init() argument 146 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_i2s_int_init()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ipc.c | 53 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context) in nrfx_ipc_init() argument 61 NRFX_IRQ_PRIORITY_SET(IPC_IRQn, irq_priority); in nrfx_ipc_init()
|
| D | nrfx_usbreg.c | 56 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_USBREGULATOR), p_config->irq_priority); in nrfx_usbreg_init()
|
| D | nrfx_nfct.c | 383 static inline nrfx_err_t nfct_field_timer_config(uint8_t irq_priority) in nfct_field_timer_config() argument 387 timer_cfg.interrupt_priority = irq_priority; in nfct_field_timer_config() 483 nrfy_nfct_int_init(NRF_NFCT, p_config->rxtx_int_mask, p_config->irq_priority, false); in nrfx_nfct_init() 487 err_code = nfct_field_timer_config(p_config->irq_priority); in nrfx_nfct_init()
|