Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.7.0/tests/kernel/common/src/
Dclock.c112 uint32_t c32, c0, c1, t32; in ZTEST() local
131 c1 = k_uptime_get_32(); in ZTEST()
133 if (c1 > c0) { in ZTEST()
135 zassert_true((c1 - c0) > in ZTEST()
139 zassert_true((uint32_t)k_cyc_to_ns_floor64(c1 - c0) > in ZTEST()
/Zephyr-Core-3.7.0/boards/enjoydigital/litex_vexriscv/doc/img/
Dsymbiflow.svg1c1.1 2.6 1.7 5.5 1.7 8.6L56.4 48c0-2.7-.8-4.9-2.3-6.4-1.5-1.5-3.6-2.3-6.4-2.3-2.4 0-4.4.7-5.9 2s-2…
/Zephyr-Core-3.7.0/lib/libc/minimal/source/string/
Dstring.c222 const char *c1 = m1; in memcmp() local
229 while ((--n > 0) && (*c1 == *c2)) { in memcmp()
230 c1++; in memcmp()
234 return *c1 - *c2; in memcmp()
/Zephyr-Core-3.7.0/include/zephyr/display/
Dmb_display.h40 uint8_t c1:1, member
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/
Dreset.S60 mcr p15, 4, r0, c1, c0, 0
64 mcr p15, 4, r0, c1, c0, 1
152 mrc p15, 0, r0, c1, c0, 2
154 mcr p15, 0, r0, c1, c0, 2
/Zephyr-Core-3.7.0/drivers/sensor/infineon/dps310/
Ddps310.c227 int16_t c1; /* 12bit */ member
260 comp->c1 = (((uint16_t)(raw_coef[1] & 0x0F)) << 8) + raw_coef[2]; in dps310_calib_coeff_creation()
262 if (comp->c1 > POW_2_11_MINUS_1) { in dps310_calib_coeff_creation()
263 comp->c1 = comp->c1 - POW_2_12; in dps310_calib_coeff_creation()
420 (((int64_t)1000000) * comp->c1 * tmp_raw) / IFX_DPS310_SF_TMP; in dps310_scale_temperature()
/Zephyr-Core-3.7.0/lib/utils/
Drb.c274 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local
306 c1 = get_child(sib, 1U); in fix_missing_black()
307 if (((c0 == NULL) || is_black(c0)) && ((c1 == NULL) || in fix_missing_black()
308 is_black(c1))) { in fix_missing_black()
329 CHECK((c0 && is_red(c0)) || (c1 && is_red(c1))); in fix_missing_black()
/Zephyr-Core-3.7.0/samples/boards/google_kukui/
DREADME.rst33 00000000: 82 00 00 ff 80 7f 00 ff 00 00 c1 0a c8 5b 0c 62 |........ .....[.b|
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dclock.h236 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2);
Dclock.c648 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2) in ptp_clock_id_eq() argument
650 return memcmp(c1, c2, sizeof(ptp_clk_id)) == 0; in ptp_clock_id_eq()
/Zephyr-Core-3.7.0/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay44 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi43 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
/Zephyr-Core-3.7.0/tests/drivers/input/kbd_matrix/src/
Dmain.c80 static void state_set_rows_by_column(kbd_row_t c0, kbd_row_t c1, kbd_row_t c2) in state_set_rows_by_column() argument
82 memcpy(&state.rows, (kbd_row_t[]){c0, c1, c2}, sizeof(state.rows)); in state_set_rows_by_column()
83 TC_PRINT("set state [%" PRIkbdrow " %" PRIkbdrow " %" PRIkbdrow "]\n", c0, c1, c2); in state_set_rows_by_column()
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay52 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
/Zephyr-Core-3.7.0/dts/arm/nuvoton/npcx/
Dnpcx-miwus-int-map.dtsi40 group_c1: group-c1-map {
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/
DREADME.rst86 05 f1 c1 25 |...%
/Zephyr-Core-3.7.0/boards/st/stm32f429i_disc1/
Dstm32f429i_disc1.dts84 pwctrlb = [00 c1 30];
/Zephyr-Core-3.7.0/samples/net/mqtt_publisher/
DREADME.rst300 1485663797: New client connected from 192.168.1.101 as zephyr_publisher (c1, k0).
/Zephyr-Core-3.7.0/doc/_static/css/
Dcustom.css317 .highlight .c1 /* Comment.Single */,