Home
last modified time | relevance | path

Searched refs:irq_num (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_vpr_clic.h134 NRF_STATIC_INLINE void nrf_vpr_clic_int_pending_set(NRF_CLIC_Type * p_reg, uint32_t irq_num);
142 NRF_STATIC_INLINE void nrf_vpr_clic_int_pending_clear(NRF_CLIC_Type * p_reg, uint32_t irq_num);
153 NRF_STATIC_INLINE bool nrf_vpr_clic_int_pending_check(NRF_CLIC_Type const * p_reg, uint32_t irq_num
163 uint32_t irq_num,
175 NRF_STATIC_INLINE bool nrf_vpr_clic_int_enable_check(NRF_CLIC_Type const * p_reg, uint32_t irq_num);
185 uint32_t irq_num,
198 uint32_t irq_num);
208 uint32_t irq_num,
239 NRF_STATIC_INLINE void nrf_vpr_clic_int_pending_set(NRF_CLIC_Type * p_reg, uint32_t irq_num) in nrf_vpr_clic_int_pending_set() argument
241 NRFX_ASSERT(irq_num < NRF_VPR_CLIC_IRQ_COUNT); in nrf_vpr_clic_int_pending_set()
[all …]