Home | History | Annotate | Download | only in cmsis

Lines Matching defs:NVIC_SetPriority

1405 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)

1445 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority().
1537 NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1); /* set Priority for Systick Interrupt */