Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
targets.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 Intel Corp.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef _PROT_TEST_TARGETS_H_
8
#define _PROT_TEST_TARGETS_H_
9
10
#define RODATA_VALUE 0xF00FF00F
11
extern
const
uint32_t
rodata_var
;
12
13
#define BUF_SIZE 16
14
extern
uint8_t
data_buf
[
BUF_SIZE
];
15
16
extern
int
overwrite_target
(
int
i);
17
18
#endif
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:60
uint8_t
__UINT8_TYPE__ uint8_t
Definition:
stdint.h:58
BUF_SIZE
#define BUF_SIZE
Definition:
targets.h:13
rodata_var
const uint32_t rodata_var
Definition:
targets.c:12
overwrite_target
int overwrite_target(int i)
Definition:
targets.c:16
data_buf
uint8_t data_buf[16]
Definition:
targets.c:14
tests
kernel
mem_protect
protection
src
targets.h
Generated on Mon Feb 21 2022 22:43:02 for Zephyr API Documentation by
1.9.2