Home
last modified time | relevance | path

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

12345678910

/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-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.yaml37 fifo-depth:
40 Use this property to set the FIFO depth that will be reported
45 the FIFO depth. This is needed because some applications (e.g: SOF)
48 FIFO depth should be avoided. Please note that the sanity check
/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>;
Darc_hs4xd.dtsi187 fifo-depth = <32>;
198 fifo-depth = <32>;
209 fifo-depth = <32>;
Darc_hsdk.dtsi187 fifo-depth = <32>;
198 fifo-depth = <32>;
209 fifo-depth = <32>;
/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/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/samples/drivers/display/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_A.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
Dmimxrt595_evk_mimxrt595s_cm33.conf7 # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a
/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/doc/connectivity/networking/api/
Dip_4_6.rst8 :depth: 2
Dnet_linkaddr.rst8 :depth: 2
Dsntp.rst8 :depth: 2
Ddhcpv6.rst8 :depth: 2
Dlldp.rst8 :depth: 2
Dptp_time.rst9 :depth: 2
Dtrickle.rst8 :depth: 2
Dnet_core.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.h49 /* the SSP port fifo depth */
52 /* the watermark for the SSP fifo depth setting */
124 uint32_t depth; member
/Zephyr-latest/arch/xtensa/core/
Dxtensa_backtrace.c108 int xtensa_backtrace_print(int depth, int *interrupted_stack) in xtensa_backtrace_print() argument
111 if (depth <= 0) { in xtensa_backtrace_print()
151 while (depth-- > 0 && stk_frame.next_pc != 0 && !corrupted) { in xtensa_backtrace_print()

12345678910