Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-4.3.0/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
17 release 1703 does not support implicit feedback.
Dapp.overlay63 implicit-feedback;
71 implicit-feedback;
/Zephyr-4.3.0/tests/subsys/usb/uac2/
Dapp.overlay80 implicit-feedback;
88 implicit-feedback;
/Zephyr-4.3.0/doc/connectivity/usb/device_next/
Dvid_pid.rst48 | :zephyr:code-sample:`uac2-implicit-feedback` | 0x000F |
Dusb_device.rst30 * :zephyr:code-sample:`uac2-implicit-feedback`
/Zephyr-4.3.0/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake3 -Werror=implicit-int
35 # C implicit promotion rules will want to make floats into doubles very easily
109 check_set_compiler_property(PROPERTY warning_error_implicit_int -Werror=implicit-int)
/Zephyr-4.3.0/cmake/compiler/gcc/
Dcompiler_flags.cmake3 -Werror=implicit-int
43 # C implicit promotion rules will want to make floats into doubles very easily
99 check_set_compiler_property(PROPERTY warning_error_implicit_int -Werror=implicit-int)
/Zephyr-4.3.0/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c410 twt_zep->implicit = twt_rpu->is_implicit ? 1 : 0; in nrf_wifi_event_proc_get_power_save_info()
553 twt_info.is_implicit = twt_params->setup.implicit; in nrf_wifi_set_twt()
635 twt_params.setup.implicit = twt_setup_info->info.is_implicit ? 1 : 0; in nrf_wifi_event_proc_twt_setup_zep()
/Zephyr-4.3.0/subsys/net/l2/ieee802154/
DKconfig112 (only implicit key mode, no key/device specific state, incoming
/Zephyr-4.3.0/cmake/compiler/clang/
Dcompiler_flags.cmake31 # C implicit promotion rules will want to make floats into doubles very easily
/Zephyr-4.3.0/drivers/wifi/siwx91x/
Dsiwx91x_wifi_ps.c264 if (!params->setup.implicit) { in siwx91x_set_twt_setup()
/Zephyr-4.3.0/include/zephyr/net/
Dwifi_mgmt.h893 bool implicit; member
961 bool implicit; member
/Zephyr-4.3.0/kernel/
DKconfig.smp111 when this is selected, there is an implicit API change that
/Zephyr-4.3.0/subsys/net/l2/wifi/
Dwifi_shell.c345 bool responder, bool implicit, bool announce, in print_twt_params() argument
360 implicit ? "true" : "false"); in print_twt_params()
397 resp->setup.implicit, in handle_wifi_twt_event()
1496 config.twt_flows[i].implicit, in cmd_wifi_ps()
1616 params.setup.implicit = 1; in cmd_wifi_twt_setup_quick()
1826 params->setup.implicit = (bool)value; in twt_args_to_params()
/Zephyr-4.3.0/subsys/net/lib/config/
DKconfig160 Only implicit mode is supported, thus 0.
/Zephyr-4.3.0/subsys/bluetooth/controller/
DKconfig.df174 Enable implicit initialization of GPIOs responsible for antenna
/Zephyr-4.3.0/drivers/wifi/nxp/
Dnxp_wifi_drv.c1869 twt_setup_conf.implicit = params->setup.implicit; in nxp_wifi_set_twt()
/Zephyr-4.3.0/doc/services/portability/posix/option_groups/
Dindex.rst595 consists of a single (implicit) process with multiple threads. Therefore, the
/Zephyr-4.3.0/doc/build/dts/
Dmacros.bnf157 ; names to properties is implicit in the structure of the DT.
Dbindings-syntax.rst503 implicit specifier space naming convention doesn't work. One appropriate
/Zephyr-4.3.0/doc/kernel/services/data_passing/
Dmailboxes.rst106 The synchronous exchange technique provides an implicit form of flow control,
/Zephyr-4.3.0/cmake/sca/eclair/ECL/
Ddeviations.ecl164 -doc_begin="The implicit conversion to Boolean for logical operator arguments is well known to all …
/Zephyr-4.3.0/doc/connectivity/usb/device/
Dusb_device.rst549 | :zephyr:code-sample:`uac2-implicit-feedback` | 0x000F |
/Zephyr-4.3.0/doc/releases/
Dmigration-guide-4.0.rst90 the image version. This has been changed as the implicit counter calculation is incompatible with
/Zephyr-4.3.0/doc/develop/flash_debug/
Dhost-tools.rst301 4. LinkServer does not install an implicit breakpoint at the reset handler. If

12