mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 21:56:57 +08:00
parent
135b90cb1b
commit
0c4f2be0a8
@ -149,8 +149,8 @@ CALLING SEQUENCE:
|
|||||||
rtems_status_code rtems_partition_create(
|
rtems_status_code rtems_partition_create(
|
||||||
rtems_name name,
|
rtems_name name,
|
||||||
void *starting_address,
|
void *starting_address,
|
||||||
uint32_t length,
|
uintptr_t length,
|
||||||
uint32_t buffer_size,
|
size_t buffer_size,
|
||||||
rtems_attribute attribute_set,
|
rtems_attribute attribute_set,
|
||||||
rtems_id *id
|
rtems_id *id
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user