Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.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
Enumerations
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
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
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
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
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
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
Loading...
Searching...
No Matches
flash_simulator.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef __ZEPHYR_INCLUDE_DRIVERS__FLASH_SIMULATOR_H__
7
#define __ZEPHYR_INCLUDE_DRIVERS__FLASH_SIMULATOR_H__
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
31
__syscall
void
*
flash_simulator_get_memory
(
const
struct
device
*dev,
32
size_t
*mock_size);
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#include <syscalls/flash_simulator.h>
38
39
#endif
/* __ZEPHYR_INCLUDE_DRIVERS__FLASH_SIMULATOR_H__ */
flash_simulator_get_memory
void * flash_simulator_get_memory(const struct device *dev, size_t *mock_size)
Obtain a pointer to the RAM buffer used but by the simulator.
device
Runtime device structure (in ROM) per driver instance.
Definition:
device.h:387
zephyr
drivers
flash
flash_simulator.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6