Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
HAL_BCM2835
Commits
49c74f92
Commit
49c74f92
authored
Jul 27, 2017
by
Robert Sprowson
Browse files
Typos :LNOT -> :LNOT:
GPOI -> GPIO set -> cleared No code change, not tagged.
parent
2e99b15b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
hdr/BCM2835
hdr/BCM2835
+3
-3
s/GPIO
s/GPIO
+1
-1
No files found.
hdr/BCM2835
View file @
49c74f92
...
...
@@ -31,7 +31,7 @@
;
[
:
LNOT
:DEF:
BCM2835_Hdr
[
:LNOT
:
:DEF:
BCM2835_Hdr
GBLL
BCM2835_Hdr
; Debugging in the serial port (HAL_DebugTX, HAL_DebugRX)
...
...
@@ -376,8 +376,8 @@ GPClr0 * &28 ; GPIO Clear 0
GPClr1
*
&2c
; GPIO Clear 1
GPLev0
*
&34
; GPIO Level 0
GPLev1
*
&38
; GPIO Level 1
GPPEDS0
*
&40
; GP
O
I Pin Event Detect Status 0
GPPEDS1
*
&44
; GP
O
I Pin Event Detect Status 1
GPPEDS0
*
&40
; GPI
O
Pin Event Detect Status 0
GPPEDS1
*
&44
; GPI
O
Pin Event Detect Status 1
GPREDE0
*
&4c
; GPIO rising edge detect enable 0
GPREDE1
*
&50
; GPIO rising edge detect enable 1
GPFEDE0
*
&58
; GPIO falling edge detect enable 0
...
...
s/GPIO
View file @
49c74f92
...
...
@@ -427,7 +427,7 @@ GPIOSetDataBits
; int GPIOClearDataBits(struct gpiodevice *, int bits)
; Enter with a1 = device struct pointer
; a2 = any bit set will cause that pin to be
set
; a2 = any bit set will cause that pin to be
cleared
; Return a1 = previous value
GPIOClearDataBits
MOV
a3
,
#
GPClr0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment