Home
last modified time | relevance | path

Searched refs:reload_value (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/drivers/include/
A Dnrfx_wdt.h92 uint32_t reload_value; /**< WDT reload value in ms. */ member
108 .reload_value = 2000, \
/external/platform/nrfx/hal/
A Dnrf_wdt.h255 NRF_STATIC_INLINE void nrf_wdt_reload_value_set(NRF_WDT_Type * p_reg, uint32_t reload_value);
394 NRF_STATIC_INLINE void nrf_wdt_reload_value_set(NRF_WDT_Type * p_reg, uint32_t reload_value) in nrf_wdt_reload_value_set() argument
396 p_reg->CRV = reload_value; in nrf_wdt_reload_value_set()
/external/platform/nrfx/drivers/src/
A Dnrfx_wdt.c87 uint64_t ticks = (p_config->reload_value * 32768ULL) / 1000; in nrfx_wdt_init()

Completed in 5 milliseconds