#include <mock_pin.hpp>
|
| auto | write (bool level) -> void |
| | Write logic level to pin (records operation).
|
| |
| auto | last_level () const -> bool |
| | Get the last written logic level.
|
| |
| auto | write_count () const -> std::size_t |
| | Get total number of write operations.
|
| |
| auto | reset () -> void |
| | Reset pin state for new test.
|
| |
◆ last_level()
| auto epaper::hal::MockOutputPin::last_level |
( |
| ) |
const -> bool |
|
inline |
◆ reset()
| auto epaper::hal::MockOutputPin::reset |
( |
| ) |
-> void |
|
inline |
◆ write()
| auto epaper::hal::MockOutputPin::write |
( |
bool |
level | ) |
-> void |
|
inline |
◆ write_count()
| auto epaper::hal::MockOutputPin::write_count |
( |
| ) |
const -> std::size_t |
|
inline |
The documentation for this class was generated from the following file: