Trait driver_pal::Hal[][src]

pub trait Hal<E>: PrefixWrite<Error = E> + PrefixRead<Error = E> + Transactional<u8, Error = E> + Busy<Error = E> + Ready<Error = E> + Reset<Error = E> + DelayMs<u32> + DelayUs<u32> { }
Expand description

HAL trait abstracts commonly required functions for SPI peripherals

Implementors

Default HAL trait impl over component traits