va108xx-hal/src
Robin Müller 63be6ed5fe Refactored GPIO module
- The GPIO module uses type-level programming now
- Implementation heavily based on the ATSAMD GPIO HAL:
  https://docs.rs/atsamd-hal/0.13.0/atsamd_hal/gpio/v2/index.html
- Changes to API, but no passing of peripheral references necessary
  anymore. All examples and tests updated accordingly
2021-11-11 17:39:26 +01:00
..
gpio Refactored GPIO module 2021-11-11 17:39:26 +01:00
clock.rs Rust edition bumped & UART implementation 2021-11-09 18:37:52 +01:00
lib.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
prelude.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
time.rs Timer and Clock modules added 2021-11-08 01:40:01 +01:00
timer.rs Rust edition bumped & UART implementation 2021-11-09 18:37:52 +01:00
typelevel.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
uart.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00