Module lpc55_hal::drivers[][src]

Drivers for device functionality.

Typically, these drivers take ownership of one or more HAL peripherals, and expose functionality defined in a separate trait.

Re-exports

pub use aes::Aes;
pub use aes::Key as AesKey;
pub use clocks::ClockRequirements;
pub use pins::Pin;
pub use pins::Pins;
pub use flash::FlashGordon;
pub use gint::GroupInterrupt;
pub use i2c::I2cMaster;
pub use pwm::Pwm;
pub use spi::SpiMaster;
pub use serial::Serial;
pub use sha::Sha1;
pub use sha::Sha256;
pub use usbd::UsbBus;
pub use timer::Timer;
pub use touch::TouchSensor;

Modules

aes
clocks
flash
gint
i2c
pins
prelude
pwm
rng
serial
sha
spi
timer
touch
usbd