Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/include/zephyr/drivers/
Ddma.h762 static inline uint32_t dma_burst_index(uint32_t burst) in dma_burst_index() argument
765 if (burst < 1 || burst > 256) { in dma_burst_index()
770 if (!(burst & (burst - 1))) { in dma_burst_index()
775 return find_msb_set(burst); in dma_burst_index()
/Zephyr-latest/drivers/i2s/
DKconfig.mcux29 I2S EDMA burst size in bytes.
/Zephyr-latest/dts/arm/xilinx/
Dzynqmp.dtsi118 amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
145 amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
172 amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
199 amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
Dzynq7000.dtsi65 amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
92 amba-ahb-burst-length = <XLNX_GEM_AMBA_AHB_BURST_SINGLE>;
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dspi_devices.overlay135 plca-burst-count = <1>;
136 plca-burst-timer = <1>;
/Zephyr-latest/samples/drivers/i2s/output/
DREADME.rst14 The sample will send a short burst of audio data, consisting of a sine wave.
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32k146.dtsi20 * and burst accesses cannot occur across the 0x20000000 boundary
/Zephyr-latest/drivers/dma/
DKconfig.dw_axi_dmac36 int "max burst transaction length"
Ddma_smartbond.c397 static bool dma_channel_update_burst_mode(uint16_t burst, uint32_t *dma_ctrl_reg) in dma_channel_update_burst_mode() argument
399 switch (burst) { in dma_channel_update_burst_mode()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc1200.h66 void *data, size_t length, bool extended, bool burst);
Dieee802154_cc1200.c78 void *data, size_t length, bool extended, bool burst) in z_cc1200_access_reg() argument
97 if (burst) { in z_cc1200_access_reg()
/Zephyr-latest/boards/shields/rk055hdmipi4m/
Drk055hdmipi4m.overlay71 dpi-video-mode = "burst";
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
Drk055hdmipi4ma0.overlay71 dpi-video-mode = "burst";
/Zephyr-latest/boards/openisa/rv32m1_vega/support/
Dopenocd_rv32m1_vega_zero_riscy.cfg33 # on burst reads and writes to improve download speeds.
Dopenocd_rv32m1_vega_ri5cy.cfg33 # on burst reads and writes to improve download speeds.
/Zephyr-latest/boards/st/nucleo_f412zg/doc/
Dindex.rst42 - 12-bit ADC with 16 channels, with FIFO and burst support
/Zephyr-latest/boards/st/nucleo_f413zh/doc/
Dindex.rst42 - 2 12-bit ADC with 16 channels, with FIFO and burst support
/Zephyr-latest/boards/st/nucleo_f411re/doc/
Dindex.rst39 - 12-bit ADC with 16 channels, with FIFO and burst support
/Zephyr-latest/drivers/adc/
Dadc_nrfx_saadc.c180 .burst = NRF_SAADC_BURST_DISABLED, in adc_nrfx_channel_setup()
/Zephyr-latest/doc/services/tracing/
Dindex.rst535 form a larger ones. Usually for amortizing overhead (burst
546 Blockingly burst the FIFO when its buffer-waterlevel exceeds threshold.
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst598 * Fixed TMP112 driver to avoid I2C burst write portability issues.
1260 * :github:`39588` - drivers: i2c: nrf: i2c error with burst write
Drelease-notes-1.13.rst109 * sensor: lis2dh: Fix I2C burst read/write operations
Drelease-notes-2.1.rst259 * Fixed raw value scaling and SPI burst transfers in LIS2DH driver
Drelease-notes-2.7.rst1076 * :github:`38849` - drivers: i2c: nrf: i2c error with burst write
1541 * :github:`36857` - i2c_samd0.c burst write not compatible with ssd1306.c
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split831 only time required to transmit or receive the burst number of CIS PDUs

12