Last change
on this file since 8aad29e was c59409e, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Volatile hardware accesses.
|
-
Property mode
set to
100644
|
File size:
502 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | memsetw.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "stdint.h"
|
---|
| 10 |
|
---|
| 11 | /*
|
---|
| 12 | =============================================================================
|
---|
[526a993] | 13 | external functions
|
---|
[6262b5c] | 14 | =============================================================================
|
---|
| 15 | */
|
---|
| 16 |
|
---|
[c59409e] | 17 | extern volatile void *memsetw(volatile void *vp, uint16_t s, int16_t n);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.