PicoSDK
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#define _PICO_SYNC_H
#include "pico/sem.h"
#include "pico/mutex.h"
#include "pico/critical_section.h"
Files
loading...
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
src/common/pico_sync/include/pico/sync.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/* ... */
#ifndef
_PICO_SYNC_H
#define
_PICO_SYNC_H
/** \file pico/sync.h
* \defgroup pico_sync pico_sync
* \brief Synchronization primitives and mutual exclusion
*/
/* ... */
#include
"
pico
/
sem.h"
#include
"
pico
/
mutex.h"
#include
"
pico
/
critical_section.h"
/* ... */
#endif
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
_PICO_SYNC_H