forked from M-Labs/ionpak-thermostat
board: bring up gpio port b
This commit is contained in:
parent
8b20118198
commit
9c0f560367
@ -34,9 +34,10 @@ pub fn init() {
|
|||||||
// Switch to PLL (sysclk=120MHz)
|
// Switch to PLL (sysclk=120MHz)
|
||||||
sysctl.rsclkcfg.write(|w| unsafe { w.bits(0b1_0_0_1_0011_0000_0000000000_0000000011) });
|
sysctl.rsclkcfg.write(|w| unsafe { w.bits(0b1_0_0_1_0011_0000_0000000000_0000000011) });
|
||||||
|
|
||||||
// Bring up GPIO ports A, D, E, F, G, K, L, M, P, Q
|
// Bring up GPIO ports A, B, D, E, F, G, K, L, M, P, Q
|
||||||
sysctl.rcgcgpio.modify(|_, w| {
|
sysctl.rcgcgpio.modify(|_, w| {
|
||||||
w.r0().bit(true)
|
w.r0().bit(true)
|
||||||
|
.r1().bit(true)
|
||||||
.r3().bit(true)
|
.r3().bit(true)
|
||||||
.r4().bit(true)
|
.r4().bit(true)
|
||||||
.r5().bit(true)
|
.r5().bit(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user