Searched refs:HAL_EARLY_LOGI (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | log.h | 26 #define HAL_EARLY_LOGI(...) ESP_EARLY_LOGI(__VA_ARGS__) macro 74 #define HAL_EARLY_LOGI(...) HAL_LOGI(__VA_ARGS__) macro
|
/hal_espressif-latest/components/hal/ |
D | sdio_slave_hal.c | 671 …HAL_EARLY_LOGI(TAG, "=> %p: size: %d(%d), eof: %d, owner: %d", item, item->size, item->length, ite… in show_queue_item() 672 HAL_EARLY_LOGI(TAG, " buf: %p, stqe_next: %p", item->buf, item->qe.stqe_next); in show_queue_item() 679 HAL_EARLY_LOGI(TAG, ">>>>> first: %p, last: %p <<<<<", queue->stqh_first, queue->stqh_last); in dump_queue() 684 HAL_EARLY_LOGI(TAG, "total: %d", cnt); in dump_queue()
|