Searched refs:HAL_EARLY_LOGD (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | log.h | 27 #define HAL_EARLY_LOGD(...) ESP_EARLY_LOGD(__VA_ARGS__) macro 75 #define HAL_EARLY_LOGD(...) HAL_LOGD(__VA_ARGS__) macro
|
/hal_espressif-latest/components/hal/ |
D | adc_oneshot_hal.c | 97 …HAL_EARLY_LOGD("adc_hal", "clk_src_freq_hz: %"PRIu32", adc_ctrl_clk: %"PRIu32", sample_delay_us: %… in adc_hal_onetime_start() 104 …HAL_EARLY_LOGD("adc_hal", "delay for `onetime_start` signal captured: %"PRIu32"", sample_delay_us); in adc_hal_onetime_start() 117 …HAL_EARLY_LOGD("adc_hal", "clk_src_freq_hz: %"PRIu32", sar_clk: %"PRIu32", read_delay_us: %"PRIu32… in adc_hal_onetime_start()
|
D | lcd_hal.c | 59 HAL_EARLY_LOGD("lcd_hal", "n=%d,a=%d,b=%d,mo=%d", n, a, b, mo); in lcd_hal_cal_pclk_freq()
|
D | sdio_slave_hal.c | 325 …HAL_EARLY_LOGD(TAG, "restart new send: %p->%p, pkt_len: %d", start_desc, end_desc, end_desc->pkt_l… in send_new_packet()
|