#include <mock_delay.hpp>
|
| static auto | delay_ms (std::uint32_t ms) -> void |
| | Mock millisecond delay (records but doesn't block).
|
| |
| static auto | total_delay_ms () -> std::uint32_t |
| | Get total accumulated delay time.
|
| |
| static auto | delay_count () -> std::size_t |
| | Get total number of delay calls.
|
| |
| static auto | reset () -> void |
| | Reset delay tracking for new test.
|
| |
◆ delay_count()
| static auto epaper::hal::MockDelay::delay_count |
( |
| ) |
-> std::size_t |
|
inlinestatic |
◆ delay_ms()
| static auto epaper::hal::MockDelay::delay_ms |
( |
std::uint32_t |
ms | ) |
-> void |
|
inlinestatic |
◆ reset()
| static auto epaper::hal::MockDelay::reset |
( |
| ) |
-> void |
|
inlinestatic |
◆ total_delay_ms()
| static auto epaper::hal::MockDelay::total_delay_ms |
( |
| ) |
-> std::uint32_t |
|
inlinestatic |
The documentation for this class was generated from the following file: