Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_renesas_ra.c29 #define WDT_RENESAS_RA_ATOMIC_ENABLE (0) macro
169 if (atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE)) { in wdt_renesas_ra_setup()
196 atomic_set_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE); in wdt_renesas_ra_setup()
208 if (!atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE)) { in wdt_renesas_ra_disable()
259 if (atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE)) { in wdt_renesas_ra_install_timeout()
295 if (!atomic_test_bit(&data->device_state, WDT_RENESAS_RA_ATOMIC_ENABLE) || in wdt_renesas_ra_feed()