~ruther/stm32h747i-disco-usb-image-viewer

ref: cb4fa519d2c542d36e961a7982e079cc5e6eb00b stm32h747i-disco-usb-image-viewer/tests/device_descriptor/cortex-m.h -rw-r--r-- 175 bytes
cb4fa519 — Rutherther fix: ensure register access are inline 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
#include <stdint.h>

#ifndef CORTEX_M_H
#define CORTEX_M_H

void NVIC_EnableIRQ(uint32_t IRQn);
void NVIC_SetPriority(uint32_t IRQn, uint32_t priority);

#endif // CORTEX_M_H