Select one of the symbols to view example projects that use it.
 
Outline
#define _PICO_SYNC_H
#include "pico/sem.h"
#include "pico/mutex.h"
#include "pico/critical_section.h"
Files
loading...
SourceVuRaspberry Pi Pico SDK and ExamplesPicoSDKsrc/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:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.