Home
last modified time | relevance | path

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

12

/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-esai.yaml21 tx-fifo-watermark:
24 Use this property to specify the watermark value for the TX
28 the TX FIFO watermark will be set to DEFAULT_FIFO_DEPTH / 2.
29 rx-fifo-watermark:
32 Use this property to specify the watermark value for the RX
36 the RX FIFO watermark will be set to DEFAULT_FIFO_DEPTH / 2.
48 that the sanity check for tx/rx-fifo-watermark uses DEFAULT_FIFO_DETPH
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-latest/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-latest/drivers/dai/nxp/esai/
Desai.h40 /* used to fetch the TX FIFO watermark value. If the "tx-fifo-watermark"
46 /* used to fetch the RX FIFO watermark value. If the "rx-fifo-watermark"
272 /* TX/RX watermark value */
273 uint32_t watermark; member
505 LOG_DBG("watermark: %d", cfg->watermark); in esai_dump_xceiver_config()
Desai.c327 base->TFCR |= ESAI_TFCR_TFWM(cfg->watermark) | in esai_commit_config()
367 base->RFCR |= ESAI_RFCR_RFWM(cfg->watermark) | in esai_commit_config()
490 tx_config.watermark = esai_cfg->tx_fifo_watermark; in esai_config_set()
491 rx_config.watermark = esai_cfg->rx_fifo_watermark; in esai_config_set()
699 "invalid TX watermark value"); \
703 "invalid RX watermark value"); \
/Zephyr-latest/drivers/net/
Dnsos_socket.h50 /** Receive low watermark (ignored, for compatibility) */
52 /** Send low watermark (ignored, for compatibility) */
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.h52 /* the watermark for the SSP fifo depth setting */
125 uint32_t watermark; member
/Zephyr-latest/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-latest/drivers/dai/nxp/sai/
Dsai.h89 /* used to parse the tx-fifo-watermark property. If said property is not
97 /* used to parse the rx-fifo-watermark property. If said property is not
265 /* if the tx/rx-fifo-watermark properties are not specified, it's going
266 * to be assumed that the watermark should be set to half of the FIFO
Dsai.c371 LOG_DBG("RX watermark: %d", sai_cfg->rx_fifo_watermark); in sai_config_set()
372 LOG_DBG("TX watermark: %d", sai_cfg->tx_fifo_watermark); in sai_config_set()
924 "invalid RX FIFO watermark"); \
928 "invalid TX FIFO watermark"); \
/Zephyr-latest/dts/bindings/sensor/
Dst,lsm6dsv16x-common.yaml188 fifo-watermark:
192 Specify the default FIFO watermark threshold. Every unit indicates a FIFO row (1 byte of TAG +
/Zephyr-latest/drivers/i2c/
Di2c_dw.h78 * watermark levels for performance capabilities
/Zephyr-latest/tests/boards/frdm_k64f/i2c/src/
Di2c.c60 /* Enable FIFO mode with a watermark of 16 */ in fxos8700_fifo_cfg()
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345.c157 * @param fifo_samples - FIFO Samples. Watermark number of FIFO samples that
537 * multibyte reads needed for watermark using 31 samples
/Zephyr-latest/drivers/serial/
Duart_imx.c85 /* Set UART built-in hardware FIFO Watermark. */ in uart_imx_init()
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.h155 uint32_t watermark; member
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_common.c268 /* Set watermark and interrupt handling first */ in icm42688_configure()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio_stream.c70 * Set FIFO watermark (number of unread sensor data TAG + 6 bytes in lsm6dsv16x_config_fifo()
/Zephyr-latest/drivers/dma/
Ddma_nxp_sdma.c310 /* watermark = */64, in dma_nxp_sdma_config()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c362 * @brief Get available stack space of a thread based on stack watermark
/Zephyr-latest/drivers/ieee802154/
Dieee802154_kw41z.c747 * the RX sequence can get lost. The watermark mask IRQ can in kw41z_isr()
1038 /* Set Rx watermark level */ in kw41z_init()
/Zephyr-latest/drivers/adc/
Dadc_mcux_lpadc.c536 /* Enable the watermark interrupt. */
/Zephyr-latest/include/zephyr/net/
Dsocket.h862 /** Receive low watermark (ignored, for compatibility) */
864 /** Send low watermark (ignored, for compatibility) */
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c468 * @param fifo_samples - FIFO Samples. Watermark number of FIFO samples that
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst224 that the transfer FIFO has reached its watermark. To make this work, one would

12