/Zephyr-latest/subsys/task_wdt/ |
D | task_wdt_shell.c | 56 "Use \"task_wdt feed %d\" to feed this channel\n" in cmd_add() 70 shell_fprintf(sh, SHELL_INFO, "Feed task watchdog channel %s\n", argv[1]); in cmd_feed() 105 SHELL_CMD(feed, NULL, "Feed specified watchdog channel", cmd_feed),
|
D | task_wdt.c | 229 * and block a high priority thread that wants to feed its task wdt. in task_wdt_feed() 235 /* feed the specified channel */ in task_wdt_feed()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | watchdog.h | 75 /** Lower limit of watchdog feed timeout in milliseconds. */ 77 /** Upper limit of watchdog feed timeout in milliseconds. */ 140 wdt_api_feed feed; member 228 * @brief Feed specified watchdog timeout. 234 * @retval -EAGAIN If completing the feed operation would stall the caller, for 247 return api->feed(dev, channel_id); in z_impl_wdt_feed()
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 13 and does not manage to feed the watchdog anymore, the corrective action is 26 continuously updated in the feed calls.
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.esp32 | 15 numbers: noise from these radios are used to feed entropy in this
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.rpi_pico | 16 Sets the default watchdog timeout at start-up, the feed function must
|
D | wdt_handlers.c | 28 K_OOPS(K_SYSCALL_DRIVER_WDT(dev, feed)); in z_vrfy_wdt_feed()
|
D | wdt_cc32xx.c | 122 LOG_DBG("Feed"); in wdt_cc32xx_feed() 168 .feed = wdt_cc32xx_feed,
|
D | wdt_shell.c | 24 "Feed specified watchdog timeout. Syntax:\n" \ 184 SHELL_CMD_ARG(feed, &dsub_device_name, WDT_FEED_HELP, cmd_feed,
|
D | wdt_npcx.c | 83 /* Watchdog feed timeout in milliseconds */ 322 /* Feed watchdog by writing 5Ch to WDSDM */ in wdt_npcx_feed() 335 .feed = wdt_npcx_feed, 349 * [5] - WDSDME = 1: Feed watchdog by writing 5Ch to WDSDM in wdt_npcx_init()
|
D | wdt_ti_tps382x.c | 81 .feed = ti_tps382x_feed,
|
D | wdt_cc13xx_cc26xx.c | 172 LOG_DBG("feed %i", data->reload); in wdt_cc13xx_cc26xx_feed() 220 .feed = wdt_cc13xx_cc26xx_feed,
|
D | wdt_ite_it8xxx2.c | 35 /* watchdog feed timeout in milliseconds */ 243 .feed = wdt_it8xxx2_feed,
|
D | wdt_ifx_cat1.c | 139 .feed = ifx_cat1_wdt_feed,
|
D | wdt_npm2100.c | 120 .feed = wdt_npm2100_feed,
|
D | wdt_smartbond.c | 121 .feed = wdg_smartbond_feed,
|
D | wdt_wwdg_stm32.c | 240 /* Set window the same as the counter to be able to feed the WWDG almost in wwdg_stm32_install_timeout() 277 .feed = wwdg_stm32_feed,
|
/Zephyr-latest/drivers/console/ |
D | efi_console.c | 29 * Outputs both line feed and carriage return in the case of a '\n'.
|
/Zephyr-latest/drivers/usb_c/vbus/ |
D | usbc_vbus_adc.c | 155 LOG_ERR("Failed to control feed %s.%u: %d", in adc_vbus_init() 169 LOG_ERR("Failed to control feed %s.%u: %d", in adc_vbus_init()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_kinetis.c | 329 /* Allocate and feed buffer for data OUT stage */ in work_handler_setup() 330 LOG_DBG("s:%p|feed for -out-", buf); in work_handler_setup() 338 * Here we have to feed both descriptor tables so that in work_handler_setup() 342 LOG_DBG("s:%p|feed for -in-status >setup", buf); in work_handler_setup() 353 LOG_DBG("s:%p|feed >setup", buf); in work_handler_setup() 355 * For all other cases we feed with a buffer in work_handler_setup() 381 LOG_DBG("dout:%p|no feed", buf); in work_handler_out() 386 * For all other cases we feed with a buffer in work_handler_out() 389 LOG_DBG("dout:%p|feed >setup", buf); in work_handler_out()
|
D | udc_virtual.c | 111 /* Allocate and feed buffer for data OUT stage */ in vrt_handle_setup() 112 LOG_DBG("s: %p | feed for -out-", buf); in vrt_handle_setup() 128 * For all other cases we feed with a buffer in vrt_handle_setup() 217 * Feed control OUT buffer for status stage. in isr_handle_ctrl_in()
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/compose/ |
D | gateway.conf | 70 MulticastIPv6=ff1e:feed:caca:dead::1
|
/Zephyr-latest/include/zephyr/task_wdt/ |
D | task_wdt.h | 92 * @brief Feed specified watchdog channel.
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | Kconfig | 134 Setting this option will configure MCUX clock block to feed RMII
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | README.md | 57 simple feed forward deep neural network with 2 fully connected layers with
|