aboutsummaryrefslogtreecommitdiff
path: root/src/gpio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpio.rs')
-rw-r--r--src/gpio.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpio.rs b/src/gpio.rs
new file mode 100644
index 0000000..5af665b
--- /dev/null
+++ b/src/gpio.rs
@@ -0,0 +1,4 @@
+/// GPIO Register
+pub const GPPUD: u32 = 0x3F200094;
+/// GPIO Clock 0 Register
+pub const GPPUDCLK0: u32 = 0x3F200098;