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.
Sourcepub fn spi0(&self) -> SpiAsync
pub fn spi0(&self) -> SpiAsync
Asynchronous equivalent of AvrTester::spi0()
.
See avr_rt()
for more details.
Sourcepub fn spi1(&self) -> SpiAsync
pub fn spi1(&self) -> SpiAsync
Asynchronous equivalent of AvrTester::spi1()
.
See avr_rt()
for more details.
Sourcepub fn uart0(&mut self) -> UartAsync
pub fn uart0(&mut self) -> UartAsync
Asynchronous equivalent of AvrTester::uart0()
.
See avr_rt()
for more details.
Sourcepub fn uart1(&mut self) -> UartAsync
pub fn uart1(&mut self) -> UartAsync
Asynchronous equivalent of AvrTester::uart1()
.
See avr_rt()
for more details.