Home
last modified time | relevance | path

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

/hal_altera-3.6.0-3.5.0-3.4.0/altera_hal/HAL/inc/sys/
Dalt_log_printf.h90 #define ALT_LOG_PRINTF(...) do {alt_log_printf_proc(__VA_ARGS__);} while (0) macro
274 do { if (alt_log_boot_on_flag==1) {ALT_LOG_PRINTF(__VA_ARGS__);} \
344 #define ALT_LOG_PRINTF(...) macro