Searched +full:force +full:- +full:awake (Results 1 – 9 of 9) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.019 * @brief Set force awake mode on a pmw3610 device22 * @param enable whether to enable or disable force awake mode.
4 * SPDX-License-Identifier: Apache-2.019 * @brief Set force awake mode on a paw32xx device22 * @param enable whether to enable or disable force awake mode.
2 # SPDX-License-Identifier: Apache-2.08 include: spi-device.yaml11 motion-gpios:12 type: phandle-array17 zephyr,axis-x:24 zephyr,axis-y:31 res-cpi:37 invert-x:42 invert-y:47 force-awake:[all …]
2 # SPDX-License-Identifier: Apache-2.08 include: spi-device.yaml11 motion-gpios:12 type: phandle-array17 reset-gpios:18 type: phandle-array22 zephyr,axis-x:29 zephyr,axis-y:36 res-cpi:43 invert-x:[all …]
2 # SPDX-License-Identifier: Apache-2.039 even when it is awake intervals. Rejecting TWT setup till Wi-Fi43 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) to79 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 …]
8 * SPDX-License-Identifier: Apache-2.024 #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 …]
4 * SPDX-License-Identifier: Apache-2.07 #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 …]
4 * SPDX-License-Identifier: Apache-2.012 #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 …]
6 * SPDX-License-Identifier: Apache-2.066 /** @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 …]