Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 14 of 14) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsntp_opts.h53 #define SNTP_SET_SYSTEM_TIME(sec) LWIP_UNUSED_ARG(sec) argument
146 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsntp_opts.h56 #define SNTP_SET_SYSTEM_TIME(sec) LWIP_UNUSED_ARG(sec) argument
175 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Drtc.c30 rt_uint8_t sec, min, hour, mday, wday, mon, year; in rt_hw_rtc_get() local
71 rt_uint8_t sec, min, hour, mday, wday, mon, year; in rt_hw_rtc_set() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/
H A Dsntp.c177 u32_t sec; member
274 sntp_format_time(s32_t sec) in sntp_format_time()
288 s32_t sec; in sntp_process() local
344 u32_t sec, frac; in sntp_initialize_request() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_store.h128 struct ble_store_key_sec sec; member
137 struct ble_store_value_sec sec; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_misc.c101 const struct ble_store_value_sec *sec; in ble_hs_misc_restore_one_irk() local
/nrf52832-nimble/rt-thread/components/drivers/rtc/
H A Drtc.c203 uint8_t month, day, hour, min, sec; in date() local
H A Dalarm.c26 rt_uint32_t sec; in alarm_mkdaysec() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/
H A Dble_store_config_conf.c126 char sec[BLE_STORE_CONFIG_SEC_SET_ENCODE_SZ]; in ble_store_config_conf_export() member
H A Dble_store_config.c48 ble_store_config_print_value_sec(const struct ble_store_value_sec *sec) in ble_store_config_print_value_sec()
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dhwtimer.h38 rt_int32_t sec; /* second */ member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/
H A Dble_store_ram.c51 ble_store_ram_print_value_sec(const struct ble_store_value_sec *sec) in ble_store_ram_print_value_sec()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/
H A Dsntp.c84 #define SNTP_SET_SYSTEM_TIME_US(sec, us) argument
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Ddfs_elm.c749 int year, mon, day, hour, min, sec; in dfs_elm_stat() local