Home
last modified time | relevance | path

Searched full:watermark (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/sdhc/
Dnxp,imx-usdhc.yaml20 read-watermark:
24 Number of words used as read watermark level in FIFO queue for USDHC
26 write-watermark:
30 Number of words used as write watermark level in FIFO queue for USDHC
/Zephyr-Core-3.6.0/dts/bindings/dai/
Dnxp,dai-sai.yaml21 rx-fifo-watermark:
24 Use this property to specify the watermark value for the TX
28 tx-fifo-watermark:
31 Use this property to specify the watermark value for the RX
49 for tx/rx-fifo-watermark uses DEFAULT_FIFO_DEPTH instead of this
/Zephyr-Core-3.6.0/tests/posix/common/src/
Dclock.c181 /* lower and upper watermark */ in ZTEST()
197 /* update low watermark */ in ZTEST()
202 /* update high watermark */ in ZTEST()
/Zephyr-Core-3.6.0/drivers/dai/nxp/sai/
Dsai.h88 /* used to parse the tx-fifo-watermark property. If said property is not
96 /* used to parse the rx-fifo-watermark property. If said property is not
233 /* if the tx/rx-fifo-watermark properties are not specified, it's going
234 * to be assumed that the watermark should be set to half of the FIFO
Dsai.c375 LOG_DBG("RX watermark: %d", sai_cfg->rx_fifo_watermark); in sai_config_set()
376 LOG_DBG("TX watermark: %d", sai_cfg->tx_fifo_watermark); in sai_config_set()
851 "invalid RX FIFO watermark"); \
855 "invalid TX FIFO watermark"); \
/Zephyr-Core-3.6.0/drivers/i2c/
Di2c_dw.h86 * watermark levels for performance capabilities
/Zephyr-Core-3.6.0/drivers/dai/intel/ssp/
Dssp.h34 /* the watermark for the SSP fifo depth setting */
314 uint32_t watermark; member
/Zephyr-Core-3.6.0/tests/boards/frdm_k64f/i2c/src/
Di2c.c60 /* Enable FIFO mode with a watermark of 16 */ in fxos8700_fifo_cfg()
/Zephyr-Core-3.6.0/drivers/serial/
Duart_imx.c85 /* Set UART built-in hardware FIFO Watermark. */ in uart_imx_init()
/Zephyr-Core-3.6.0/drivers/dai/intel/dmic/
Ddmic.h155 uint32_t watermark; member
/Zephyr-Core-3.6.0/drivers/sensor/icm42688/
Dicm42688_common.c268 /* Set watermark and interrupt handling first */ in icm42688_configure()
/Zephyr-Core-3.6.0/subsys/portability/cmsis_rtos_v2/
Dthread.c364 * @brief Get available stack space of a thread based on stack watermark
/Zephyr-Core-3.6.0/drivers/adc/
Dadc_mcux_lpadc.c447 /* Enable the watermark interrupt. */
/Zephyr-Core-3.6.0/drivers/ieee802154/
Dieee802154_kw41z.c747 * the RX sequence can get lost. The watermark mask IRQ can in kw41z_isr()
1042 /* Set Rx watermark level */ in kw41z_init()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dsocket.h1145 /** Receive low watermark (ignored, for compatibility) */
1147 /** Send low watermark (ignored, for compatibility) */
/Zephyr-Core-3.6.0/drivers/sensor/adxl372/
Dadxl372.c423 * @param fifo_samples - FIFO Samples. Watermark number of FIFO samples that
/Zephyr-Core-3.6.0/doc/kernel/services/
Dinterrupts.rst224 that the transfer FIFO has reached its watermark. To make this work, one would
/Zephyr-Core-3.6.0/include/zephyr/portability/
Dcmsis_os2.h389 /* / Get available stack space of a thread based on stack watermark recording during execution. */
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c750 /* set Rx watermark to AA + PDU header */ in radio_pkt_configure()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dsensor.h255 /** Trigger fires when the FIFO watermark has been reached. */