|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Backend-neutral civil time with nanosecond precision. More...
#include <fw_if_fs_types.h>
Data Fields | |
| uint32_t | nanosecond |
| Fraction within second, 0..999,999,999. | |
| uint16_t | year |
| Full civil year. | |
| int16_t | utc_offset_min |
| Offset from UTC when the validity flag is set. | |
| uint8_t | month |
| Month, 1..12. | |
| uint8_t | day |
| Day, 1..31. | |
| uint8_t | hour |
| Hour, 0..23. | |
| uint8_t | minute |
| Minute, 0..59. | |
| uint8_t | second |
| Second, 0..59. | |
Backend-neutral civil time with nanosecond precision.
Definition at line 119 of file fw_if_fs_types.h.
| uint8_t fw_fs_datetime_t::day |
Day, 1..31.
Definition at line 124 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), internal_timestamp_key(), and priv_fs_posix_timestamp().
| uint8_t fw_fs_datetime_t::hour |
Hour, 0..23.
Definition at line 125 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), internal_timestamp_key(), and priv_fs_posix_timestamp().
| uint8_t fw_fs_datetime_t::minute |
Minute, 0..59.
Definition at line 126 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), internal_timestamp_key(), and priv_fs_posix_timestamp().
| uint8_t fw_fs_datetime_t::month |
Month, 1..12.
Definition at line 123 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), internal_timestamp_key(), and priv_fs_posix_timestamp().
| uint32_t fw_fs_datetime_t::nanosecond |
Fraction within second, 0..999,999,999.
Definition at line 120 of file fw_if_fs_types.h.
Referenced by internal_timestamp(), and priv_fs_posix_timestamp().
| uint8_t fw_fs_datetime_t::second |
Second, 0..59.
Definition at line 127 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), internal_timestamp_key(), and priv_fs_posix_timestamp().
| int16_t fw_fs_datetime_t::utc_offset_min |
Offset from UTC when the validity flag is set.
Definition at line 122 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), and priv_fs_posix_timestamp().
| uint16_t fw_fs_datetime_t::year |
Full civil year.
Definition at line 121 of file fw_if_fs_types.h.
Referenced by internal_metadata_set_page_timestamp(), internal_timestamp(), internal_timestamp_key(), and priv_fs_posix_timestamp().