Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Killer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vytor Calixto
Killer
Commits
6c93fafe
Commit
6c93fafe
authored
10 years ago
by
Vytor Calixto
Browse files
Options
Downloads
Patches
Plain Diff
Comments in english
(see Pulp Fiction)
parent
7fc1691f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cMIPS/tests/uart.c
+6
-6
6 additions, 6 deletions
cMIPS/tests/uart.c
with
6 additions
and
6 deletions
cMIPS/tests/uart.c
+
6
−
6
View file @
6c93fafe
...
@@ -51,12 +51,12 @@ typedef struct{
...
@@ -51,12 +51,12 @@ typedef struct{
#define EOF -1
#define EOF -1
int
proberx
(
void
);
// ret
o
rn
a
nrx
int
proberx
(
void
);
// ret
u
rn
s
nrx
int
probetx
(
void
);
// ret
o
rn
a
ntx
int
probetx
(
void
);
// ret
u
rn
s
ntx
int
iostat
(
void
);
// ret
o
rn
a
inte
iro com status no byte menos sign
int
iostat
(
void
);
// ret
u
rn
s
inte
ger with status at lsb
void
ioctl
(
int
);
//
escreve byte menos sign no reg de controle
void
ioctl
(
int
);
//
write lsb in control register
char
getc
(
void
);
// ret
o
rn
a
c
aractere na fila
, decrement
a
nrx
char
getc
(
void
);
// ret
u
rn
s
c
har in queue
, decrement
s
nrx
int
Putc
(
char
);
// inser
e
car
actere na fila
, decrement
a
ntx
int
Putc
(
char
);
// inser
ts
c
h
ar
in queue
, decrement
s
ntx
extern
UARTDriver
Ud
;
extern
UARTDriver
Ud
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment