Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h22 #define HAL_LOGV(...) ESP_LOGV(__VA_ARGS__) macro
67 #define HAL_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__) macro
69 #define HAL_LOGV(tag, fmt, ...) macro
76 #define HAL_EARLY_LOGV(...) HAL_LOGV(__VA_ARGS__)
/hal_espressif-latest/components/hal/
Dsdio_slave_hal.c660 HAL_LOGV(TAG, "recv_load_buf: start new"); in sdio_slave_hal_load_buf()
664 HAL_LOGV(TAG, "recv_load_buf: restart"); in sdio_slave_hal_load_buf()