/Zephyr-latest/tests/unit/timeutil/ |
D | test_sync.c | 45 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/ |
D | main.c | 15 /* 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(¬ify, &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(¬ify, &ss); in main() [all …]
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 32 unsigned int ss; member 61 uint32_t ss; member
|
D | gdbstub.h | 34 uint32_t ss; member
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 187 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/ |
D | nvme_namespace.c | 66 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/ |
D | coredump.c | 31 uint64_t ss; member 89 arch_blk.r.ss = esf->ss; in arch_coredump_info_dump()
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | utils.c | 13 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/ |
D | syscall.h | 40 * 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)
|
D | thread.h | 133 /* SS and CS selectors for this thread when restoring context */ 134 uint64_t ss; member
|
D | exception.h | 53 unsigned long ss; member
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | msr.h | 33 * 47:32 Kernel CS (SS = CS+8) 34 * 63:48 User CS (SS = CS+8)
|
/Zephyr-latest/tests/subsys/settings/functional/src/ |
D | settings_basic_test.c | 209 .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/ |
D | userspace.S | 33 * 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/ |
D | x86_64.py | 38 SS = 19 variable in RegNum 101 RegNum.SS, 149 self.registers[RegNum.SS] = tu[15]
|
/Zephyr-latest/boards/arm/mps2/ |
D | pinmux.c | 128 | (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/ |
D | numaker_m2l31ki.overlay | 4 /* EVB's NU5: SS/CLK/MISO/MOSI */
|
D | numaker_pfm_m467.overlay | 4 /* EVB's NU5: SS/CLK/MISO/MOSI */
|
/Zephyr-latest/dts/bindings/spi/ |
D | st,stm32h7-spi.yaml | 28 (Master SS Idleness) minimum clock inserted between
|
D | xlnx,xps-spi-2.00.a.yaml | 20 xlnx,num-ss-bits:
|
/Zephyr-latest/dts/bindings/gpio/ |
D | particle-gen3-header.yaml | 32 14 SS PWM1 6
|
D | atmel-xplained-header.yaml | 21 Px4 SS
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 16 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/ |
D | main.c | 31 LOG_ERR("Error loading/generating app config data in SS."); in main()
|
/Zephyr-latest/arch/x86/core/offsets/ |
D | intel64_offsets.c | 30 GEN_OFFSET_SYM(_thread_arch_t, ss);
|