Home
last modified time | relevance | path

Searched full:depth (Results 1 – 25 of 253) sorted by relevance

1234567891011

/Zephyr-latest/dts/bindings/mspi/
Dsnps,designware-ssi.yaml22 fifo-depth:
27 If the RX FIFO depth is not specified separately in the rx-fifo-depth
28 property, this value specifies depth of both TX and RX FIFOs.
30 rx-fifo-depth:
39 Maximum value is the TX FIFO depth - 1.
45 interrupt. Maximum value is the RX FIFO depth - 1.
/Zephyr-latest/dts/bindings/spi/
Dsnps,designware-spi.yaml24 fifo-depth:
27 RX/TX FIFO depth. Corresponds to the SSI_TX_FIFO_DEPTH
29 Serial Interface. Depth ranges from 2-256.
/Zephyr-latest/dts/bindings/serial/
Daltr,jtag-uart.yaml11 write-fifo-depth:
16 Must be same as Write FIFO: Buffer depth (bytes) in platform designer.
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-micfil.yaml21 fifo-depth:
25 Depth (in words) for each channel's FIFO.
Dnxp,dai-esai.yaml37 fifo-depth:
40 Use this property to set the FIFO depth that will be reported
44 we mean the actual (hardware) value of the FIFO depth. This is needed
47 Generally, reporting a false FIFO depth should be avoided. Please note
Dnxp,dai-sai.yaml25 fifo-depth = <48>;
41 fifo-depth = <8>;
64 fifo-depth:
/Zephyr-latest/dts/bindings/i2c/
Dcdns,i2c.yaml17 fifo-depth = <8>;
39 fifo-depth:
/Zephyr-latest/subsys/sip_svc/
DKconfig40 int "ARM SiP service request message queue depth"
43 Depth of msgq used inside sip_svc controller.
/Zephyr-latest/dts/arc/synopsys/
Demsdp.dtsi97 fifo-depth = <32>;
115 fifo-depth = <32>;
141 fifo-depth = <16>;
156 fifo-depth = <16>;
/Zephyr-latest/arch/xtensa/include/
Dxtensa_backtrace.h90 * @param depth The maximum number of stack frames to print (should be > 0)
94 * - 0 Backtrace successfully printed to completion or to depth limit
97 int xtensa_backtrace_print(int depth, int *interrupted_stack);
/Zephyr-latest/dts/bindings/i2s/
Dlitex,i2s.yaml16 fifo-depth:
/Zephyr-latest/arch/x86/core/
DKconfig.intel6429 support limited call-tree depth and must fit into the low core,
61 int "Maximum IRQ nesting depth"
/Zephyr-latest/scripts/ci/
Dtwister_report_analyzer.py99 def get_next_entry(self, depth: int = 0, max_depth: int = 10):
102 yield depth, value.quantity, key, ', '.join(value.tests[0:100])
103 if value.has_subcounters() and depth < max_depth:
104 yield from value.subcounters.get_next_entry(depth + 1, max_depth)
308 csvwriter.writerow(['Depth', 'Counter', 'Key', 'Tests'])
317 for depth, quantity, key, _ in data.get_next_entry(max_depth=max_depth):
318 if depth == 0:
321 if depth == 0:
/Zephyr-latest/samples/modules/lvgl/demos/boards/
Dmimxrt595_evk_mimxrt595s_cm33.conf7 # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a
/Zephyr-latest/samples/drivers/display/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_A.conf7 # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a
Dmimxrt595_evk_mimxrt595s_cm33.conf7 # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a
Dmimxrt1170_evkb_cm7.conf7 # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a
/Zephyr-latest/doc/connectivity/networking/api/
Dip_4_6.rst8 :depth: 2
Dnet_linkaddr.rst8 :depth: 2
Dsntp.rst8 :depth: 2
Ddhcpv6.rst8 :depth: 2
Dtrickle.rst8 :depth: 2
Dlldp.rst8 :depth: 2
/Zephyr-latest/.github/workflows/
Dcompliance.yml24 fetch-depth: 0
63 …west update -o=--depth=1 -n 2>&1 1> west.update.log || west update -o=--depth=1 -n 2>&1 1> west.up…
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.h48 /* the SSP port fifo depth */
51 /* the watermark for the SSP fifo depth setting */
123 uint32_t depth; member

1234567891011