#include <mock_pin.hpp>
|
| auto | read () -> bool |
| | Read logic level from pin (returns configured level).
|
| |
| auto | set_level (bool level) -> void |
| | Set the level that read() will return.
|
| |
| auto | read_count () const -> std::size_t |
| | Get total number of read operations.
|
| |
| auto | reset () -> void |
| | Reset pin state for new test.
|
| |
◆ read()
| auto epaper::hal::MockInputPin::read |
( |
| ) |
-> bool |
|
inline |
◆ read_count()
| auto epaper::hal::MockInputPin::read_count |
( |
| ) |
const -> std::size_t |
|
inline |
◆ reset()
| auto epaper::hal::MockInputPin::reset |
( |
| ) |
-> void |
|
inline |
◆ set_level()
| auto epaper::hal::MockInputPin::set_level |
( |
bool |
level | ) |
-> void |
|
inline |
The documentation for this class was generated from the following file: