|
|
@ -76,6 +76,7 @@
|
|
|
|
#define nop() __asm__ __volatile__("nop;\n\t":::)
|
|
|
|
#define nop() __asm__ __volatile__("nop;\n\t":::)
|
|
|
|
|
|
|
|
|
|
|
|
void __delay_4cycles(uint32_t cy) __attribute__ ((weak));
|
|
|
|
void __delay_4cycles(uint32_t cy) __attribute__ ((weak));
|
|
|
|
|
|
|
|
|
|
|
|
FORCE_INLINE void __delay_4cycles(uint32_t cy) { // +1 cycle
|
|
|
|
FORCE_INLINE void __delay_4cycles(uint32_t cy) { // +1 cycle
|
|
|
|
#if ARCH_PIPELINE_RELOAD_CYCLES<2
|
|
|
|
#if ARCH_PIPELINE_RELOAD_CYCLES<2
|
|
|
|
#define EXTRA_NOP_CYCLES "nop"
|
|
|
|
#define EXTRA_NOP_CYCLES "nop"
|
|
|
|