Searched refs:LOG_WRN_ONCE (Results 1 – 13 of 13) sorted by relevance
29 LOG_WRN_ONCE("Warning on the first execution only %u", dummy_5); in main()
78 LOG_WRN_ONCE("Enable CONFIG_SYS_HEAP_RUNTIME_STATS to use the mem monitor feature"); in lvgl_heap_stats()
217 LOG_WRN_ONCE("Memory statistics only supported for CONFIG_LV_Z_MEM_POOL_SYS_HEAP"); in lv_mem_monitor_core()
61 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()
86 #define LOG_WRN_ONCE(...) \ macro
197 LOG_WRN_ONCE("Ring buffer full, discard %c", c); in uart_bt_poll_out()
120 LOG_WRN_ONCE("No callback set"); in update_remaining_steps()
802 LOG_WRN_ONCE("once %d", i); in log_wrn_once_run()
175 LOG_WRN_ONCE("No callback registered"); in execute_callback()
1042 LOG_WRN_ONCE("Ring buffer full, discard data"); in cdc_acm_poll_out()
954 LOG_WRN_ONCE("Ring buffer full, discard data"); in cdc_acm_poll_out()
60 - :c:macro:`LOG_WRN_ONCE` for warnings where only the first occurrence is of interest.
1698 * Add :c:macro:`LOG_WRN_ONCE` for logging warning message where only the first occurrence is