Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_sync/include/hardware/
Dsync.h332 #define remove_volatile_cast(t, x) (t)(x) macro
335 #define remove_volatile_cast(t, x) ({__compiler_memory_barrier(); Clang_Pragma("clang diagnostic pu… macro