| /Zephyr-latest/include/zephyr/dt-bindings/adc/ | 
| D | adc.h | 23 #define ADC_ACQ_TIME_UNIT(time)    (((time) >> 14) & BIT_MASK(2))  argument24 #define ADC_ACQ_TIME_VALUE(time)   ((time) & BIT_MASK(14))  argument
 
 | 
| /Zephyr-latest/tests/lib/time/ | 
| D | CMakeLists.txt | 5 project(time)  project
 | 
| /Zephyr-latest/lib/libc/common/source/time/ | 
| D | time.c | 12 time_t time(time_t *tloc)  in time()  function
 | 
| /Zephyr-latest/tests/unit/timeutil/ | 
| D | test_gmtime.c | 19 	time_t time = 1561994005;  in ZTEST()  local
 | 
| /Zephyr-latest/boards/native/nrf_bsim/common/ | 
| D | bstests_entry.c | 170 void bst_tick(bs_time_t time)  in bst_tick()264 void bst_ticker_set_next_tick_absolute(bs_time_t time)  in bst_ticker_set_next_tick_absolute()
 269 void bst_ticker_set_next_tick_delta(bs_time_t time)  in bst_ticker_set_next_tick_delta()
 
 | 
| D | phy_sync_ctrl.c | 74 void phy_sync_ctrl_set_last_phy_sync_time(bs_time_t time)  in phy_sync_ctrl_set_last_phy_sync_time()
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | pdu_df.h | 9 	uint8_t  time:5;  member
 | 
| /Zephyr-latest/tests/benchmarks/app_kernel/src/ | 
| D | receiver.h | 20 	unsigned int time;  member
 | 
| D | mailbox_r.c | 70 		 unsigned int *time)  in mailbox_get()
 | 
| D | mailbox_b.c | 96 void mailbox_put(uint32_t size, int count, uint32_t *time)  in mailbox_put()
 | 
| D | pipe_r.c | 83 			unsigned int *time)  in pipeget()
 | 
| D | pipe_b.c | 159 	    uint32_t *time)  in pipeput()
 | 
| /Zephyr-latest/tests/boards/native_sim/rtc/src/ | 
| D | main.c | 21 static char *us_time_to_str(char *dest, uint64_t time)  in us_time_to_str()52 	uint64_t time;  in ZTEST()  local
 
 | 
| /Zephyr-latest/lib/utils/ | 
| D | timeutil.c | 51 	int64_t time = tm->tm_sec;  in timeutil_timegm64()  local61 	int64_t time = timeutil_timegm64(tm);  in timeutil_timegm()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | health_srv.c | 236 	uint8_t time;  in send_attention_status()  local266 	uint8_t time;  in attention_set_unrel()  local
 451 void bt_mesh_attention(const struct bt_mesh_model *model, uint8_t time)  in bt_mesh_attention()
 
 | 
| /Zephyr-latest/tests/posix/rwlocks/src/ | 
| D | main.c | 54 	struct timespec time;  in ZTEST()  local
 | 
| /Zephyr-latest/soc/snps/arc_iot/ | 
| D | sysconf.c | 267 void arc_iot_dvfs_vwtime_config(uint8_t time)  in arc_iot_dvfs_vwtime_config()272 void arc_iot_pmc_pwwtime_config(uint8_t time)  in arc_iot_pmc_pwwtime_config()
 
 | 
| /Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ | 
| D | main.c | 16 static const char *format_time(time_t time,  in format_time()102 	uint32_t time = 0;  in min_alarm_handler()  local
 
 | 
| /Zephyr-latest/drivers/timer/ | 
| D | mips_cp0_timer.c | 31 static ALWAYS_INLINE void set_cp0_compare(uint32_t time)  in set_cp0_compare()
 | 
| D | esp32_sys_timer.c | 40 static void set_systimer_alarm(uint64_t time)  in set_systimer_alarm()
 | 
| D | riscv_machine_timer.c | 68 static void set_mtimecmp(uint64_t time)  in set_mtimecmp()
 | 
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ | 
| D | rpr_cli.h | 88 		uint8_t time;  member
 | 
| /Zephyr-latest/soc/atmel/sam/sam4l/ | 
| D | soc.c | 141 	uint32_t time;  in flashcalw_issue_command()  local
 | 
| /Zephyr-latest/include/zephyr/drivers/rtc/ | 
| D | maxim_ds3231.h | 275 	time_t time;  member
 | 
| /Zephyr-latest/scripts/native_simulator/native/src/ | 
| D | timer_model.c | 40 static char *us_time_to_str(char *dest, uint64_t time)  in us_time_to_str()250 void hwtimer_wake_in_time(uint64_t time)  in hwtimer_wake_in_time()
 
 |