Home
last modified time | relevance | path

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

12

/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
17 release 1703 does not support implicit feedback.
Dapp.overlay62 implicit-feedback;
70 implicit-feedback;
/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay82 implicit-feedback;
90 implicit-feedback;
/Zephyr-latest/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-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake3 -Werror=implicit-int
42 # C implicit promotion rules will want to make floats into doubles very easily
98 check_set_compiler_property(PROPERTY warning_error_implicit_int -Werror=implicit-int)
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake48 # C implicit promotion rules will want to make floats into doubles very easily
/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()
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig112 (only implicit key mode, no key/device specific state, incoming
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h758 bool implicit; member
830 bool implicit; member
/Zephyr-latest/kernel/
DKconfig.smp110 when this is selected, there is an implicit API change that
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c346 bool responder, bool implicit, bool announce, in print_twt_params() argument
361 implicit ? "true" : "false"); in print_twt_params()
398 resp->setup.implicit, in handle_wifi_twt_event()
1464 config.twt_flows[i].implicit, in cmd_wifi_ps()
1584 params.setup.implicit = 1; in cmd_wifi_twt_setup_quick()
1752 params->setup.implicit = (bool)value; in twt_args_to_params()
/Zephyr-latest/subsys/net/lib/config/
DKconfig161 Only implicit mode is supported, thus 0.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df174 Enable implicit initialization of GPIOs responsible for antenna
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst33 * :zephyr:code-sample:`uac2-implicit-feedback`
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1748 twt_setup_conf.implicit = params->setup.implicit; in nxp_wifi_set_twt()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst548 consists of a single (implicit) process with multiple threads. Therefore, the
/Zephyr-latest/doc/build/dts/
Dmacros.bnf155 ; names to properties is implicit in the structure of the DT.
Dbindings-syntax.rst430 implicit specifier space naming convention doesn't work. One appropriate
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst106 The synchronous exchange technique provides an implicit form of flow control,
/Zephyr-latest/doc/develop/flash_debug/
Dhost-tools.rst280 4. LinkServer does not install an implicit breakpoint at the reset handler. If
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst90 the image version. This has been changed as the implicit counter calculation is incompatible with
Dmigration-guide-3.6.rst27 If your library or application needed this, you may start getting an "implicit declaration"
Drelease-notes-2.2.rst1008 * :github:`21365` - implicit casts in API headers must be replaced for C++ support
1028 * :github:`21229` - cc1plus: warning: '-Werror=' argument '-Werror=implicit-int' is not valid for C…
Drelease-notes-1.10.rst348 * :github:`4014` - memory protection: implicit kernel object permissions
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst605 | :zephyr:code-sample:`uac2-implicit-feedback` | 0x000F |

12