nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
contin_array.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef CONTIN_ARRAY_H
8#define CONTIN_ARRAY_H
9
10#include <zephyr/kernel.h>
11
40int contin_array_create(void *pcm_cont, uint32_t pcm_cont_size, void const *const pcm_finite,
41 uint32_t pcm_finite_size, uint32_t *const finite_pos);
42
46#endif /* CONTIN_ARRAY_H */
int contin_array_create(void *pcm_cont, uint32_t pcm_cont_size, void const *const pcm_finite, uint32_t pcm_finite_size, uint32_t *const finite_pos)
Creates a continuous array from a finite array.