Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
link_mcu_spi.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2003-2005 Pascal Brisset, Antoine Drouin
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 2, or (at your option)
9
* any later version.
10
*
11
* paparazzi is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with paparazzi; see the file COPYING. If not, see
18
* <http://www.gnu.org/licenses/>.
19
*/
20
27
#ifndef LINK_MCU_SPI_H
28
#define LINK_MCU_SPI_H
29
30
#include <
inttypes.h
>
31
#include "
inter_mcu.h
"
32
#include "
mcu_periph/spi.h
"
33
34
#ifndef SITL
35
#include "link_mcu_hw.h"
36
#endif
37
38
struct
link_mcu_msg
{
39
union
{
40
struct
fbw_state
from_fbw;
41
struct
ap_state
from_ap;
42
}
payload
;
43
uint16_t
checksum
;
44
};
45
46
extern
struct
link_mcu_msg
link_mcu_from_ap_msg
;
47
extern
struct
link_mcu_msg
link_mcu_from_fbw_msg
;
48
49
extern
struct
spi_transaction
link_mcu_trans
;
50
51
extern
bool
link_mcu_received
;
52
53
extern
void
link_mcu_init
(
void
);
54
extern
void
link_mcu_event_task
(
void
);
55
56
#ifdef FBW
57
extern
void
link_mcu_restart(
void
);
58
#endif
/* FBW */
59
60
#ifdef AP
61
extern
uint8_t
link_mcu_nb_err;
62
extern
uint8_t
link_mcu_fbw_nb_err;
63
64
extern
void
link_mcu_send
(
void
);
65
#endif
/* AP */
66
67
#endif
/* LINK_MCU_SPI_H */
uint16_t
unsigned short uint16_t
Definition:
types.h:16
spi.h
spi_transaction
SPI transaction structure.
Definition:
spi.h:148
inter_mcu.h
fbw_state
struct fbw_state * fbw_state
Definition:
inter_mcu.c:36
link_mcu_msg::checksum
uint16_t checksum
Definition:
link_mcu_spi.h:43
link_mcu_msg
Definition:
link_mcu_can.h:33
link_mcu_from_fbw_msg
struct link_mcu_msg link_mcu_from_fbw_msg
Definition:
link_mcu_can.c:177
link_mcu_event_task
void link_mcu_event_task(void)
Definition:
link_mcu_can.c:229
uint8_t
unsigned char uint8_t
Definition:
types.h:14
link_mcu_received
bool link_mcu_received
Definition:
link_mcu_spi.c:34
link_mcu_msg::payload
union link_mcu_msg::@281 payload
link_mcu_init
void link_mcu_init(void)
Definition:
link_mcu_can.c:216
link_mcu_trans
struct spi_transaction link_mcu_trans
Definition:
link_mcu_spi.c:32
ap_state
struct ap_state * ap_state
Definition:
inter_mcu.c:37
link_mcu_send
void link_mcu_send(void)
link_mcu_from_ap_msg
struct link_mcu_msg link_mcu_from_ap_msg
Definition:
link_mcu_can.c:176
inttypes.h
sw
airborne
link_mcu_spi.h
Generated on Tue Feb 1 2022 13:51:14 for Paparazzi UAS by
1.8.17