Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/img/
Dsymbiflow.svg1c0-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/
Dheap_validate.c111 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()
Dheap.c336 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/
Dclock.c112 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/
Dmacro_priv.inc17 mrc p15, 0, \rreg0, c0, c0, 5
46 mrc p15, 0, \rreg0, c13, c0, 3
D__aeabi_read_tp.S17 mrc p15, 0, r0, c13, c0, 2
Dreset.S68 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/
Dstm32c011.dtsi7 #include <st/c0/stm32c0.dtsi>
Dstm32c011X6.dtsi8 #include <st/c0/stm32c011.dtsi>
Dstm32c071X8.dtsi8 #include <st/c0/stm32c071.dtsi>
Dstm32c071Xb.dtsi8 #include <st/c0/stm32c071.dtsi>
Dstm32c031X6.dtsi8 #include <st/c0/stm32c031.dtsi>
Dstm32c031.dtsi7 #include <st/c0/stm32c0.dtsi>
Dstm32c071.dtsi7 #include <st/c0/stm32c031.dtsi>
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/
Dpsoc6_01.dtsi337 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/
Dpsoc6_02.dtsi341 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/
Dnucleo_c031c6.dts8 #include <st/c0/stm32c031X6.dtsi>
9 #include <st/c0/stm32c031c(4-6)tx-pinctrl.dtsi>
/Zephyr-latest/drivers/sensor/infineon/dps310/
Ddps310.c226 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/
Drb.c274 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/
Dnucleo_c071rb.dts8 #include <st/c0/stm32c071Xb.dtsi>
9 #include <st/c0/stm32c071rbtx-pinctrl.dtsi>
/Zephyr-latest/boards/st/stm32c0116_dk/
Dstm32c0116_dk.dts8 #include <st/c0/stm32c011X6.dtsi>
9 #include <st/c0/stm32c011f(4-6)ux-pinctrl.dtsi>
/Zephyr-latest/dts/arm/nuvoton/
Dm48x.dtsi78 gpiod: gpio@400040c0 {
118 gpioh: gpio@400041c0 {
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst63 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/
Dnios2f.dtsi62 dma: dma@1002c0 {
/Zephyr-latest/dts/arm/renesas/ra/
Dra4-cm4-common.dtsi11 ioport6: gpio@400400c0 {

123