ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
fw_fs_datetime_t Struct Reference

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.

Detailed Description

Backend-neutral civil time with nanosecond precision.

Definition at line 119 of file fw_if_fs_types.h.

Field Documentation

◆ day

uint8_t fw_fs_datetime_t::day

◆ hour

uint8_t fw_fs_datetime_t::hour

◆ minute

uint8_t fw_fs_datetime_t::minute

◆ month

uint8_t fw_fs_datetime_t::month

◆ nanosecond

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().

◆ second

uint8_t fw_fs_datetime_t::second

◆ utc_offset_min

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().

◆ year

uint16_t fw_fs_datetime_t::year

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