Format: AllC/C++CSSTextshell script Advanced Search
120: #define NVIC_ICER_BASE 0xE000E180 121: #define NVIC_ICER(x) (NVIC_ICER_BASE + (((x) / 32) << 2)) 122: