Re-exports§
pub use pins::Pins;
pub use atsamd_hal as hal;
pub use hal::pac;
Modules§
- buttons
- delay
- Delays
- gpio
- GPIO
- pad
- pins
- EdgeBadge pins
- prelude
- Import the prelude to gain convenient access to helper traits
- pwm
- rtc
- Real-time clock/counter
- sercom
- Configure the SERCOM peripherals
- sleeping_
delay - Delays with WFI sleep while we wait using a timer
- spi_
common Deprecated - thumbv7em
- time
- Time units
- timer_
params - helper struct to calculate divider & cycles settings for timers.
- timer_
traits
Enums§
- Reset
Cause - ResetCause represents the reason the MCU was reset.
Functions§
- reset_
cause - Returns the cause of the last reset.
- serial_
number - Returns the serial number of the chip as an array of bytes. The serial number is only guaranteed to be unique if all 16 bytes are used.
- split_
serial_ number - Returns the serial number of the chip as 4 32-bit integers. The serial number is only guaranteed to be unique if all 128 bits are used.