Stima V4 Slave RAIN  4.2
WdtParam_t Struct Reference

struct for local param access More...

#include <wdt_task.h>

Public Attributes

system_status_tsystem_status
 system configuration pointer struct More...
 
bootloader_tboot_request
 bootloader struct access pointer More...
 
cpp_freertos::BinarySemaphore * systemStatusLock
 semaphore access to system status More...
 
cpp_freertos::BinarySemaphore * wireLock
 semaphore access to wire I2C More...
 
cpp_freertos::BinarySemaphore * rtcLock
 semaphore access to RTC More...
 
EEpromeeprom
 Pointer to EEprom C++ object. More...
 

Detailed Description

struct for local param access

Definition at line 56 of file wdt_task.h.

Member Data Documentation

◆ boot_request

bootloader_t* WdtParam_t::boot_request

bootloader struct access pointer

Definition at line 58 of file wdt_task.h.

◆ eeprom

EEprom* WdtParam_t::eeprom

Pointer to EEprom C++ object.

Definition at line 62 of file wdt_task.h.

◆ rtcLock

cpp_freertos::BinarySemaphore* WdtParam_t::rtcLock

semaphore access to RTC

Definition at line 61 of file wdt_task.h.

◆ system_status

system_status_t* WdtParam_t::system_status

system configuration pointer struct

Definition at line 57 of file wdt_task.h.

◆ systemStatusLock

cpp_freertos::BinarySemaphore* WdtParam_t::systemStatusLock

semaphore access to system status

Definition at line 59 of file wdt_task.h.

◆ wireLock

cpp_freertos::BinarySemaphore* WdtParam_t::wireLock

semaphore access to wire I2C

Definition at line 60 of file wdt_task.h.


The documentation for this struct was generated from the following file: