| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_cc32xx.c | 31 int reload; member 57 const uint32_t reload = wdt_cc32xx_msToTicks(data->reload); in wdt_cc32xx_enable() local 60 MAP_WatchdogReloadSet(config->reg, reload); in wdt_cc32xx_enable() 100 data->reload = cfg->window.max; in wdt_cc32xx_install_timeout() 103 LOG_DBG("Reload time %d", data->reload); in wdt_cc32xx_install_timeout() 111 const uint32_t reload = wdt_cc32xx_msToTicks(data->reload); in wdt_cc32xx_feed() local 118 MAP_WatchdogReloadSet(config->reg, reload); in wdt_cc32xx_feed() 182 .reload = CONFIG_WDT_CC32XX_INITIAL_TIMEOUT, \
|
| D | wdt_iwdg_stm32.c | 64 uint32_t *reload) in iwdg_stm32_convert_timeout() argument 82 *reload = (uint32_t)(ticks / divider) - 1U; in iwdg_stm32_convert_timeout() 118 LL_IWDG_SetReloadCounter(cfg->instance, data->reload); in iwdg_stm32_setup() 149 uint32_t reload = 0U; in iwdg_stm32_install_timeout() local 154 if (data->reload) { in iwdg_stm32_install_timeout() 160 iwdg_stm32_convert_timeout(timeout, &prescaler, &reload); in iwdg_stm32_install_timeout() 163 IS_IWDG_RELOAD(reload))) { in iwdg_stm32_install_timeout() 170 data->reload = reload; in iwdg_stm32_install_timeout()
|
| D | wdt_cc13xx_cc26xx.c | 44 uint32_t reload; member 72 data->reload = WATCHDOG_MS_TO_TICKS(cfg->window.max); in wdt_cc13xx_cc26xx_install_timeout() 75 LOG_DBG("raw reload value: %d", data->reload); in wdt_cc13xx_cc26xx_install_timeout() 110 WatchdogReloadSet(data->reload); in wdt_cc13xx_cc26xx_setup() 170 WatchdogReloadSet(data->reload); in wdt_cc13xx_cc26xx_feed() 172 LOG_DBG("feed %i", data->reload); in wdt_cc13xx_cc26xx_feed() 235 .reload = WATCHDOG_MS_TO_TICKS( \
|
| D | wdt_fwdgt_gd32.c | 54 uint32_t *reload) in gd32_fwdgt_calc_timeout() argument 72 *reload = (ticks / divider) - 1U; in gd32_fwdgt_calc_timeout() 112 uint32_t reload = 0U; in gd32_fwdgt_install_timeout() local 123 &reload) != 0) { in gd32_fwdgt_install_timeout() 130 errstat = fwdgt_config(reload, prescaler); in gd32_fwdgt_install_timeout()
|
| D | wdt_iwdg_stm32.h | 30 uint32_t reload; member
|
| D | Kconfig.stm32 | 28 max. prescaler value (256) * max. reload ticks (4096) / LSI freq.
|
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_log_helper.py | 13 from importlib import reload 36 reload(twisterlib.log_helper) 39 reload(twisterlib.log_helper)
|
| D | test_scl.py | 21 from importlib import reload 74 reload(scl) 86 reload(yaml) 114 reload(scl) 125 reload(scl)
|
| /Zephyr-latest/drivers/timer/ |
| D | leon_gptimer.c | 26 uint32_t reload; member 102 tmr->reload = 0xFFFFFFFF; in init_downcounter() 123 tmr->reload = 1000000U / CONFIG_SYS_CLOCK_TICKS_PER_SEC - 1; in sys_clock_driver_init()
|
| D | litex_timer.c | 19 #define TIMER_RELOAD_ADDR DT_INST_REG_ADDR_BY_NAME(0, reload)
|
| /Zephyr-latest/drivers/dma/ |
| D | dma_max32.c | 160 mxc_dma_srcdst_t reload; in max32_dma_reload() local 175 reload.ch = channel; in max32_dma_reload() 176 reload.source = (void *)src; in max32_dma_reload() 177 reload.dest = (void *)dst; in max32_dma_reload() 178 reload.len = size; in max32_dma_reload() 179 return MXC_DMA_SetSrcDst(reload); in max32_dma_reload() 323 .reload = max32_dma_reload,
|
| D | dma_intel_adsp_hda_link_in.c | 18 .reload = intel_adsp_hda_dma_link_reload,
|
| D | dma_intel_adsp_hda_link_out.c | 18 .reload = intel_adsp_hda_dma_link_reload,
|
| D | dma_mcux_lpc.c | 154 uint8_t reload; in dma_mcux_lpc_queue_descriptors() local 240 reload = 1; in dma_mcux_lpc_queue_descriptors() 242 reload = 0; in dma_mcux_lpc_queue_descriptors() 246 xfer_config = DMA_CHANNEL_XFER(reload, 0UL, enable_a_interrupt, in dma_mcux_lpc_queue_descriptors() 340 uint8_t reload = 0; in dma_mcux_lpc_configure() local 373 reload = 1; in dma_mcux_lpc_configure() 649 local_block.source_reload_en = reload; in dma_mcux_lpc_configure() 665 block_config->source_reload_en = reload; in dma_mcux_lpc_configure() 861 .reload = dma_mcux_lpc_reload,
|
| D | dma_intel_adsp_hda_host_in.c | 15 .reload = intel_adsp_hda_dma_host_reload,
|
| D | dma_intel_adsp_hda_host_out.c | 19 .reload = intel_adsp_hda_dma_host_reload,
|
| D | dmamux_stm32.c | 71 dma_reload_fn reload; member 217 if (dma_device->reload(dev_config->mux_channels[id].dev_dma, in dmamux_stm32_reload() 294 .reload = dmamux_stm32_reload,
|
| D | dma_intel_lpss.c | 135 .reload = dma_intel_lpss_reload,
|
| /Zephyr-latest/drivers/counter/ |
| D | timer_cmsdk_apb.h | 21 volatile uint32_t reload; member
|
| D | counter_xlnx_axi_timer.c | 191 bool reload = true; in xlnx_axi_timer_set_top_value() local 209 reload = false; in xlnx_axi_timer_set_top_value() 213 reload = cfg->ticks < now; in xlnx_axi_timer_set_top_value() 220 reload = true; in xlnx_axi_timer_set_top_value() 225 if (reload) { in xlnx_axi_timer_set_top_value()
|
| D | timer_tmr_cmsdk_apb.c | 47 cfg->timer->reload = data->load; in tmr_cmsdk_apb_start() 97 cfg->timer->reload = top_cfg->ticks; in tmr_cmsdk_apb_set_top_value()
|
| /Zephyr-latest/lib/posix/options/ |
| D | timer.c | 30 uint32_t reload; /* Reload value in ms */ member 43 if (timer->reload == 0U) { in zephyr_timer_wrapper() 76 if (timer->reload == 0U) { in zephyr_thread_wrapper() 269 timer->reload = _ts_to_ms(&value->it_interval); in timer_settime() 290 k_timer_start(&timer->ztimer, K_MSEC(duration), K_MSEC(timer->reload)); in timer_settime()
|
| /Zephyr-latest/drivers/pwm/ |
| D | pwm_mcux.c | 29 pwm_register_reload_t reload; member 211 1 << config->prescale, config->reload); in pwm_mcux_init() 215 pwm_config.reloadLogic = config->reload; in pwm_mcux_init() 255 .reload = DT_ENUM_IDX_OR(DT_DRV_INST(n), nxp_reload,\
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | dma.h | 371 dma_api_reload reload; member 429 if (api->reload) { in dma_reload() 430 return api->reload(dev, channel, src, dst, size); in dma_reload()
|
| /Zephyr-latest/scripts/tests/twister_blackbox/ |
| D | test_addon.py | 250 importlib.reload(environment_twister_module) 251 importlib.reload(harness_twister_module) 252 importlib.reload(runner_twister_module)
|