/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/img/ |
D | symbiflow.svg | 1 …c0-2.6.6-5 1.7-7.4 1.1-2.3 2.7-4.4 4.8-6.1 2.1-1.8 4.6-3.2 7.6-4.3 3-1.1 6.4-1.6 10.2-1.6 3.7 0 7 …
|
/Zephyr-latest/lib/heap/ |
D | heap_validate.c | 111 chunkid_t c0 = h->buckets[b].next; in sys_heap_validate() local 116 for (c = c0; c != 0 && (n == 0 || c != c0); in sys_heap_validate() 164 chunkid_t c0 = h->buckets[b].next; in sys_heap_validate() local 167 if (c0 == 0) { in sys_heap_validate() 171 for (c = c0; n == 0 || c != c0; n++, c = next_free_chunk(h, c)) { in sys_heap_validate()
|
D | heap.c | 336 chunkid_t c0 = alloc_chunk(h, padded_sz); in sys_heap_aligned_alloc() local 338 if (c0 == 0) { in sys_heap_aligned_alloc() 341 uint8_t *mem = chunk_mem(h, c0); in sys_heap_aligned_alloc() 350 CHECK(c >= c0 && c < c_end && c_end <= c0 + padded_sz); in sys_heap_aligned_alloc() 353 if (c > c0) { in sys_heap_aligned_alloc() 354 split_chunks(h, c0, c); in sys_heap_aligned_alloc() 355 free_list_add(h, c0); in sys_heap_aligned_alloc()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | clock.c | 112 uint32_t c32, c0, c1, t32; in ZTEST() local 124 c0 = k_cycle_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-latest/arch/arm/core/cortex_a_r/ |
D | macro_priv.inc | 17 mrc p15, 0, \rreg0, c0, c0, 5 46 mrc p15, 0, \rreg0, c13, c0, 3
|
D | __aeabi_read_tp.S | 17 mrc p15, 0, r0, c13, c0, 2
|
D | reset.S | 68 mcr p15, 4, r0, c1, c0, 1 156 mrc p15, 0, r0, c1, c0, 2 158 mcr p15, 0, r0, c1, c0, 2
|
/Zephyr-latest/dts/arm/st/c0/ |
D | stm32c011.dtsi | 7 #include <st/c0/stm32c0.dtsi>
|
D | stm32c011X6.dtsi | 8 #include <st/c0/stm32c011.dtsi>
|
D | stm32c071X8.dtsi | 8 #include <st/c0/stm32c071.dtsi>
|
D | stm32c071Xb.dtsi | 8 #include <st/c0/stm32c071.dtsi>
|
D | stm32c031X6.dtsi | 8 #include <st/c0/stm32c031.dtsi>
|
D | stm32c031.dtsi | 7 #include <st/c0/stm32c0.dtsi>
|
D | stm32c071.dtsi | 7 #include <st/c0/stm32c031.dtsi>
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/ |
D | psoc6_01.dtsi | 337 counter0_3: counter@403801c0 { 365 counter0_7: counter@403802c0 { 393 counter1_3: counter@403901c0 { 421 counter1_7: counter@403902c0 { 449 counter1_11: counter@403903c0 { 477 counter1_15: counter@403904c0 { 505 counter1_19: counter@403905c0 { 533 counter1_23: counter@403906c0 {
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_02/ |
D | psoc6_02.dtsi | 341 counter0_3: counter@403801c0 { 369 counter0_7: counter@403802c0 { 397 counter1_3: counter@403901c0 { 425 counter1_7: counter@403902c0 { 453 counter1_11: counter@403903c0 { 481 counter1_15: counter@403904c0 { 509 counter1_19: counter@403905c0 { 537 counter1_23: counter@403906c0 {
|
/Zephyr-latest/boards/st/nucleo_c031c6/ |
D | nucleo_c031c6.dts | 8 #include <st/c0/stm32c031X6.dtsi> 9 #include <st/c0/stm32c031c(4-6)tx-pinctrl.dtsi>
|
/Zephyr-latest/drivers/sensor/infineon/dps310/ |
D | dps310.c | 226 int16_t c0; /* 12bit */ member 254 comp->c0 = (((uint16_t)raw_coef[0]) << 4) + (raw_coef[1] >> 4); in dps310_calib_coeff_creation() 256 if (comp->c0 > POW_2_11_MINUS_1) { in dps310_calib_coeff_creation() 257 comp->c0 = comp->c0 - POW_2_12; in dps310_calib_coeff_creation() 416 int32_t tmp_p0 = (1000000 / 2) * comp->c0; in dps310_scale_temperature()
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 274 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local 305 c0 = get_child(sib, 0U); in fix_missing_black() 307 if (((c0 == NULL) || is_black(c0)) && ((c1 == NULL) || in fix_missing_black() 329 CHECK((c0 && is_red(c0)) || (c1 && is_red(c1))); in fix_missing_black()
|
/Zephyr-latest/boards/st/nucleo_c071rb/ |
D | nucleo_c071rb.dts | 8 #include <st/c0/stm32c071Xb.dtsi> 9 #include <st/c0/stm32c071rbtx-pinctrl.dtsi>
|
/Zephyr-latest/boards/st/stm32c0116_dk/ |
D | stm32c0116_dk.dts | 8 #include <st/c0/stm32c011X6.dtsi> 9 #include <st/c0/stm32c011f(4-6)ux-pinctrl.dtsi>
|
/Zephyr-latest/dts/arm/nuvoton/ |
D | m48x.dtsi | 78 gpiod: gpio@400040c0 { 118 gpioh: gpio@400041c0 {
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 63 00 36 50 16 9d f9 c0 64 fe cf ff ff ff ff ff ff 65 PH2: ff84 rev 1.0: 2 DW @ c0
|
/Zephyr-latest/dts/nios2/intel/ |
D | nios2f.dtsi | 62 dma: dma@1002c0 {
|
/Zephyr-latest/dts/arm/renesas/ra/ |
D | ra4-cm4-common.dtsi | 11 ioport6: gpio@400400c0 {
|