Searched full:buffered (Results 1 – 25 of 87) sorted by relevance
1234
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 44 int "Number of buffered log messages before flushing" 48 When number of buffered messages reaches the threshold thread is waken 60 number of buffered messages exceeds the threshold (see 70 milliseconds. When started, thread process any buffered messages. 77 milliseconds. When waken up, thread process any buffered messages.
|
D | Kconfig.mode | 15 Log messages are buffered and processed later. This mode has the
|
/Zephyr-latest/drivers/dac/ |
D | dac_mcux_dac32.c | 21 bool buffered; member 57 DAC32_EnableBufferOutput(config->base, config->buffered); in mcux_dac32_channel_setup() 121 .buffered = DT_INST_PROP(n, buffered), \
|
D | dac_mcux_gau.c | 48 if (channel_cfg->internal && channel_cfg->buffered) { in nxp_gau_dac_channel_setup() 49 LOG_ERR("DAC output can not be buffered and internal"); in nxp_gau_dac_channel_setup() 51 } else if (channel_cfg->buffered) { in nxp_gau_dac_channel_setup()
|
/Zephyr-latest/dts/bindings/i2c/ |
D | zephyr,i2c-emul-controller.yaml | 13 target-buffered-mode: 17 buffered mode for I2C target transfer. When 'false', the target will use
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.uart | 24 In deferred logging mode, sets the maximum number of bytes which can be buffered in 28 In immediate logging mode, processed log messages are not buffered and are always
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,imx-pwm.yaml | 44 Select how to load the buffered-registers with new values: 45 "immediate" - buffered-registers get loaded with new values as soon as LDOK bit is set;
|
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_avail.c | 38 * A distinction can be made between buffered and bufferless pipes in that 40 * simultaneously return 0 for a buffered pipe, but they will both return 0 64 * This test case is for buffered @ref k_pipe objects and covers the case 102 * This test case is for buffered @ref k_pipe objects and covers the case 141 * This test case is for buffered @ref k_pipe objects and covers the case 184 * This test case is for buffered @ref k_pipe objects and covers the case
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 734 Select the mechanism to retrieve buffered data from AP. 737 bool "PS-Poll frame-based mechanism to retrieve buffered data from AP" 739 When the AP notifies about the availability of buffered data, the STA stays in power save 744 bool "QoS null frame-based mechanism to retrieve buffered data from AP" 746 When the AP notifies about the availability of buffered data, the STA comes out of 747 power save, and then AP can deliver all buffered frames without any additional 749 depending on the delay. It is ideal for heavy buffered traffic. 782 Select the power save exit strategy to retrieve buffered data from AP. 785 bool "Exit power save every time to retrieve buffered data from AP" 787 Exit power save every time to retrieve buffered data from AP. Entering back to [all …]
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/boards/ |
D | native_sim.buf.overlay | 7 target-buffered-mode;
|
/Zephyr-latest/tests/boards/nrf/nrf70/bustest/ |
D | prj.conf | 26 # buffered. For unbuffered messages, disable this.
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_internal.h | 35 * @param buffered True if dropped message was already buffered and it is being 39 void z_log_dropped(bool buffered);
|
/Zephyr-latest/dts/bindings/dac/ |
D | nxp,kinetis-dac32.yaml | 23 buffered:
|
/Zephyr-latest/dts/bindings/rtc/ |
D | nxp,irtc.yaml | 39 2 <- Buffered Oscillator Clock
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.loopback | 43 Number of TX frames that can be buffered.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | festo,veaa-x-3.yaml | 24 <&dac_node channel resolution buffered>
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.xmc4xxx | 20 Number of TX frames which can be buffered in the driver.
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 121 bool "Buffered tx contexts" 124 This option enables buffered sending contexts. This makes send and
|
/Zephyr-latest/include/zephyr/console/ |
D | console.h | 28 * access to console via console_getchar() function and buffered 77 /** @brief Output a char to console (buffered).
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 14 There are several reasons why one might want to use buffered writes instead of
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_dummy.h | 49 * @brief Returns the buffered output in the shell and resets the pointer
|
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 232 * When data arrives from the specified address, it is buffered and can be read 333 * @brief Send data with buffered context 358 * @brief Send data with buffered context 387 * @brief Send data with buffered context 390 * allocated from an internal pool and the data to be send is buffered in an
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 12 mixes the original signal with its delayed form that is buffered, providing
|
/Zephyr-latest/lib/libc/arcmwdt/ |
D | libc-hooks.c | 82 * It's require to implement _isatty to have STDIN/STDOUT/STDERR buffered
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/src/ |
D | dac_source.c | 21 .buffered = true
|
1234