[][src]Crate trellis_m4

Re-exports

pub use adxl343;
pub use keypad;
pub use hal::target_device as pac;
pub use pins::Pins;

Modules

adc
calibration

NVM Software Calibration Area Mapping

clock

Configuring the system clock sources. You will typically need to create an instance of GenericClockController before you can set up most of the peripherals on the atsamd51 device. The other types in this module are used to enforce at compile time that the peripherals have been correctly configured.

delay

Delays

eic
gpio

GPIO

pad
pins

NeoTrellis M4 Express pins

prelude

Import the prelude to gain convenient access to helper traits

pwm
qspi
rtc

Real-time clock/counter

sercom

Configure the SERCOM peripherals

sleeping_delay

Delays with WFI sleep while we wait using a timer

spi_common
time

Time units

timer

Working with timer counter hardware

timer_params

helper struct to calculate divider & cycles settings for timers.

timer_traits
trng
watchdog

Structs

Keypad

NeoTrellis M4 Express 8x4 keypad

Enums

ResetCause

ResetCause represents the reason the MCU was reset.

Constants

NEOPIXEL_COUNT

Number of Neopixels on the device

Functions

i2c_master

Convenience for setting up the labelled SDA, SCL pins to operate as an I2C master running at the specified frequency.

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.

uart

Convenience for setting up the labelled SDA, SCL pins in the STEMMA JST connector to operate as a UART device at the specified baud rate.

Attribute Macros

entry

Attribute to declare the entry point of the program