Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_wdt.h125 …uint32_t behaviour; ///< WDT behavior flags bitmask, constructed from @ref nrf_wdt_behavi… member
141 .behaviour = NRF_WDT_BEHAVIOUR_RUN_SLEEP_MASK, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_wdt.c70 .behaviour = p_config->behaviour, in wdt_configure()
79 p_cb->stoppable = (bool)(p_config->behaviour & NRF_WDT_BEHAVIOUR_STOP_ENABLE_MASK); in wdt_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_wdt.h72 …uint32_t behaviour; ///< Watchdog behaviour flags bitmask, constructed from @ref nrf_wdt_behavi… member
85 nrf_wdt_behaviour_set(p_reg, p_config->behaviour); in nrfy_wdt_periph_configure()