Home
last modified time | relevance | path

Searched full:sec (Results 1 – 25 of 181) sorted by relevance

12345678

/Zephyr-latest/drivers/sensor/st/stts751/
DKconfig82 0: 1 conv every 16 sec
83 1: 1 conv every 8 sec
84 2: 1 conv every 4 sec
85 3: 1 conv every 2 sec
86 4: 1 conv every sec
87 5: 2 convs every sec
88 6: 4 convs every sec
89 7: 8 convs every sec
90 8: 16 convs every sec
91 9: 32 convs every sec
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set2.llcp.test_list54 LL/SEC/ADV/BV-02-C
55 LL/SEC/ADV/BV-03-C
56 LL/SEC/ADV/BV-04-C
57 LL/SEC/ADV/BV-05-C
58 LL/SEC/ADV/BV-06-C
59 LL/SEC/ADV/BV-08-C
60 LL/SEC/ADV/BV-09-C
61 LL/SEC/ADV/BV-10-C
62 LL/SEC/ADV/BV-11-C
63 LL/SEC/ADV/BV-12-C
[all …]
/Zephyr-latest/scripts/native_simulator/native/src/
Dnative_rtc.c26 uint64_t sec; in native_rtc_gettime_us() local
28 hwtimer_get_pseudohost_rtc_time(&nsec, &sec); in native_rtc_gettime_us()
29 return sec * 1000000UL + nsec / 1000U; in native_rtc_gettime_us()
42 void native_rtc_gettime(int clock_type, uint32_t *nsec, uint64_t *sec) in native_rtc_gettime() argument
47 *sec = us / 1000000UL; in native_rtc_gettime()
49 hwtimer_get_pseudohost_rtc_time(nsec, sec); in native_rtc_gettime()
/Zephyr-latest/boards/native/native_posix/
Dnative_rtc.c28 uint64_t sec; in native_rtc_gettime_us() local
30 hwtimer_get_pseudohost_rtc_time(&nsec, &sec); in native_rtc_gettime_us()
31 return sec * 1000000UL + nsec / 1000U; in native_rtc_gettime_us()
44 void native_rtc_gettime(int clock_type, uint32_t *nsec, uint64_t *sec) in native_rtc_gettime() argument
49 *sec = us / 1000000UL; in native_rtc_gettime()
51 hwtimer_get_pseudohost_rtc_time(nsec, sec); in native_rtc_gettime()
/Zephyr-latest/samples/drivers/led/pwm/
DREADME.rst24 - Blinking on: 0.1 sec, off: 0.1 sec
25 - Blinking on: 1 sec, off: 1 sec
/Zephyr-latest/tests/boards/espressif/wifi/
Dtestcase.yaml5 esp.wifi.sec.none:
16 esp.wifi.sec.wpa2:
28 esp.wifi.sec.wpa3:
/Zephyr-latest/drivers/counter/
Dcounter_max32_rtc.c17 /* Resoultion is 1sec for time of day alarm*/
41 /* Ensure that both sec and subsec are reset to 0 */ in api_start()
73 uint32_t sec = 0, subsec = 0; in api_get_value() local
76 sec = regs->sec; in api_get_value()
77 if (regs->sec != sec) { in api_get_value()
78 sec = regs->sec; in api_get_value()
87 *ticks = sec; in api_get_value()
/Zephyr-latest/samples/drivers/counter/alarm/
DREADME.rst44 Set alarm in 2 sec
47 Set alarm in 4 sec
50 Set alarm in 8 sec
53 Set alarm in 16 sec
/Zephyr-latest/tests/benchmarks/latency_measure/boards/
Darduino_due.conf3 # system clock tick period in 1 sec, make system clock tick to 0.1 sec
Dfrdm_k22f.conf3 # system clock tick period in 1 sec, make system clock tick to 0.1 sec
Dfrdm_k82f.conf3 # system clock tick period in 1 sec, make system clock tick to 0.1 sec
Dqemu_cortex_m3.conf3 # system clock tick period in 1 sec, make system clock tick to 0.1 sec
Dsame54_xpro.conf3 # system clock tick period in 1 sec, make system clock tick to 0.1 sec
Dtwr_ke18f.conf3 # system clock tick period in 1 sec, make system clock tick to 0.1 sec
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py107 sec_base = ctypes.addressof(ctypes.c_int.from_buffer(maps["sec"]))
112 self.sec = Regs(sec_base)
113 self.sec.ALTVEC_C0 = 0x04
114 self.sec.ALTVECSEL = 0x0C
115 self.sec.freeze()
129 self.sec.ALTVEC_C0 = boot_vector
130 self.sec.ALTVECSEL = 0x03 # Enable alternate vector
139 sec_base = ctypes.addressof(ctypes.c_int.from_buffer(maps["sec"]))
145 self.sec = Regs(sec_base)
146 self.sec.ALTVEC_C0 = 0x04
[all …]
Dgen_img.py86 for sec in ef.iter_sections():
87 if isinstance(sec, elftools.elf.sections.SymbolTableSection):
88 for sym in sec.iter_symbols():
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dconftest.py13 parser.addoption('--sys-clock-hw-cycles-per-sec', default=None)
43 if request.config.getoption('--sys-clock-hw-cycles-per-sec'):
44 return int(request.config.getoption('--sys-clock-hw-cycles-per-sec'))
/Zephyr-latest/dts/bindings/sensor/
Dsensirion,scd41.yaml15 - 0: Normal periodic measurement. Default interval of 5sec
16 - 1: Low power periodic measurement. Interval of 30sec
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dmain.c25 * - 0.0 sec: thread_05, thread_06, thread_07, thread_08, thread_09, sleep
27 * - 0.0 sec: thread_11 sleeps
28 * - 0.5 sec: thread_09 wakes and waits on mutex_1
29 * - 1.0 sec: main thread (@ priority 9) takes mutex_2 then sleeps
30 * - 1.5 sec: thread_08 wakes and waits on mutex_2
31 * - 2.0 sec: main thread (@ priority 8) takes mutex_3 then sleeps
32 * - 2.5 sec: thread_07 wakes and waits on mutex_3
33 * - 3.0 sec: main thread (@ priority 7) takes mutex_4 then sleeps
34 * - 3.5 sec: thread_05 wakes and waits on mutex_4
35 * - 3.5 sec: thread_11 wakes and waits on mutex_3
[all …]
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst11 5 sec in the interval of 300msec in polling mode. Then threshold trigger mode
47 <repeats for 5sec every 300ms>
56 <repeats whenever triggered for 5sec>
/Zephyr-latest/samples/drivers/led/xec/
DREADME.rst31 - Blinking on: 0.1 sec, off: 0.1 sec
32 - Blinking on: 1 sec, off: 1 sec
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_internal.h58 /* Function for iterating over occupied sec tags.
60 * Returns the next occupied sec tag after the one provided, or TLS_SEC_TAG_NONE if there are no
63 * Provide TLS_SEC_TAG_NONE to start from the first available sec tag.
/Zephyr-latest/dts/bindings/watchdog/
Dgd,gd32-fwdgt.yaml32 0.25 [timeout in sec] = (1999 [reload] + 1) / (32000 [freq] / 4 [prescaler])
33 0.25 [timeout in sec] = (2499 [reload] + 1) / (40000 [freq] / 4 [prescaler])
/Zephyr-latest/drivers/timer/
DKconfig.stm32_lptim55 - LSI(32KHz): 4000 ticks/sec
56 - LSE(32678): 4096 ticks/sec
/Zephyr-latest/drivers/rtc/
Drtc_ifx_cat1.c76 * ROUND_DOWN(ppb * 32768Hz * 60min * 60sec / 1000000000, 128) / 128
85 * wps * 128 * 1000000000 / 32768Hz * 60min * 60sec
123 z_time->tm_sec = (int)pdlTime->sec; in _ifx_cat1_rtc_from_pdl_time()
204 uint32_t sec = timeptr->tm_sec; in ifx_cat1_rtc_set_time() local
218 if (!CY_RTC_IS_SEC_VALID(sec) || !CY_RTC_IS_MIN_VALID(min) || !CY_RTC_IS_HOUR_VALID(hour) || in ifx_cat1_rtc_set_time()
231 rslt = Cy_RTC_SetDateAndTimeDirect(sec, min, hour, day, mon, year2digit); in ifx_cat1_rtc_set_time()

12345678