Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h28 #define HAL_EARLY_LOGV(...) ESP_EARLY_LOGV(__VA_ARGS__) macro
76 #define HAL_EARLY_LOGV(...) HAL_LOGV(__VA_ARGS__) macro
/hal_espressif-latest/components/hal/
Dsdio_slave_hal.c321HAL_EARLY_LOGV(TAG, "send_length_write: %d, last_len: %08X", end_desc->pkt_len, sdio_slave_ll_send… in send_new_packet()
370 HAL_EARLY_LOGV(TAG, "last_len: %08X", sdio_slave_ll_send_read_len(hal->host)); in sdio_slave_hal_send_reset_counter()