We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3c35a commit a4b47aaCopy full SHA for a4b47aa
portable/ThirdParty/XCC/Xtensa/portmacro.h
@@ -114,6 +114,7 @@ static inline unsigned portENTER_CRITICAL_NESTED() { unsigned state = XTOS_SET_I
114
#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
115
#define portBYTE_ALIGNMENT 4
116
#define portNOP() XT_NOP()
117
+#define portMEMORY_BARRIER() XT_MEMW()
118
/*-----------------------------------------------------------*/
119
120
/* Fine resolution time */
0 commit comments