/Zephyr-latest/dts/bindings/dai/ |
D | nxp,dai-esai.yaml | 21 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
|
D | nxp,dai-sai.yaml | 21 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/ |
D | nxp,imx-usdhc.yaml | 20 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/ |
D | esai.h | 40 /* 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()
|
D | esai.c | 327 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/ |
D | nsos_socket.h | 50 /** Receive low watermark (ignored, for compatibility) */ 52 /** Send low watermark (ignored, for compatibility) */
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.h | 52 /* the watermark for the SSP fifo depth setting */ 125 uint32_t watermark; member
|
/Zephyr-latest/tests/posix/common/src/ |
D | clock.c | 181 /* lower and upper watermark */ in ZTEST() 197 /* update low watermark */ in ZTEST() 202 /* update high watermark */ in ZTEST()
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.h | 89 /* 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
|
D | sai.c | 371 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/ |
D | st,lsm6dsv16x-common.yaml | 188 fifo-watermark: 192 Specify the default FIFO watermark threshold. Every unit indicates a FIFO row (1 byte of TAG +
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_dw.h | 78 * watermark levels for performance capabilities
|
/Zephyr-latest/tests/boards/frdm_k64f/i2c/src/ |
D | i2c.c | 60 /* Enable FIFO mode with a watermark of 16 */ in fxos8700_fifo_cfg()
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345.c | 157 * @param fifo_samples - FIFO Samples. Watermark number of FIFO samples that 537 * multibyte reads needed for watermark using 31 samples
|
/Zephyr-latest/drivers/serial/ |
D | uart_imx.c | 85 /* Set UART built-in hardware FIFO Watermark. */ in uart_imx_init()
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.h | 155 uint32_t watermark; member
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_common.c | 268 /* Set watermark and interrupt handling first */ in icm42688_configure()
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x_rtio_stream.c | 70 * Set FIFO watermark (number of unread sensor data TAG + 6 bytes in lsm6dsv16x_config_fifo()
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sdma.c | 310 /* watermark = */64, in dma_nxp_sdma_config()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 362 * @brief Get available stack space of a thread based on stack watermark
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_kw41z.c | 747 * 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/ |
D | adc_mcux_lpadc.c | 536 /* Enable the watermark interrupt. */
|
/Zephyr-latest/include/zephyr/net/ |
D | socket.h | 862 /** Receive low watermark (ignored, for compatibility) */ 864 /** Send low watermark (ignored, for compatibility) */
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372.c | 468 * @param fifo_samples - FIFO Samples. Watermark number of FIFO samples that
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 224 that the transfer FIFO has reached its watermark. To make this work, one would
|