Skip to content
Commit 3f22b633 authored by Wolfgang Reißnegger's avatar Wolfgang Reißnegger
Browse files

SAM3/4: Fix GPIO pull-up/down code.

Enabling the pull-down resistor while the pull-up resistor is still enabled
is not possible. In this case, the write of PIO_PPDER for the relevant I/O
line is discarded. Likewise, enabling the pull-up resistor while the
pull-down resistor is still enabled is not possible. In this case, the
write of PIO_PUER for the relevant I/O line is discarded.
parent e5cffc40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment