/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 762 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/ |
D | Kconfig.mcux | 29 I2S EDMA burst size in bytes.
|
/Zephyr-latest/dts/arm/xilinx/ |
D | zynqmp.dtsi | 118 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>;
|
D | zynq7000.dtsi | 65 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/ |
D | spi_devices.overlay | 135 plca-burst-count = <1>; 136 plca-burst-timer = <1>;
|
/Zephyr-latest/samples/drivers/i2s/output/ |
D | README.rst | 14 The sample will send a short burst of audio data, consisting of a sine wave.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32k146.dtsi | 20 * and burst accesses cannot occur across the 0x20000000 boundary
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.dw_axi_dmac | 36 int "max burst transaction length"
|
D | dma_smartbond.c | 397 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/ |
D | ieee802154_cc1200.h | 66 void *data, size_t length, bool extended, bool burst);
|
D | ieee802154_cc1200.c | 78 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/ |
D | rk055hdmipi4m.overlay | 71 dpi-video-mode = "burst";
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | rk055hdmipi4ma0.overlay | 71 dpi-video-mode = "burst";
|
/Zephyr-latest/boards/openisa/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 33 # on burst reads and writes to improve download speeds.
|
D | openocd_rv32m1_vega_ri5cy.cfg | 33 # on burst reads and writes to improve download speeds.
|
/Zephyr-latest/boards/st/nucleo_f412zg/doc/ |
D | index.rst | 42 - 12-bit ADC with 16 channels, with FIFO and burst support
|
/Zephyr-latest/boards/st/nucleo_f413zh/doc/ |
D | index.rst | 42 - 2 12-bit ADC with 16 channels, with FIFO and burst support
|
/Zephyr-latest/boards/st/nucleo_f411re/doc/ |
D | index.rst | 39 - 12-bit ADC with 16 channels, with FIFO and burst support
|
/Zephyr-latest/drivers/adc/ |
D | adc_nrfx_saadc.c | 180 .burst = NRF_SAADC_BURST_DISABLED, in adc_nrfx_channel_setup()
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 535 form a larger ones. Usually for amortizing overhead (burst 546 Blockingly burst the FIFO when its buffer-waterlevel exceeds threshold.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 598 * Fixed TMP112 driver to avoid I2C burst write portability issues. 1260 * :github:`39588` - drivers: i2c: nrf: i2c error with burst write
|
D | release-notes-1.13.rst | 109 * sensor: lis2dh: Fix I2C burst read/write operations
|
D | release-notes-2.1.rst | 259 * Fixed raw value scaling and SPI burst transfers in LIS2DH driver
|
D | release-notes-2.7.rst | 1076 * :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/ |
D | Kconfig.ll_sw_split | 831 only time required to transmit or receive the burst number of CIS PDUs
|