Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_litex.c38 #define CONTROL_ENABLE_BIT BIT(8) macro
75 control = CONTROL_FEED_BIT | CONTROL_ENABLE_BIT; in wdt_litex_enable()
98 litex_write16(CONTROL_ENABLE_BIT, config->control_addr); in wdt_litex_disable()