Home
last modified time | relevance | path

Searched full:buffered (Results 1 – 25 of 87) sorted by relevance

1234

/Zephyr-latest/subsys/logging/
DKconfig.processing44 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.
DKconfig.mode15 Log messages are buffered and processed later. This mode has the
/Zephyr-latest/drivers/dac/
Ddac_mcux_dac32.c21 bool buffered; member
57 DAC32_EnableBufferOutput(config->base, config->buffered); in mcux_dac32_channel_setup()
121 .buffered = DT_INST_PROP(n, buffered), \
Ddac_mcux_gau.c48 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/
Dzephyr,i2c-emul-controller.yaml13 target-buffered-mode:
17 buffered mode for I2C target transfer. When 'false', the target will use
/Zephyr-latest/subsys/logging/backends/
DKconfig.uart24 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/
Dnxp,imx-pwm.yaml44 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/
Dtest_pipe_avail.c38 * 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/
DKconfig.nrfwifi734 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/
Dnative_sim.buf.overlay7 target-buffered-mode;
/Zephyr-latest/tests/boards/nrf/nrf70/bustest/
Dprj.conf26 # buffered. For unbuffered messages, disable this.
/Zephyr-latest/include/zephyr/logging/
Dlog_internal.h35 * @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/
Dnxp,kinetis-dac32.yaml23 buffered:
/Zephyr-latest/dts/bindings/rtc/
Dnxp,irtc.yaml39 2 <- Buffered Oscillator Clock
/Zephyr-latest/drivers/can/
DKconfig.loopback43 Number of TX frames that can be buffered.
/Zephyr-latest/dts/bindings/sensor/
Dfesto,veaa-x-3.yaml24 <&dac_node channel resolution buffered>
/Zephyr-latest/drivers/ethernet/
DKconfig.xmc4xxx20 Number of TX frames which can be buffered in the driver.
/Zephyr-latest/subsys/canbus/isotp/
DKconfig121 bool "Buffered tx contexts"
124 This option enables buffered sending contexts. This makes send and
/Zephyr-latest/include/zephyr/console/
Dconsole.h28 * access to console via console_getchar() function and buffered
77 /** @brief Output a char to console (buffered).
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst14 There are several reasons why one might want to use buffered writes instead of
/Zephyr-latest/include/zephyr/shell/
Dshell_dummy.h49 * @brief Returns the buffered output in the shell and resets the pointer
/Zephyr-latest/include/zephyr/canbus/
Disotp.h232 * 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/
DREADME.rst12 mixes the original signal with its delayed form that is buffered, providing
/Zephyr-latest/lib/libc/arcmwdt/
Dlibc-hooks.c82 * It's require to implement _isatty to have STDIN/STDOUT/STDERR buffered
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/src/
Ddac_source.c21 .buffered = true

1234