Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 34) 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
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
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/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.h756 bool implicit; member
828 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.c337 bool responder, bool implicit, bool announce, in print_twt_params() argument
352 implicit ? "true" : "false"); in print_twt_params()
389 resp->setup.implicit, in handle_wifi_twt_event()
1428 config.twt_flows[i].implicit, in cmd_wifi_ps()
1548 params.setup.implicit = 1; in cmd_wifi_twt_setup_quick()
1716 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/doc/releases/
Drelease-notes-4.1.rst297 …* Removed the implicit enabling of the :kconfig:option:`CONFIG_NVS` Kconfig option by the :kconfig…
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…
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1504 twt_setup_conf.implicit = params->setup.implicit; in nxp_wifi_set_twt()
/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/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/connectivity/usb/device/
Dusb_device.rst605 | :zephyr:code-sample:`uac2-implicit-feedback` | 0x000F |

12