Home
last modified time | relevance | path

Searched refs:LOG_WRN_ONCE (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/modules/lvgl/
Dlvgl_mem.c78 LOG_WRN_ONCE("Enable CONFIG_SYS_HEAP_RUNTIME_STATS to use the mem monitor feature"); in lvgl_heap_stats()
Dlvgl.c214 LOG_WRN_ONCE("Memory statistics only supported for CONFIG_LV_Z_MEM_POOL_SYS_HEAP"); in lv_mem_monitor_core()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.c61 LOG_WRN_ONCE("No callback set"); in stepper_trigger_callback()
83 LOG_WRN_ONCE("Event callback called from ISR context without ISR safe events enabled"); in stepper_trigger_callback()
/Zephyr-latest/include/zephyr/logging/
Dlog.h86 #define LOG_WRN_ONCE(...) \ macro
/Zephyr-latest/drivers/stepper/
Dgpio_stepper_controller.c120 LOG_WRN_ONCE("No callback set"); in update_remaining_steps()
/Zephyr-latest/drivers/serial/
Duart_bt.c197 LOG_WRN_ONCE("Ring buffer full, discard %c", c); in uart_bt_poll_out()
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c802 LOG_WRN_ONCE("once %d", i); in log_wrn_once_run()
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c175 LOG_WRN_ONCE("No callback registered"); in execute_callback()
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c1042 LOG_WRN_ONCE("Ring buffer full, discard data"); in cdc_acm_poll_out()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_acm.c912 LOG_WRN_ONCE("Ring buffer full, discard data"); in cdc_acm_poll_out()
/Zephyr-latest/doc/services/logging/
Dindex.rst60 - :c:macro:`LOG_WRN_ONCE` for warnings where only the first occurrence is of interest.
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1698 * Add :c:macro:`LOG_WRN_ONCE` for logging warning message where only the first occurrence is