Struct avr_tester::AvrTesterAsync
source · pub struct AvrTesterAsync { /* private fields */ }
Implementations§
source§impl AvrTesterAsync
impl AvrTesterAsync
sourcepub async fn run(&self) -> AvrDuration
pub async fn run(&self) -> AvrDuration
Asynchronous equivalent of AvrTester::run()
.
See avr_rt()
for more details.
sourcepub async fn run_for(&self, n: impl IntoCycles)
pub async fn run_for(&self, n: impl IntoCycles)
Asynchronous equivalent of AvrTester::run_for()
.
See avr_rt()
for more details.
sourcepub async fn run_for_us(&self, n: u64)
pub async fn run_for_us(&self, n: u64)
Asynchronous equivalent of AvrTester::run_for_us()
.
See avr_rt()
for more details.
sourcepub async fn run_for_ms(&self, n: u64)
pub async fn run_for_ms(&self, n: u64)
Asynchronous equivalent of AvrTester::run_for_ms()
.
See avr_rt()
for more details.
sourcepub async fn run_for_s(&self, n: u64)
pub async fn run_for_s(&self, n: u64)
Asynchronous equivalent of AvrTester::run_for_s()
.
See avr_rt()
for more details.
sourcepub fn pins(&self) -> PinsAsync
pub fn pins(&self) -> PinsAsync
Asynchronous equivalent of AvrTester::pins()
.
See avr_rt()
for more details.