Module rp6::avr::device

source ·
Expand description

Simple device-abstraction providing device-specific pins and registers. Currently only supports the atmega32 target, but could be extended to other avr devices.

Re-exports

pub use pin::DataDirection;
pub use pin::Pin;
pub use register::Register;
pub use register::RegisterBits;
pub use register::RegisterValue;
pub use atmega32 as current_device;
pub use current_device::bitmasks;
pub use current_device::port;
pub use current_device::registers;

Modules

Contains definitions for the avr target atmega32.