Crate ruduino[][src]

Definitions of register addresses and bits within those registers

Re-exports

pub use avr_config as config;
pub use avr_delay as delay;

Modules

cores

Low level register-based API for device-specific operations. The primary module containing microcontroller-specific core definitions

interrupt

Routines for managing interrupts.

legacy

Legacy code.

modules

Modules that can be implemented for specific cores.

prelude

Re-exports commonly-used APIs that can be imported at once.

Structs

RegisterBits

Represents a set of bits within a specific register.

Enums

DataDirection

Represents whether a pin is an input or an output.

Traits

Pin

An IO pin.

Register

A register.

RegisterValue

A value that a register can store.