Home
last modified time | relevance | path

Searched refs:ATOMIC_STORE (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/newlib/
Dstdatomic.c107 #define ATOMIC_STORE(n, type) void __atomic_store_ ## n (volatile void * mem, type val, int memorde… macro
433 ATOMIC_STORE(1, unsigned char)
434 ATOMIC_STORE(2, short unsigned int)
435 ATOMIC_STORE(4, unsigned int)
517 ATOMIC_STORE(8, long long unsigned int)