Home
last modified time | relevance | path

Searched refs:NRFX_IRQ_PRIORITY_SET (Results 1 – 25 of 30) sorted by relevance

12

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_power_clock.h60 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 Dnrfx_usbreg.c53 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_USBREGULATOR), p_config->irq_priority); in nrfx_usbreg_init()
A Dnrfx_rng.c67 NRFX_IRQ_PRIORITY_SET(RNG_IRQn, p_config->interrupt_priority); in nrfx_rng_init()
A Dnrfx_temp.c74 NRFX_IRQ_PRIORITY_SET(TEMP_IRQn, p_config->interrupt_priority); in nrfx_temp_init()
A Dnrfx_lpcomp.c125 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_LPCOMP), p_config->interrupt_priority); in nrfx_lpcomp_init()
A Dnrfx_ipc.c56 NRFX_IRQ_PRIORITY_SET(IPC_IRQn, irq_priority); in nrfx_ipc_init()
A Dnrfx_wdt.c96 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), p_config->interrupt_priority); in nrfx_wdt_init()
A Dnrfx_comp.c136 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_COMP), p_config->interrupt_priority); in nrfx_comp_init()
A Dnrfx_pwm.c174 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 Dnrfx_egu.c113 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), interrupt_priority); in nrfx_egu_init()
A Dnrfx_qdec.c144 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_QDEC), p_config->interrupt_priority); in nrfx_qdec_init()
A Dnrfx_adc.c74 NRFX_IRQ_PRIORITY_SET(ADC_IRQn, p_config->interrupt_priority); in nrfx_adc_init()
A Dnrfx_qspi.c147 NRFX_IRQ_PRIORITY_SET(QSPI_IRQn, p_config->irq_priority); in nrfx_qspi_init()
A Dnrfx_pdm.c223 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_PDM0), p_config->interrupt_priority); in nrfx_pdm_init()
A Dnrfx_timer.c116 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), in nrfx_timer_init()
A Dnrfx_rtc.c87 NRFX_IRQ_PRIORITY_SET(p_instance->irq, p_config->interrupt_priority); in nrfx_rtc_init()
A Dnrfx_spi.c173 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), in nrfx_spi_init()
A Dnrfx_i2s.c227 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(NRF_I2S0), p_config->irq_priority); in nrfx_i2s_init()
A Dnrfx_spis.c279 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_reg), in nrfx_spis_init()
A Dnrfx_nfct.c431 NRFX_IRQ_PRIORITY_SET(NFCT_IRQn, NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY); in nrfx_nfct_init()
A Dnrfx_uart.c110 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number((void *)p_instance->p_reg), in interrupts_enable()
A Dnrfx_twi.c217 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_instance->p_twi), in nrfx_twi_init()
A Dnrfx_twis.c529 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), in nrfx_twis_init()
A Dnrfx_uarte.c147 NRFX_IRQ_PRIORITY_SET(nrfx_get_irq_number((void *)p_instance->p_reg), in interrupts_enable()
/lk-master/external/platform/nrfx/templates/
A Dnrfx_glue.h89 #define NRFX_IRQ_PRIORITY_SET(irq_number, priority) NVIC_SetPriority(irq_number, priority) macro

Completed in 32 milliseconds

12