Home
last modified time | relevance | path

Searched full:implicit (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst1 .. zephyr:code-sample:: uac2-implicit-feedback
2 :name: USB Audio asynchronous implicit feedback sample
5 USB Audio 2 implicit feedback sample playing stereo and recording mono audio
12 with implicit feedback. The host adjusts number of stereo samples sent for
Dprj.conf7 CONFIG_SAMPLE_USBD_PRODUCT="UAC2 implicit feedback sample"
Dsample.yaml2 name: USB Audio 2 asynchronous implicit feedback sample
Dapp.overlay62 implicit-feedback;
70 implicit-feedback;
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-audio-streaming.yaml32 implicit-feedback:
35 Enable implicit feedback on asynchronous endpoint. For IN endpoints this
36 sets endpoint behaviour type to implicit feedback data endpoint. For OUT
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread_abort.c34 * for these types of faults there is not an implicit in z_impl_k_thread_abort()
41 * is not an implicit scheduler invocation. in z_impl_k_thread_abort()
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dzen_of_python.py11 Explicit is better than implicit.
/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay82 implicit-feedback;
90 implicit-feedback;
/Zephyr-latest/tests/lib/cpp/cxx/
Dtestcase.yaml33 # -Wno-pointer-sign or -Werror=implicit-int in C++ mode with
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake3 -Werror=implicit-int
34 # C implicit promotion rules will want to make floats into doubles very easily
108 check_set_compiler_property(PROPERTY warning_error_implicit_int -Werror=implicit-int)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake3 -Werror=implicit-int
41 # C implicit promotion rules will want to make floats into doubles very easily
97 check_set_compiler_property(PROPERTY warning_error_implicit_int -Werror=implicit-int)
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool-gcc.h167 * On MMU systems where VMA != LMA there is an implicit ALIGN_WITH_INPUT
194 * On XIP systems there is an implicit ALIGN_WITH_INPUT specified.
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig112 (only implicit key mode, no key/device specific state, incoming
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake48 # C implicit promotion rules will want to make floats into doubles very easily
/Zephyr-latest/kernel/
DKconfig.smp110 when this is selected, there is an implicit API change that
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/src/
Dshell_mgmt.c97 /* Implicit break by while condition */ in shell_mgmt_exec()
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.c101 /* Discard const, it is implicit for TX buffer */ in ft8xx_drv_write()
/Zephyr-latest/arch/x86/core/ia32/
Dswap.S214 * 'fxsave' does NOT perform an implicit 'fninit', therefore issue an
226 /* 'fnsave' performs an implicit 'fninit' after saving state! */
/Zephyr-latest/subsys/net/lib/config/
DKconfig161 Only implicit mode is supported, thus 0.
/Zephyr-latest/include/zephyr/net/
Dieee802154.h203 * section 9.5, table 9-9, in combination with secKeyMode zero (implicit
230 * @details Currently only implicit key mode is partially supported, see
/Zephyr-latest/drivers/serial/
Duart_cc13xx_cc26xx.c251 * When tx irq is enabled, it is implicit that we are expecting in uart_cc13xx_cc26xx_irq_tx_enable()
297 * When rx is enabled, it is implicit that we are expecting in uart_cc13xx_cc26xx_irq_rx_enable()
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h265 * @brief Trace implicit thread wakeup invocation by the scheduler
271 * @brief Trace implicit thread abort invocation by the scheduler
277 * @brief Trace implicit thread set priority invocation by the scheduler
284 * @brief Trace implicit thread ready invocation by the scheduler
290 * @brief Trace implicit thread pend invocation by the scheduler
296 * @brief Trace implicit thread resume invocation by the scheduler
302 * @brief Trace implicit thread suspend invocation by the scheduler
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c72 * implicit scanner is already running. in run_dut()
/Zephyr-latest/include/zephyr/sys/
Drb.h222 * @brief Loop over rbtree with implicit container field logic
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c414 twt_zep->implicit = twt_rpu->is_implicit ? 1 : 0; in nrf_wifi_event_proc_get_power_save_info()
557 twt_info.is_implicit = twt_params->setup.implicit; in nrf_wifi_set_twt()
637 twt_params.setup.implicit = twt_setup_info->info.is_implicit ? 1 : 0; in nrf_wifi_event_proc_twt_setup_zep()

123