Zephyr C++ Toolkit
Loading...
Searching...
No Matches
IWatchdog.hpp File Reference
#include <functional>
#include <cstdint>
Include dependency graph for IWatchdog.hpp:
This graph shows which files directly or indirectly include this file:

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.