Searched full:key1 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/dts/bindings/input/ |
D | adc-keys.yaml | 23 <2536>; /* KEY0 + KEY1 */ 28 press-thresholds-mv = <2300>, /* KEY1 */ 29 <2536>; /* KEY0 + KEY1 */
|
/Zephyr-latest/tests/kernel/common/src/ |
D | irq_offload.c | 47 unsigned int key1, key2; in ZTEST() local 49 key1 = arch_irq_lock(); in ZTEST() 50 zassert_true(arch_irq_unlocked(key1), in ZTEST() 52 key1); in ZTEST() 58 arch_irq_unlock(key1); in ZTEST()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | zephyr,gpio-emul-sdl.yaml | 37 key1: key1 {
|
/Zephyr-latest/boards/vngiotlab/nrf51_vbluno51/ |
D | nrf51_vbluno51.dts | 42 /* Push button switch 0 KEY1 */
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/ |
D | nrf51_ble400.dts | 62 /* Push button switch 0 KEY1 */
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | wifi.rst | 63 …uart:~$ wifi connect -s <SSID> -c 149 -k 17 -w 2 -a client1 --key1-pwd whatever --key2-pwd whateve…
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/ |
D | tlsr9518adk80d.dts | 64 label = "User KEY1";
|
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/ |
D | zcbor_bulk.h | 71 * ZCBOR_MAP_DECODE_KEY_DECODER("key1", decode_fun1, val_ptr1),
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/doc/ |
D | index.rst | 121 * KEY1 = P0.16
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib.py | 882 return (all(key1 == key2 for (key1, key2) in 889 return (all(key1 == key2 for (key1, key2) in
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 581 {"key1-pwd", required_argument, 0, 'K'}, in __wifi_args_to_params() 3422 "[-K, --key1-pwd for eap phase1 or --key2-pwd for eap phase2]:\n" 3659 "[-K, --key1-pwd for eap phase1 or --key2-pwd for eap phase2]:\n"
|