Home
last modified time | relevance | path

Searched full:buffered (Results 1 – 25 of 91) 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.
/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_renesas_ra.c70 config_extend->output_amplifier_enabled = channel_cfg->buffered; in dac_renesas_ra_channel_setup()
73 config_extend->enable_charge_pump = channel_cfg->buffered; in dac_renesas_ra_channel_setup()
75 if (channel_cfg->buffered) { in dac_renesas_ra_channel_setup()
81 if (channel_cfg->buffered) { in dac_renesas_ra_channel_setup()
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/deprecated/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.nrfwifi730 Select the mechanism to retrieve buffered data from AP.
733 bool "PS-Poll frame-based mechanism to retrieve buffered data from AP"
735 When the AP notifies about the availability of buffered data, the STA stays in power save
740 bool "QoS null frame-based mechanism to retrieve buffered data from AP"
742 When the AP notifies about the availability of buffered data, the STA comes out of
743 power save, and then AP can deliver all buffered frames without any additional
745 depending on the delay. It is ideal for heavy buffered traffic.
778 Select the power save exit strategy to retrieve buffered data from AP.
781 bool "Exit power save every time to retrieve buffered data from AP"
783 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/cmake/toolchain/iar/
DKconfig22 bool "Use buffered write"
/Zephyr-latest/dts/bindings/rtc/
Dnxp,irtc.yaml39 2 <- Buffered Oscillator Clock
/Zephyr-latest/dts/bindings/sensor/
Dfesto,veaa-x-3.yaml24 <&dac_node channel resolution buffered>
/Zephyr-latest/drivers/can/
DKconfig.loopback43 Number of TX frames that can be buffered.
/Zephyr-latest/dts/bindings/adc/
Dadi,ad7124-adc.yaml57 - 1 Analog input pin is buffered
71 - 1 Reference input pin is 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

1234