 |
simple FS
v0.1.0
|
Go to the documentation of this file.
52 #include "simplefs_config.h"
61 #if USE_RTC_INTERFACE == MCU_RTC
63 #define RTC_HandleTypeDef void
82 uint8_t Date, Month, Year;
96 #endif //MODULE_TIME_H
void time_doMeasure(void)
Do nothing.
Definition: module_time.c:196
RecordDescriptor_t time_getType()
Return type specification for RTC module.
Definition: module_time.c:127
uint8_t Minutes
Minutes.
Definition: module_time.h:72
Time structure for RTC module.
Definition: module_time.h:68
void time_init(void *, uint16_t)
Initialization of RTC module.
Definition: module_time.c:77
uint8_t Seconds
Seconds.
Definition: module_time.h:74
uint8_t time_count(void)
Return number of sensors in this peripheral.
Definition: module_time.c:204
Describes internal structure of file.
Definition: file_format.h:228
SensorID_t * get_tsensor_id(uint8_t index)
Return sensor ID.
Definition: module_time.c:109
The interface, that defines list of functions, tha have to be implemented for each type of value (or ...
Definition: sensor.h:66
Declarations of universal functions to access to values.
Sensor value is stored as array of bytes.
Definition: sensor.h:42
uint8_t Hours
Hours.
Definition: module_time.h:70
Description of one column (or 1 sensor) in file.
Definition: sensor.h:32
Date structure for RTC module.
Definition: module_time.h:81
void time_reset(void)
Do nothing.
Definition: module_time.c:189
SensorValue_t * get_time_value()
Read prepared value from RTC module.
Definition: module_time.c:135