Searched full:implicit (Results 1 – 25 of 69) sorted by relevance
123
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 1 .. 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
|
D | prj.conf | 7 CONFIG_SAMPLE_USBD_PRODUCT="UAC2 implicit feedback sample"
|
D | sample.yaml | 2 name: USB Audio 2 asynchronous implicit feedback sample
|
D | app.overlay | 62 implicit-feedback; 70 implicit-feedback;
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-audio-streaming.yaml | 32 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/ |
D | thread_abort.c | 34 * 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/ |
D | zen_of_python.py | 11 Explicit is better than implicit.
|
/Zephyr-latest/tests/subsys/usb/uac2/ |
D | app.overlay | 82 implicit-feedback; 90 implicit-feedback;
|
/Zephyr-latest/tests/lib/cpp/cxx/ |
D | testcase.yaml | 33 # -Wno-pointer-sign or -Werror=implicit-int in C++ mode with
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 3 -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/ |
D | compiler_flags.cmake | 3 -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/ |
D | linker-tool-gcc.h | 167 * 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/ |
D | Kconfig | 112 (only implicit key mode, no key/device specific state, incoming
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 48 # C implicit promotion rules will want to make floats into doubles very easily
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 110 when this is selected, there is an implicit API change that
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/src/ |
D | shell_mgmt.c | 97 /* Implicit break by while condition */ in shell_mgmt_exec()
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx_drv.c | 101 /* Discard const, it is implicit for TX buffer */ in ft8xx_drv_write()
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | swap.S | 214 * '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/ |
D | Kconfig | 161 Only implicit mode is supported, thus 0.
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154.h | 203 * 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/ |
D | uart_cc13xx_cc26xx.c | 251 * 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/ |
D | tracing.h | 265 * @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/ |
D | main.c | 72 * implicit scanner is already running. in run_dut()
|
/Zephyr-latest/include/zephyr/sys/ |
D | rb.h | 222 * @brief Loop over rbtree with implicit container field logic
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wifi_mgmt.c | 414 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