Searched refs:MIN_UNSAFE (Results 1 – 2 of 2) sorted by relevance
189 #define STM_SECDDR_BASE MIN_UNSAFE(TZSRAM_BASE, TZDRAM_BASE)
41 #define MIN_UNSAFE(a, b) (((a) < (b)) ? (a) : (b)) macro
Completed in 3 milliseconds