Format: AllC/C++CSSTextshell script Advanced Search
117: #define NVIC_ISER_BASE 0xE000E100 118: #define NVIC_ISER(x) (NVIC_ISER_BASE + (((x) / 32) << 2)) 119: