Home
last modified time | relevance | path

Searched +full:force +full:- +full:awake (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/input/
Dinput_pmw3610.h4 * SPDX-License-Identifier: Apache-2.0
19 * @brief Set force awake mode on a pmw3610 device
22 * @param enable whether to enable or disable force awake mode.
Dinput_paw32xx.h4 * SPDX-License-Identifier: Apache-2.0
19 * @brief Set force awake mode on a paw32xx device
22 * @param enable whether to enable or disable force awake mode.
/Zephyr-latest/dts/bindings/input/
Dpixart,paw32xx.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
11 motion-gpios:
12 type: phandle-array
17 zephyr,axis-x:
24 zephyr,axis-y:
31 res-cpi:
37 invert-x:
42 invert-y:
47 force-awake:
[all …]
Dpixart,pmw3610.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
11 motion-gpios:
12 type: phandle-array
17 reset-gpios:
18 type: phandle-array
22 zephyr,axis-x:
29 zephyr,axis-y:
36 res-cpi:
43 invert-x:
[all …]
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
39 even when it is awake intervals. Rejecting TWT setup till Wi-Fi
43 bool "Force passive Wi-Fi scanning"
68 int "Maximum number of APs and STAs that can be managed in Wi-Fi shell"
73 in Wi-Fi shell.
76 bool "Wi-Fi Network manager support"
78 This option enables using the Wi-Fi Network managers (e.g. wpa_supplicant) to
79 manage the Wi-Fi network interfaces.
84 int "Maximum number of managed interfaces per Wi-Fi network manager"
87 This option defines the maximum number of managed interfaces per Wi-Fi
[all …]
/Zephyr-latest/include/zephyr/drivers/modem/
Dhl7800.h8 * SPDX-License-Identifier: Apache-2.0
24 #define MDM_HL7800_REVISION_MAX_STRLEN (MDM_HL7800_REVISION_MAX_SIZE - 1)
27 #define MDM_HL7800_IMEI_STRLEN (MDM_HL7800_IMEI_SIZE - 1)
30 #define MDM_HL7800_ICCID_MAX_STRLEN (MDM_HL7800_ICCID_MAX_SIZE - 1)
33 #define MDM_HL7800_SERIAL_NUMBER_STRLEN (MDM_HL7800_SERIAL_NUMBER_SIZE - 1)
39 #define MDM_HL7800_APN_MAX_STRLEN (MDM_HL7800_APN_MAX_SIZE - 1)
41 (MDM_HL7800_APN_USERNAME_MAX_SIZE - 1)
43 (MDM_HL7800_APN_PASSWORD_MAX_SIZE - 1)
49 #define MDM_HL7800_APN_CMD_MAX_STRLEN (MDM_HL7800_APN_CMD_MAX_SIZE - 1)
58 #define MDM_HL7800_LTE_BAND_STRLEN (MDM_HL7800_LTE_BAND_STR_SIZE - 1)
[all …]
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
17 #io-channel-cells = <1>;
18 #address-cells = <1>;
19 #size-cells = <0>;
26 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
32 gpio-controller;
34 #gpio-cells = <0x2>;
[all …]
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c4 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/sys/libc-hooks.h>
103 PRINT_DATA("Test %s failed: Unused mock parameter values\n", test->name); in cleanup_test()
106 PRINT_DATA("Test %s failed: Unused mock return values\n", test->name); in cleanup_test()
118 #define MAX_NUM_CPUHOLD (CONFIG_MP_MAX_NUM_CPUS - 1)
143 return -1; in find_unused_thread()
158 volatile void **shp = (void *)&thread->switch_handle; in wait_for_thread_to_switch_out()
165 * non-null. in wait_for_thread_to_switch_out()
190 __ASSERT_NO_MSG(i != -1); in cpu_hold()
200 * Busy-wait until we know the spawned thread is running to in cpu_hold()
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h6 * SPDX-License-Identifier: Apache-2.0
66 /** @brief Wi-Fi management commands */
68 /** Scan for Wi-Fi networks */
70 /** Connect to a Wi-Fi network */
72 /** Disconnect from a Wi-Fi network */
100 /** Set or get Wi-Fi channel for Monitor or TX-Injection mode */
104 /** Get Wi-Fi driver and Firmware versions */
106 /** Get Wi-Fi latest connection parameters */
143 /** Request a Wi-Fi scan */
149 /** Request a Wi-Fi connect */
[all …]