This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
va108xx-hal/src
Robin Mueller af5a831579 Added GPIO IRQ interface, refactoring
- Adds the IRQ interface to configure interrupts on output and input pins
- Moved the `FilterClkSel` struct to the `clock` module, reexporting in `gpio`
- Added function to set clock divisor registers
- Clearing output state at initialization of Output pins
- Added utility function to set up millisecond timer
2021-11-13 14:51:24 +01:00
..
gpio Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +01:00
clock.rs Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +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 Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +01:00
typelevel.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
uart.rs Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +01:00