Stima V4 Slave RAIN
4.2
|
struct for local param access More...
#include <wdt_task.h>
Public Attributes | |
system_status_t * | system_status |
system configuration pointer struct More... | |
bootloader_t * | boot_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... | |
EEprom * | eeprom |
Pointer to EEprom C++ object. More... | |
struct for local param access
Definition at line 56 of file wdt_task.h.
bootloader_t* WdtParam_t::boot_request |
bootloader struct access pointer
Definition at line 58 of file wdt_task.h.
EEprom* WdtParam_t::eeprom |
Pointer to EEprom C++ object.
Definition at line 62 of file wdt_task.h.
cpp_freertos::BinarySemaphore* WdtParam_t::rtcLock |
semaphore access to RTC
Definition at line 61 of file wdt_task.h.
system_status_t* WdtParam_t::system_status |
system configuration pointer struct
Definition at line 57 of file wdt_task.h.
cpp_freertos::BinarySemaphore* WdtParam_t::systemStatusLock |
semaphore access to system status
Definition at line 59 of file wdt_task.h.
cpp_freertos::BinarySemaphore* WdtParam_t::wireLock |
semaphore access to wire I2C
Definition at line 60 of file wdt_task.h.