Searched refs:irq_priority (Results 1 – 16 of 16) sorted by relevance
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_i2s.h | 70 uint8_t irq_priority; ///< Interrupt priority. member 125 .irq_priority = NRFX_I2S_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| A D | nrfx_spis.h | 133 .irq_priority = NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY, \ 153 uint8_t irq_priority; //!< Interrupt priority. member
|
| A D | nrfx_qspi.h | 56 uint8_t irq_priority; /**< Interrupt priority. */ member 104 .irq_priority = (uint8_t)NRFX_QSPI_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| A D | nrfx_spi.h | 102 uint8_t irq_priority; ///< Interrupt priority. member 132 .irq_priority = NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| A D | nrfx_spim.h | 106 uint8_t irq_priority; ///< Interrupt priority. member 172 .irq_priority = NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| A D | nrfx_pwm.h | 97 uint8_t irq_priority; ///< Interrupt priority. member 131 .irq_priority = NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY, \
|
| A D | nrfx_usbreg.h | 86 uint8_t irq_priority; //!< Priority of the USBREG interrupt. member
|
| A D | nrfx_ipc.h | 74 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context);
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_ipc.c | 48 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context) in nrfx_ipc_init() argument 56 NRFX_IRQ_PRIORITY_SET(IPC_IRQn, irq_priority); in nrfx_ipc_init()
|
| 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_pwm.c | 174 NRFX_IRQ_PRIORITY_SET(DMA_ISSUE_EGU_IRQn, p_config->irq_priority); in nrfx_pwm_init() 181 p_config->irq_priority); in nrfx_pwm_init()
|
| A D | nrfx_qspi.c | 147 NRFX_IRQ_PRIORITY_SET(QSPI_IRQn, p_config->irq_priority); in nrfx_qspi_init()
|
| A D | nrfx_spi.c | 174 p_config->irq_priority); in nrfx_spi_init()
|
| A D | nrfx_spis.c | 280 p_config->irq_priority); in nrfx_spis_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_spim.c | 418 p_config->irq_priority); in nrfx_spim_init()
|
Completed in 25 milliseconds