Searched refs:seconds (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/common/platform/watchdog/ |
H A D | watchdog_hi35xx.c | 108 static int32_t Hi35xxWatchdogSetTimeout(struct WatchdogCntlr *wdt, uint32_t seconds) in Hi35xxWatchdogSetTimeout() argument 115 if (seconds == 0 || seconds > maxSeconds) { in Hi35xxWatchdogSetTimeout() 118 value = seconds * HIWDT_CLOCK_HZ; in Hi35xxWatchdogSetTimeout() 137 static int32_t Hi35xxWatchdogGetTimeout(struct WatchdogCntlr *wdt, uint32_t *seconds) in Hi35xxWatchdogGetTimeout() argument 149 *seconds = value / HIWDT_CLOCK_HZ; in Hi35xxWatchdogGetTimeout()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_time.h | 149 * @param seconds [IN] type #hi_u32,set the real time of the system to this value. 158 hi_u32 hi_set_real_time(hi_u32 seconds);
|
H A D | hi_wifi_api.h | 1109 * 6. When the <seconds> value is 65535, it means infinite loop reconnection. 1110 * CNcomment:6. <seconds>取值为65535时,表示无限次循环重连.CNend\n 1112 * seconds later and still don't reconnect to ap successfully. 1119 * @param seconds [IN] Type #unsigned int reconnect timeout in seconds for once, range:[2-65535]. 1121 * @param period [IN] Type #unsigned int reconnect period in seconds, range:[1-65535]. 1133 int hi_wifi_sta_set_reconnect_policy(int enable, unsigned int seconds, unsigned int period, unsigned int max_try_count); 1326 * @param wpa_group_rekey [IN] Type #int, update time in seconds, range(30s-86400s), default(86400s)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | timing.h | 101 * \param seconds delay before the "mbedtls_timing_alarmed" flag is set 108 void mbedtls_set_alarm( int seconds );
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_time.h | 166 * @param seconds [IN] type #hi_u32,set the real time of the system to this value. 174 hi_u32 hi_set_real_time(hi_u32 seconds);
|
H A D | hi_wifi_api.h | 1115 * 6. When the <seconds> value is 65535, it means infinite loop reconnection. 1116 * CNcomment:6. <seconds>取值为65535时,表示无限次循环重连.CNend\n 1118 * seconds later and still don't reconnect to ap successfully. 1125 * @param seconds [IN] Type #unsigned int reconnect timeout in seconds for once, range:[2-65535]. 1127 * @param period [IN] Type #unsigned int reconnect period in seconds, range:[1-65535]. 1138 int hi_wifi_sta_set_reconnect_policy(int enable, unsigned int seconds, 1440 * @param wpa_group_rekey [IN] Type #int, update time in seconds, range(30s-86400s), default(86400s)
|
/device/soc/hisilicon/common/platform/rtc/ |
H A D | rtc_hi35xx.c | 108 uint64_t seconds; in HiRtcReadTimeData() local 150 seconds = (uint64_t)second + (uint64_t)minute * RTC_TIME_UNIT + (uint64_t)hour * RTC_TIME_UNIT * RTC_TIME_UNIT + in HiRtcReadTimeData() 152 TimestampToRtcTime(time, seconds); in HiRtcReadTimeData() 238 uint64_t seconds; in HiRtcWriteTimeData() local 248 seconds = RtcTimeToTimestamp(time); in HiRtcWriteTimeData() 249 day = (uint16_t)(seconds / RTC_DAY_SECONDS); in HiRtcWriteTimeData()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_wifi.c | 902 hi_s32 seconds = RECONN_TIMEOUT_MIN; in cmd_set_reconn() local 929 seconds = atoi(argv[3]); /* argc 3 */ in cmd_set_reconn() 932 if (seconds < RECONN_TIMEOUT_MIN || period < RECONN_PERIOD_MIN || period > RECONN_PERIOD_MAX || in cmd_set_reconn() 937 hi_s32 ret = hi_wifi_sta_set_reconnect_policy(enable, seconds, period, max_try_count); in cmd_set_reconn()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 209 unsigned int session_timeout; /**< Number of seconds of inactivity after which an unused session will be closed. 0 means use default. */ 367 * i.e. no packet sent or received, for the given number of seconds. 377 * @param seconds Number of seconds for the inactivity timer, or zero 382 void coap_context_set_keepalive(coap_context_t *context, unsigned int seconds);
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 858 __u8 seconds;
member 1181 struct v4l2_fract timeperframe; /* Time per frame in seconds */
1194 struct v4l2_fract timeperframe; /* Time per frame in seconds */
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 858 __u8 seconds;
member 1181 struct v4l2_fract timeperframe; /* Time per frame in seconds */
1194 struct v4l2_fract timeperframe; /* Time per frame in seconds */
|
Completed in 22 milliseconds