Robobo
CMSIS Core NVIC Functions

Macros

#define _BIT_SHIFT(IRQn)   ( (((uint32_t)(IRQn) ) & 0x03) * 8 )
 
#define _SHP_IDX(IRQn)   ( ((((uint32_t)(IRQn) & 0x0F)-8) >> 2) )
 
#define _IP_IDX(IRQn)   ( ((uint32_t)(IRQn) >> 2) )
 

Detailed Description