Searched refs:NRFX_IRQ_PRIORITY_SET (Results 1 – 25 of 30) sorted by relevance
12
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_power_clock.h | 60 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_CLOCK), priority); in nrfx_power_clock_irq_init()
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_usbreg.c | 53 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_USBREGULATOR), p_config->irq_priority); in nrfx_usbreg_init()
|
A D | nrfx_rng.c | 67 NRFX_IRQ_PRIORITY_SET(RNG_IRQn, p_config->interrupt_priority); in nrfx_rng_init()
|
A D | nrfx_temp.c | 74 NRFX_IRQ_PRIORITY_SET(TEMP_IRQn, p_config->interrupt_priority); in nrfx_temp_init()
|
A D | nrfx_lpcomp.c | 125 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_LPCOMP), p_config->interrupt_priority); in nrfx_lpcomp_init()
|
A D | nrfx_ipc.c | 56 NRFX_IRQ_PRIORITY_SET(IPC_IRQn, irq_priority); in nrfx_ipc_init()
|
A D | nrfx_wdt.c | 96 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), p_config->interrupt_priority); in nrfx_wdt_init()
|
A D | nrfx_comp.c | 136 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_COMP), p_config->interrupt_priority); in nrfx_comp_init()
|
A D | nrfx_pwm.c | 174 NRFX_IRQ_PRIORITY_SET(DMA_ISSUE_EGU_IRQn, p_config->irq_priority); in nrfx_pwm_init() 180 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_registers), in nrfx_pwm_init()
|
A D | nrfx_egu.c | 113 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), interrupt_priority); in nrfx_egu_init()
|
A D | nrfx_qdec.c | 144 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_QDEC), p_config->interrupt_priority); in nrfx_qdec_init()
|
A D | nrfx_adc.c | 74 NRFX_IRQ_PRIORITY_SET(ADC_IRQn, p_config->interrupt_priority); in nrfx_adc_init()
|
A D | nrfx_qspi.c | 147 NRFX_IRQ_PRIORITY_SET(QSPI_IRQn, p_config->irq_priority); in nrfx_qspi_init()
|
A D | nrfx_pdm.c | 223 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_PDM0), p_config->interrupt_priority); in nrfx_pdm_init()
|
A D | nrfx_timer.c | 116 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), in nrfx_timer_init()
|
A D | nrfx_rtc.c | 87 NRFX_IRQ_PRIORITY_SET(p_instance->irq, p_config->interrupt_priority); in nrfx_rtc_init()
|
A D | nrfx_spi.c | 173 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), in nrfx_spi_init()
|
A D | nrfx_i2s.c | 227 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_I2S0), p_config->irq_priority); in nrfx_i2s_init()
|
A D | nrfx_spis.c | 279 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), in nrfx_spis_init()
|
A D | nrfx_nfct.c | 431 NRFX_IRQ_PRIORITY_SET(NFCT_IRQn, NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY); in nrfx_nfct_init()
|
A D | nrfx_uart.c | 110 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number((void *)p_instance->p_reg), in interrupts_enable()
|
A D | nrfx_twi.c | 217 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_twi), in nrfx_twi_init()
|
A D | nrfx_twis.c | 529 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), in nrfx_twis_init()
|
A D | nrfx_uarte.c | 147 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number((void *)p_instance->p_reg), in interrupts_enable()
|
/lk-master/external/platform/nrfx/templates/ |
A D | nrfx_glue.h | 89 #define NRFX_IRQ_PRIORITY_SET(irq_number, priority) NVIC_SetPriority(irq_number, priority) macro
|
Completed in 32 milliseconds
12