Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
threads_arch.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2025 The Paparazzi Team
3
*
4
* This file is part of paparazzi.
5
*
6
* Paparazzi is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* See LICENSE file for the full license version, or see http://www.gnu.org/licenses/
12
*/
13
14
#pragma once
15
16
#include <ch.h>
17
18
#define PPRZ_NORMAL_PRIO NORMALPRIO
19
20
#define THREADS_ATTRIBUTES
21
22
struct
pprzMutex
{
23
mutex_t
mtx
;
24
};
25
26
struct
pprzBSem
{
27
binary_semaphore_t
bsem
;
28
};
29
30
31
typedef
thread_t
*
pprz_thread_t
;
pprz_thread_t
thread_t * pprz_thread_t
Definition
threads_arch.h:31
foo
uint16_t foo
Definition
main_demo5.c:58
pprzBSem::bsem
binary_semaphore_t bsem
Definition
threads_arch.h:27
pprzMutex::mtx
mutex_t mtx
Definition
threads_arch.h:23
pprzBSem
Definition
threads_arch.h:26
pprzMutex
Definition
threads_arch.h:22
sw
airborne
arch
chibios
modules
core
threads_arch.h
Generated on Sun Aug 31 2025 11:28:31 for Paparazzi UAS by
1.9.8