Struct linux_embedded_hal::Delay
[−]
[src]
pub struct Delay;
Empty struct that provides delay functionality on top of thread::sleep
pub struct Delay;
Empty struct that provides delay functionality on top of thread::sleep
impl DelayUs<u8> for Delay
[src]impl DelayUs<u16> for Delay
[src]impl DelayUs<u32> for Delay
[src]impl DelayUs<u64> for Delay
[src]impl DelayMs<u8> for Delay
[src]impl DelayMs<u16> for Delay
[src]impl DelayMs<u32> for Delay
[src]impl DelayMs<u64> for Delay
[src]