30 #ifndef _ACCELEROMETER_TASK_H
31 #define _ACCELEROMETER_TASK_H
36 #include "stima_utility.h"
38 #if (ENABLE_ACCELEROMETER)
40 #include <STM32FreeRTOS.h>
43 #include "semaphore.hpp"
55 using namespace cpp_freertos;
58 #define ACCELEROMETER_TASK_WAIT_DELAY_MS (20)
59 #define ACCELEROMETER_TASK_SLEEP_DELAY_MS (850)
61 #define BUBBLE_ANGLE_ERROR (0.04)
62 #define BUBBLE_ANGLE_MIRROR (0.75)
64 #define BUBBLE_TIMINGS_VERIFY (14400)
91 ACCELEROMETER_STATE_HARDWARE_FAIL
92 } AccelerometerState_t;
102 #if (ENABLE_STACK_USAGE)
103 void TaskMonitorStack();
105 void TaskWatchDog(uint32_t millis_standby);
106 void TaskState(uint8_t state_position, uint8_t state_subposition,
task_flag state_operation);
108 void printConfiguration(
void);
109 void loadConfiguration(
void);
110 void saveConfiguration(
bool is_default);
111 void calibrate(
bool is_default,
bool save_register);
112 bool checkModule(
void);
113 void setupModule(
void);
114 bool readModule(
void);
115 void powerDownModule(
void);
118 STM32RTC &rtc = STM32RTC::getInstance();
accelerometer IIS328DQ header file
ACCELEROMETER TASK cpp_freertos class.
accelerometer_t accelerometer_configuration
AccelerometerState_t state
AccelerometerState_t
Enum for state switch of running method.
@ ACCELEROMETER_STATE_CHECK_HARDWARE
@ ACCELEROMETER_STATE_INIT
@ ACCELEROMETER_STATE_LOAD_CONFIGURATION
@ ACCELEROMETER_STATE_SETUP_MODULE
@ ACCELEROMETER_STATE_CREATE
@ ACCELEROMETER_STATE_CHECK_OPERATION
@ ACCELEROMETER_STATE_WAIT_RESUME
AccelerometerParam_t param
Accelerometer accelerometer
task_flag
Task state Flag type.
Interface STM32 hardware_hal STIMAV4 Header config.
Register class (Uavcan/Other) header file.
struct local elaborate data parameter
system_status_t * system_status
system status pointer struct
TwoWire * wire
Local Wire access for sensor accelerometer.
cpp_freertos::Queue * systemMessageQueue
Queue for system message.
cpp_freertos::BinarySemaphore * systemStatusLock
Semaphore to system status access.
configuration_t * configuration
system configuration pointer struct
cpp_freertos::BinarySemaphore * wireLock
Semaphore to Wire access for sensor accelerometer.
EERegister * clRegister
Object Register C++ access.
cpp_freertos::BinarySemaphore * registerAccessLock
Semaphore to register Cyphal access.
System module configuration.