Home
last modified time | relevance | path

Searched full:ss (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-latest/tests/unit/timeutil/
Dtest_sync.c45 struct timeutil_sync_state ss = { 0 }; in test_state_update() local
46 int rv = timeutil_sync_state_update(&ss, &si); in test_state_update()
50 zassert_equal(ss.base.ref, 0, in test_state_update()
52 zassert_equal(ss.skew, 0, in test_state_update()
56 rv = timeutil_sync_state_update(&ss, &si); in test_state_update()
59 zassert_equal(ss.base.ref, 1, in test_state_update()
61 zassert_equal(ss.latest.ref, 0, in test_state_update()
63 zassert_equal(ss.skew, 1.0, in test_state_update()
66 rv = timeutil_sync_state_update(&ss, &si); in test_state_update()
69 zassert_equal(ss.base.ref, 1, in test_state_update()
[all …]
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/
Dmain.c15 /* Format times as: YYYY-MM-DD HH:MM:SS DOW DOY */
199 struct k_poll_signal ss; in set_aligned_clock() local
203 &ss); in set_aligned_clock()
205 k_poll_signal_init(&ss); in set_aligned_clock()
206 sys_notify_init_signal(&notify, &ss); in set_aligned_clock()
222 printk("Synchronize final: %d %d in %u ms\n", rc, ss.result, t1 - t0); in set_aligned_clock()
264 struct k_poll_signal ss; in main() local
269 &ss); in main()
271 k_poll_signal_init(&ss); in main()
272 sys_notify_init_signal(&notify, &ss); in main()
[all …]
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dexception.h32 unsigned int ss; member
61 uint32_t ss; member
Dgdbstub.h34 uint32_t ss; member
/Zephyr-latest/subsys/logging/
DKconfig.formatting187 When enabled timestamp is formatted to hh:mm:ss.ms,us.
193 When enabled timestamp is formatted to YYYY-MM-DD hh:mm:ss.ms,us.
199 When enabled timestamp is formatted to YYYY-MM-DDThh:mm:ss,ffffffZ.
205 and the hh:mm:ss:ms,us one. It resembles the Linux's kernel format in
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.c66 uint32_t ss = nvme_namespace_get_sector_size(ns); in nvme_namespace_get_stripesize() local
69 return (ns->data.npwa + 1) * ss; in nvme_namespace_get_stripesize()
71 return (ns->data.npwg + 1) * ss; in nvme_namespace_get_stripesize()
/Zephyr-latest/arch/x86/core/intel64/
Dcoredump.c31 uint64_t ss; member
89 arch_blk.r.ss = esf->ss; in arch_coredump_info_dump()
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dutils.c13 static int sectors_info(const char *disk, uint32_t *ss, uint32_t *sc) in sectors_info() argument
23 rc = disk_access_ioctl(disk, DISK_IOCTL_GET_SECTOR_SIZE, ss); in sectors_info()
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dsyscall.h40 * and SS are loaded from values derived from bits 47:32 of STAR MSR (+0
41 * for CS, +8 for SS)
43 * SYSRET loads RIP from RCX and RFLAGS from r11. CS and SS are set with
44 * values derived from STAR MSR bits 63:48 (+8 for CS, +16 for SS)
Dthread.h133 /* SS and CS selectors for this thread when restoring context */
134 uint64_t ss; member
Dexception.h53 unsigned long ss; member
/Zephyr-latest/include/zephyr/arch/x86/
Dmsr.h33 * 47:32 Kernel CS (SS = CS+8)
34 * 63:48 User CS (SS = CS+8)
/Zephyr-latest/tests/subsys/settings/functional/src/
Dsettings_basic_test.c209 .name = "ps/ss/ss",
226 .name = "ps/ss",
248 settings_save_one("ps/ss/ss/val2", &val, sizeof(uint8_t)); in ZTEST()
282 settings_save_one("ps/ss/val3", &val, sizeof(uint8_t)); in ZTEST()
325 /* test subtree loading: subtree "ps/ss" data.val2 and data.val3 should in ZTEST()
328 rc = settings_load_subtree("ps/ss"); in ZTEST()
337 /* test subtree loading: subtree "ps/ss/ss" only data.val2 should in ZTEST()
340 rc = settings_load_subtree("ps/ss/ss"); in ZTEST()
/Zephyr-latest/arch/x86/core/ia32/
Duserspace.S33 * 28 SS
71 pushl 36(%edi) /* SS */
94 * 16 SS
125 pushl 20(%edi) /* SS */
172 pushl 24(%edi) /* SS */
324 /* Set segment registers (except CS and SS which are done in
348 push $USER_DATA_SEG /* SS */
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86_64.py38 SS = 19 variable in RegNum
101 RegNum.SS,
149 self.registers[RegNum.SS] = tu[15]
/Zephyr-latest/boards/arm/mps2/
Dpinmux.c128 | (1<<12) /* Shield 0 SPI 3 SS */ in arm_mps2_pinmux_defaults()
137 | (1<<0) /* ADC SPI 2 SS */ in arm_mps2_pinmux_defaults()
147 | (1<<6) /* Shield 1 SPI 4 SS */ in arm_mps2_pinmux_defaults()
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dnumaker_m2l31ki.overlay4 /* EVB's NU5: SS/CLK/MISO/MOSI */
Dnumaker_pfm_m467.overlay4 /* EVB's NU5: SS/CLK/MISO/MOSI */
/Zephyr-latest/dts/bindings/spi/
Dst,stm32h7-spi.yaml28 (Master SS Idleness) minimum clock inserted between
Dxlnx,xps-spi-2.00.a.yaml20 xlnx,num-ss-bits:
/Zephyr-latest/dts/bindings/gpio/
Dparticle-gen3-header.yaml32 14 SS PWM1 6
Datmel-xplained-header.yaml21 Px4 SS
/Zephyr-latest/drivers/rtc/
Drtc_shell.c16 static const char format_time[] = "%T"; /* hh:mm:ss */
236 "Usage: rtc set <device> <YYYY-MM-DDThh:mm:ss> | <YYYY-MM-DD> | <hh:mm:ss>")
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dmain.c31 LOG_ERR("Error loading/generating app config data in SS."); in main()
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c30 GEN_OFFSET_SYM(_thread_arch_t, ss);

1234