Zephyr C++ Toolkit
|
#include <functional>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | zct::IWatchdog |
Interface for a hardware watchdog peripheral (not the software watchdog, this does not need to be mocked). More... | |
Namespaces | |
namespace | zct |
Functions | |
constexpr IWatchdog::Option | zct::operator| (IWatchdog::Option lhs, IWatchdog::Option rhs) |
Bitwise OR operator for watchdog options. | |
constexpr IWatchdog::Option | zct::operator& (IWatchdog::Option lhs, IWatchdog::Option rhs) |
Bitwise AND operator for watchdog options. | |