Searched refs:ESP_DRAM_LOGD (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/log/include/ |
D | esp_log.h | 459 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_OP… macro 469 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__VA… macro
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 898 ESP_DRAM_LOGD(TAG, "RMT RX channel %d error", channel); in rmt_driver_isr_default() 899 … ESP_DRAM_LOGD(TAG, "status: 0x%08x", rmt_ll_rx_get_status_word(rmt_contex.hal.regs, channel)); in rmt_driver_isr_default() 913 ESP_DRAM_LOGD(TAG, "RMT TX channel %d error", channel); in rmt_driver_isr_default() 914 … ESP_DRAM_LOGD(TAG, "status: 0x%08x", rmt_ll_tx_get_status_word(rmt_contex.hal.regs, channel)); in rmt_driver_isr_default()
|