API参考
载入中...
搜索中...
未找到
BSL_TIME结构体 参考

Basic time data structure definition. 更多...

#include <bsl_sal.h>

Public 属性

uint16_t year
uint8_t month
uint8_t day
uint8_t hour
uint8_t minute
uint16_t millSec
uint8_t second
uint16_t microSec

详细描述

Basic time data structure definition.

类成员变量说明

◆ day

uint8_t BSL_TIME::day

Day, the value range is [1, 31].

◆ hour

uint8_t BSL_TIME::hour

Hour, the value range is [0, 23].

◆ microSec

uint16_t BSL_TIME::microSec

Microseconds, the value range is [0, 999].

◆ millSec

uint16_t BSL_TIME::millSec

Millisecond, the value range is [0, 999].

◆ minute

uint8_t BSL_TIME::minute

Minute, the value range is [0, 59].

◆ month

uint8_t BSL_TIME::month

Month. the value range is [1, 12].

◆ second

uint8_t BSL_TIME::second

Second, the value range is [0, 59].

◆ year

uint16_t BSL_TIME::year

Year. the value range is [0, 65535].


该结构体的文档由以下文件生成: