From 90c91cbb31addb9cdd8a96dbdec99acec656f8cd Mon Sep 17 00:00:00 2001 From: finncorc1 Date: Wed, 31 Jan 2024 03:23:35 +0000 Subject: [PATCH] deploy: 35840c6758807becaa02542c7626dbc72da99e65 --- a__box_2can_2can__parse_8h_source.html | 2 +- a__box_2imu_2imu_8c.html | 4 +- a__box_2imu_2imu_8h.html | 4 +- a__box_2imu_2imu_8h_source.html | 6 +- a__box_2main_8c.html | 264 ++++++------ a__box_2main_8h.html | 469 +++++++++++++++++++-- a__box_2main_8h_source.html | 111 +++-- bitstream_8h_source.html | 2 +- bms_2bms_8h_source.html | 6 +- bms_2main_8c.html | 10 +- bootloader_2can_2can__parse_8h_source.html | 2 +- bootloader_2main_8c.html | 2 +- bootloader_8c.html | 2 +- dashboard_2main_8c.html | 2 +- driveline_2main_8c.html | 6 +- f4__testing_2main_8c.html | 10 +- f7__testing_2main_8c.html | 2 +- functions_s.html | 2 +- functions_t.html | 40 +- functions_vars_s.html | 2 +- functions_vars_t.html | 40 +- globals_a.html | 33 +- globals_b.html | 34 +- globals_defs_a.html | 4 +- globals_defs_b.html | 12 +- globals_defs_e.html | 4 +- globals_defs_m.html | 30 +- globals_defs_r.html | 1 + globals_defs_s.html | 2 +- globals_defs_t.html | 6 +- globals_defs_v.html | 4 +- globals_e.html | 10 +- globals_func_m.html | 3 +- globals_func_u.html | 3 +- globals_i.html | 14 +- globals_m.html | 35 +- globals_r.html | 21 +- globals_s.html | 35 +- globals_t.html | 10 +- globals_u.html | 1 + globals_v.html | 4 +- globals_vars_a.html | 7 +- globals_vars_b.html | 2 +- globals_vars_i.html | 4 +- globals_vars_s.html | 4 +- l4__testing_2main_8c.html | 10 +- main__module_2main_8c.html | 16 +- main__module_2main_8h_source.html | 4 +- pdu_2daq_2daq_8c.html | 8 +- pdu_2main_8c.html | 8 +- pdu_2main_8h_source.html | 4 +- phal__F4__F7_2gpio_2gpio_8h_source.html | 123 +++--- phal__L4_2gpio_2gpio_8h_source.html | 6 +- search/all_1.js | 215 +++++----- search/all_12.js | 353 ++++++++-------- search/all_13.js | 12 +- search/all_14.js | 174 ++++---- search/all_15.js | 103 ++--- search/all_16.js | 4 +- search/all_2.js | 234 +++++----- search/all_5.js | 44 +- search/all_9.js | 4 +- search/all_d.js | 164 +++---- search/defines_1.js | 88 ++-- search/defines_11.js | 57 +-- search/defines_12.js | 4 +- search/defines_13.js | 68 +-- search/defines_15.js | 4 +- search/defines_2.js | 100 +++-- search/defines_5.js | 14 +- search/defines_c.js | 24 +- search/functions_14.js | 19 +- search/functions_d.js | 11 +- search/variables_1.js | 81 ++-- search/variables_12.js | 8 +- search/variables_13.js | 40 +- search/variables_2.js | 2 +- search/variables_9.js | 4 +- structtmu__handle__t-members.html | 37 +- structtmu__handle__t.html | 240 ++++------- tmu_8c.html | 10 +- tmu_8h.html | 94 ++++- tmu_8h_source.html | 186 ++++---- torque__vector_2imu_2imu_8c.html | 4 +- torque__vector_2imu_2imu_8h.html | 4 +- torque__vector_2imu_2imu_8h_source.html | 6 +- torque__vector_2main_8c.html | 22 +- torque__vector__fpga_2main_8c.html | 10 +- union____attribute____-members.html | 8 +- union____attribute____.html | 65 +++ 90 files changed, 2296 insertions(+), 1671 deletions(-) diff --git a/a__box_2can_2can__parse_8h_source.html b/a__box_2can_2can__parse_8h_source.html index 3b722bab..271669de 100644 --- a/a__box_2can_2can__parse_8h_source.html +++ b/a__box_2can_2can__parse_8h_source.html @@ -927,7 +927,7 @@
void canProcessRxIRQs(CanMsgTypeDef_t *rx)
Process any rx message callbacks from the CAN Rx IRQ.
Definition can_parse.c:373
void handleCallbacks(uint16_t id, bool latched)
can_data_t can_data
Definition can_parse.c:16
-
void precharge_bl_cmd_CALLBACK(CanParsedData_t *msg_data_a)
Definition main.c:450
+
void precharge_bl_cmd_CALLBACK(CanParsedData_t *msg_data_a)
Definition main.c:433
void send_fault(uint16_t id, bool latched)
struct eeprom __attribute__
Definition can.c:171
uint8_t charge_enable
Definition main.c:102
diff --git a/a__box_2imu_2imu_8c.html b/a__box_2imu_2imu_8c.html index bd8d512e..df8d23e7 100644 --- a/a__box_2imu_2imu_8c.html +++ b/a__box_2imu_2imu_8c.html @@ -88,10 +88,10 @@ - + - +

Functions

bool imu_init (IMU_Handle_t *imu_h)
bool imu_init (IMU_Handle_t *imu_h)
 Initializes the bsxlite library.
 
void imu_periodic (IMU_Handle_t *imu_h)
void imu_periodic (IMU_Handle_t *imu_h)
 

diff --git a/a__box_2imu_2imu_8h.html b/a__box_2imu_2imu_8h.html index b5a05945..995cca0b 100644 --- a/a__box_2imu_2imu_8h.html +++ b/a__box_2imu_2imu_8h.html @@ -99,10 +99,10 @@

- + - +

Functions

bool imu_init (IMU_Handle_t *imu_h)
bool imu_init (IMU_Handle_t *imu_h)
 Initializes the bsxlite library.
 
void imu_periodic (IMU_Handle_t *imu_h)
void imu_periodic (IMU_Handle_t *imu_h)
 

Detailed Description

diff --git a/a__box_2imu_2imu_8h_source.html b/a__box_2imu_2imu_8h_source.html index 043195e3..e9bbc1b1 100644 --- a/a__box_2imu_2imu_8h_source.html +++ b/a__box_2imu_2imu_8h_source.html @@ -103,15 +103,14 @@
27} IMU_Handle_t;
28
-
29bool imu_init(IMU_Handle_t* imu_h);
-
30void imu_periodic(IMU_Handle_t* imu_h);
+
29bool imu_init(IMU_Handle_t* imu_h);
+
30void imu_periodic(IMU_Handle_t* imu_h);
31
32#endif
int16_t bsxlite_return_t
module return type
Definition bsxlite_interface.h:66
size_t bsxlite_instance_t
define the module instance
Definition bsxlite_interface.h:63
void imu_periodic(IMU_Handle_t *imu_h)
Definition imu.c:37
bool imu_init(IMU_Handle_t *imu_h)
Initializes the bsxlite library.
Definition imu.c:22
-
IMU_Handle_t imu_h
Definition main.c:153
Definition bmi088.h:88
Definition imu.h:21
@@ -122,6 +121,7 @@
bsxlite_out_t output
Definition imu.h:24
Definition bsxlite_interface.h:97
structure definition to hold the version information of the software
Definition bsxlite_interface.h:56
+
IMU_Handle_t imu_h
Definition main.c:117