struct zbi_dcfg_generic32_watchdog_action_t

Defined at line 241 of file ../../sdk/lib/zbi-format/include/lib/zbi-format/driver-config.h

Defines a register write action for a generic kernel watchdog driver. An

action consists of the following steps.

1) Read from the register located a physical address |addr|

2) Clear all of the bits in the value which was read using the |clr_mask|

3) Set all of the bits in the value using the |set_mask|

4) Write this value back to the address located at addr

Public Members

uint64_t addr
uint32_t clr_mask
uint32_t set_mask