Home
last modified time | relevance | path

Searched refs:LOG_W (Results 1 – 25 of 125) sorted by relevance

12345

/bsp/ht32/libraries/ht32_drivers/
A Ddrv_wdt.c43 LOG_W("Please stop the WDT device first."); in ht32_wdt_control()
49 LOG_W("Parameter out of settable range."); in ht32_wdt_control()
82 LOG_W("WDT device not activated."); in ht32_wdt_control()
89 LOG_W("The WDT device has been activated."); in ht32_wdt_control()
112 LOG_W("WDT is not activated and does not need to be shut down."); in ht32_wdt_control()
116 LOG_W("This command is not supported."); in ht32_wdt_control()
A Ddrv_can.c261 LOG_W("LEC: %d\r\n", lec); in ht32_can_control()
276 LOG_W("Configuring Receive Interrupts!\r\n"); in ht32_can_control()
282 LOG_W("Configuring Transmit Interrupts!\r\n"); in ht32_can_control()
286 LOG_W("Configuration error interrupt!\r\n"); in ht32_can_control()
305 LOG_W("Filter list length exceeds the limit(max 32)!"); in ht32_can_control()
319 LOG_W("Filter List Number Out of Limits(1-32)!"); in ht32_can_control()
348 LOG_W("Frame pattern error(CAN_STD_ID/CAN_EXT_ID)!"); in ht32_can_control()
362 LOG_W("MASK mode error(CAN_UMASK_MODE/CAN_MASK_MODE)!"); in ht32_can_control()
470 LOG_W("Frame pattern error(CAN_STD_ID/CAN_EXT_ID)!"); in ht32_can_sendmsg()
539 LOG_W("rx message not set \r\n"); in ht32_can_recvmsg()
[all …]
/bsp/qemu-vexpress-a9/applications/
A Dmnt.c31 LOG_W("[sd] File System on SD ('sd') initialization failed!"); in mnt_init()
32 LOG_W("[sd] Try to format and re-mount..."); in mnt_init()
/bsp/simulator/applications/
A Dmnt.c48 LOG_W("[sd0] File System on SD ('sd0') initialization failed!"); in mnt_init()
49 LOG_W("[sd0] Try to format and re-mount..."); in mnt_init()
/bsp/stm32/stm32h750-artpi/board/port/
A Dfilesystem.c86 LOG_W("sd card mount to '/sdcard' failed!"); in _sdcard_mount()
155 LOG_W("mount to '/filesystem' failed! try to mkfs %s", flash_dev->parent.name); in mount_init()
177 LOG_W("mount to '/flash' failed! try to mkfs %s", flash_dev->parent.name); in mount_init()
/bsp/stm32/stm32h7s7-st-disco/board/port/
A Dfilesystem.c86 LOG_W("sd card mount to '/sdcard' failed!"); in _sdcard_mount()
155 LOG_W("mount to '/filesystem' failed! try to mkfs %s", flash_dev->parent.name); in mount_init()
177 LOG_W("mount to '/flash' failed! try to mkfs %s", flash_dev->parent.name); in mount_init()
/bsp/cvitek/drivers/port/
A Dmnt_diskfs.c34 LOG_W("Failed to find device: %s", devname); in sd_mount()
48 LOG_W("Failed to mount device '%s' to '/': %d\n", devname, rt_get_errno()); in sd_mount()
/bsp/phytium/libraries/port/fboard_port/
A Dfboard_port.h33 #define FT_DEBUG_PRINT_W(TAG, format, ...) LOG_W(format, ##__VA_ARGS__)
35 #define FT_DEBUG_PRINT_W(TAG, format, ...) LOG_W(...)
/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/ports/
A Ddrv_filesystem_spi_flash.c39 LOG_W("spi sample run failed! can't find %s device!\n", W25Q64_SPI_BUS_NAME); in app_filesystem_init()
71 LOG_W("Initial ELM FAT mount failed, trying to format block device.\n"); in app_filesystem_init()
/bsp/renesas/ra8m1-ek/board/ports/
A Dmnt.c42 LOG_W("sd card mount to '/' failed!"); in _sdcard_mount()
118 LOG_W("sd card mount to '/' failed!"); in sd_mount()
/bsp/renesas/ra6m3-hmi-board/board/ports/
A Dmnt.c42 LOG_W("sd card mount to '/' failed!"); in _sdcard_mount()
118 LOG_W("sd card mount to '/' failed!"); in sd_mount()
/bsp/renesas/libraries/HAL_Drivers/
A Ddrv_wdt.c53 LOG_W("Use the FSP tool to modify the configuration parameters!"); in wdt_control()
88 LOG_W("This command is not supported."); in wdt_control()
/bsp/phytium/libraries/port/fdriver_port/
A Dfdrivers_port.h69 #define FT_DEBUG_PRINT_W(TAG, format, ...) LOG_W(format, ##__VA_ARGS__)
71 #define FT_DEBUG_PRINT_W(TAG, format, ...) LOG_W(...)
/bsp/ESP32_C3/drivers/
A Ddrv_pwm.c69 LOG_W("period_hz:%d", period_hz); in _pwm_get()
71 LOG_W("duty:%d", duty); in _pwm_get()
75 LOG_W("pulse:%d", configuration->pulse); in _pwm_get()
/bsp/k230/drivers/utest/
A Dtest_gpio_irq.c44 LOG_W("led ON\n"); in led_on()
51 LOG_W("led OFF\n"); in led_off()
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/
A Dsyslog.h98 #define LOG_W(fmt, args...) \ macro
101 #define LOG_W(fmt, args...) macro
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_wdt.c87 LOG_W("The watchdog timeout argument range from 0 to 7!"); in wdt_control()
129 LOG_W("This command is not supported."); in wdt_control()
/bsp/phytium/libraries/port/fboard_port/pd2408_test_a/
A Dmnt_sdcard.c59 LOG_W("%s mount to '%s' failed!", FS_SD_DEVICE_NAME, FS_SD_MOUNT_POINT); in _sdcard_mount()
112 LOG_W("%s mount to '%s' failed!", FS_EMMC_DEVICE_NAME, FS_EMMC_MOUNT_POINT); in sd_auto_mount()
/bsp/stm32/stm32h7r7-artpi2/board/port/
A Dfilesystem.c66 LOG_W("sd card mount to '/sdcard' failed!"); in _sdcard_mount()
127 LOG_W("mount to '/flash' failed! try to mkfs %s", flash_dev->parent.name); in mount_init()
/bsp/renesas/ra8d1-vision-board/board/ports/
A Dmnt.c82 LOG_W("sd card mount to '/' failed!"); in _sdcard_mount()
167 LOG_W("sd card mount to '/' failed!"); in sd_mount()
/bsp/microchip/common/applications/
A Dlwip_demo.c128 LOG_W("Received warning, recv function returns 0."); in tcpclient()
165 LOG_W("Send warning, send function returns 0."); in tcpclient()
/bsp/tae32f5300/board/dbg/
A Dtae32f53xx_dbg.h208 #define LOG_W(fmt, ...) DBG_LogLine("W", YELLOW, fmt, ##__VA_ARGS__) macro
210 #define LOG_W(fmt, ...)
/bsp/renesas/ra2l1-cpk/board/
A Ddrv_pm.c294 LOG_W("Disable mode:%s", lpmstate_to_string(SLEEP_STATE)); in ra_sleep()
299 LOG_W("PM_SLEEP_MODE_LIGHT:This mode is not supported!"); in ra_sleep()
308 LOG_W("Disable mode:%s", lpmstate_to_string(SW_STANDBY_SNOOZE_STATE)); in ra_sleep()
317 LOG_W("Disable mode:%s", lpmstate_to_string(SW_STANDBY_STATE)); in ra_sleep()
322 LOG_W("PM_SLEEP_MODE_SHUTDOWN:This mode is not supported!"); in ra_sleep()
/bsp/renesas/ra4m2-eco/board/ports/
A Dmnt.c26 LOG_W("sd card mount to '/' failed!"); in sd_mount()
/bsp/stm32/stm32f103-fire-arbitrary/board/ports/
A Dsdcard_port.c41 LOG_W("sd card mount to '/' failed!"); in sd_mount()

Completed in 43 milliseconds

12345