Searched refs:MAX_UNSAFE (Results 1 – 6 of 6) sorted by relevance
190 #define STM_SECDDR_END MAX_UNSAFE(TZSRAM_BASE + TZSRAM_SIZE, \
40 #define MAX_UNSAFE(a, b) (((a) > (b)) ? (a) : (b)) macro
Completed in 7 milliseconds