Searched refs:methods (Results 1 – 25 of 53) sorted by relevance
123
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/ |
D | README.txt | 4 This test verifies I2C target driver API methods
|
/Zephyr-latest/subsys/net/lib/socks/ |
D | socks_internal.h | 43 uint8_t methods[255]; member
|
D | socks.c | 89 method_req.methods[0] = SOCKS5_AUTH_METHOD_NOAUTH; in socks5_tcp_connect()
|
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/ |
D | README.txt | 9 all methods that are part of the SoC interrupt control interface.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 81 methods and algorithms. 122 The Provisioning API supports the following authentication methods for the 134 methods in :c:struct:`bt_mesh_prov`, as well as enabling the supported actions 181 Input/Output numeric OOB methods could be exploited in impersonation and MITM 182 attacks. In response, the Bluetooth SIG has reclassified these OOB methods as
|
/Zephyr-latest/cmake/modules/ |
D | FindThreads.cmake | 21 # methods (e.g. checking if pthread library is present or compiling example
|
/Zephyr-latest/doc/project/ |
D | issues.rst | 24 To identify the commit causing the regression, several methods could be used,
|
D | code_flow.rst | 60 - Push changes frequently to upstream using the following methods:
|
/Zephyr-latest/doc/services/ |
D | notify.rst | 27 * neither the spin-wait nor callback notification methods can be
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 173 All subclasses must provide the following abstract methods, which are used 180 The following methods should be used when the command needs to print output. 219 Since west v1.0, west commands should print output using methods like 409 Additional methods: 507 A limited subset of Project methods is supported.
|
D | release-notes.rst | 63 - ``west.commands.WestCommand`` methods ``check_call()`` and 71 - ``west.commands.WestCommand`` methods ``dbg()``, ``inf()``, 194 - New ``west.commands.WestCommand`` methods, which should be used to print output 658 - Manifest.from_file() and from_data(): these factory methods are more 818 ``west.manifest.Manifest`` factory methods and constructor were also
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 6 standards and methods for submitting changes help reduce the chaos that can result
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | smbus.rst | 26 with two methods:
|
D | uart.rst | 29 than the other methods.
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 14 # methods, where an upgraded compiler could have same signature due to ccache
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 10 It makes use of both the trigger and poll methods.
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 128 Provide a `Shell <shell_class_>`_ class object with methods used to interact with shell application. 130 calls ``dut`` fixture, hence has access to all its methods. The ``shell`` fixture adds methods
|
/Zephyr-latest/doc/services/storage/flash_map/ |
D | flash_map.rst | 33 methods to obtain such a pointer:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 151 all be handled by the methods in the :c:struct:`ieee802154_radio_api`. 164 from L1 into L2 are not implemented as methods in :c:struct:`ieee802154_radio_api`
|
/Zephyr-latest/boards/96boards/wistrio/doc/ |
D | 96b_wistrio.rst | 126 96Boards WisTrio can be flashed by two methods, one using the ROM
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 244 bool "All EAP methods support" 316 bool "All EAP methods support"
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 893 methods = ['report_test_tree', 'report_test_list', 'report_tag_list'] 895 methods.remove(expected_method) 897 for method in methods:
|
/Zephyr-latest/boards/96boards/neonkey/doc/ |
D | index.rst | 148 96Boards Neonkey can be flashed by two methods, one using the ROM
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 631 user->methods[0].method = eap_cfg.eap_type_phase1; in hostapd_process_eap_user_phase1() 632 user->methods[0].vendor = 0; in hostapd_process_eap_user_phase1() 699 user->methods[0].method = eap_cfg.eap_type_phase1; in hostapd_process_eap_user() 700 user->methods[0].vendor = 0; in hostapd_process_eap_user() 703 user->methods[0].method = eap_cfg.eap_type_phase2; in hostapd_process_eap_user()
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 158 96Boards Argonkey can be flashed by two methods, one using the ROM
|
123