Searched full:unspecified (Results 1 – 25 of 77) sorted by relevance
1234
/Zephyr-latest/dts/bindings/input/ |
D | kbd-matrix-common.yaml | 24 to never exit poll mode. Defaults to 5ms if unspecified. 30 stable, defaults to poll-period-ms value if unspecified. 37 to 100ms if unspecified. 43 Debouncing time for a key press event. Defaults to 10ms if unspecified. 49 Debouncing time for a key release event. Defaults to 20ms if unspecified. 56 to 50us if unspecified.
|
D | analog-axis.yaml | 36 milliseconds. Defaults to 15ms if unspecified. 50 Minimum value to output on input events. Defaults to 0 if unspecified. 57 unspecified.
|
D | pixart,paw32xx.yaml | 22 INPUT_REL_*. No report produced for the device X axis if unspecified. 29 INPUT_REL_*. No report produced for the device Y axis if unspecified.
|
D | pixart,pat912x.yaml | 21 INPUT_REL_*. No report produced for the device X axis if unspecified. 27 INPUT_REL_*. No report produced for the device Y axis if unspecified.
|
D | pixart,pmw3610.yaml | 27 INPUT_REL_*. No report produced for the device X axis if unspecified. 34 INPUT_REL_*. No report produced for the device Y axis if unspecified.
|
/Zephyr-latest/dts/bindings/dai/ |
D | nxp,dai-esai.yaml | 27 otherwise a BUILD_ASSERT() failure will be raised. If unspecified, 35 otherwise a BUILD_ASSERT() failure will be raised. If unspecified, 55 This property is used to specify the width of a word. If unspecified, 75 configuration. If unspecified, the values from the bespoke configuration will be used.
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx8ulp-pinctrl.yaml | 32 "normal" drive strength as "standard". If unspecified, the 44 slew rate as "standard". If unspecified, the default will be
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 34 ``osError`` (Unspecified error) is not supported. 69 ``osFlagsErrorUnknown`` (Unspecified error) 78 ``osFlagsErrorUnknown`` (Unspecified error) and
|
/Zephyr-latest/subsys/secure_storage/include/psa/ |
D | protected_storage.h | 36 * @retval PSA_ERROR_GENERIC_ERROR An unspecified internal failure happened. 70 * @retval PSA_ERROR_GENERIC_ERROR An unspecified internal failure happened. 100 * @retval PSA_ERROR_GENERIC_ERROR An unspecified internal failure happened. 129 * @retval PSA_ERROR_GENERIC_ERROR An unspecified internal failure happened. 160 * @retval PSA_ERROR_GENERIC_ERROR An unspecified internal failure happened. 198 * @retval PSA_ERROR_GENERIC_ERROR An unspecified internal failure happened.
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,devmux.yaml | 27 If unspecified, the default selection is zero in order to ensure that
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig | 67 if multiple 1-Wire devices unspecified in the
|
/Zephyr-latest/drivers/net/ |
D | nsos.h | 14 #define NSOS_MID_PF_UNSPEC 0 /**< Unspecified protocol family. */ 21 #define NSOS_MID_AF_UNSPEC NSOS_MID_PF_UNSPEC /**< Unspecified address family. */
|
/Zephyr-latest/include/zephyr/net/hdlc_rcp_if/ |
D | hdlc_rcp_if.h | 54 * @retval -EIO The frame could not be sent due to some unspecified
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet_vlan.h | 31 /** Unspecified VLAN tag value */
|
D | wifi.h | 511 /** Unspecified error */ 545 [WIFI_TWT_FAIL_UNSPECIFIED] = "Unspecified", 623 /** Unspecified error */ 643 [WIFI_PS_PARAM_FAIL_UNSPECIFIED] = "Unspecified", 663 /** Unspecified. */
|
D | tls_credentials.h | 31 /** Unspecified credential. */
|
D | net_time.h | 84 * an unspecified resolution but are useful to represent kernel timer values and
|
/Zephyr-latest/arch/common/ |
D | CMakeLists.txt | 85 # Some linkers fill unspecified region with pattern other than 0x00. Include
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4_acd.c | 97 struct in_addr unspecified = { 0 }; in ipv4_acd_send_probe() local 100 pkt = ipv4_acd_prepare_arp(iface, &unspecified, &ifaddr->address.in_addr); in ipv4_acd_send_probe()
|
D | ipv6_mld.c | 444 /* Currently we only support an unspecified address query. */ in handle_mld_query() 447 NET_DBG("DROP: only supporting unspecified address query"); in handle_mld_query()
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt.h | 186 size_t off; /* SIZE_MAX if unspecified */ 187 size_t size; /* SIZE_MAX if unspecified */
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 257 #define BT_SDP_UUID_UNSPEC 0x18 /**< UUID, unspecified size */ 261 #define BT_SDP_TEXT_STR_UNSPEC 0x20 /**< Text string, unspecified size */ 266 #define BT_SDP_SEQ_UNSPEC 0x30 /**< Data element sequence, unspecified size */ 270 #define BT_SDP_ALT_UNSPEC 0x38 /**< Data element alternative, unspecified size */ 274 #define BT_SDP_URL_STR_UNSPEC 0x40 /**< URL string, unspecified size */
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | irq.h | 154 * interrupts being re-enabled for an unspecified period of time. If the
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_cbor.c | 39 /* CBOR time output format is unspecified but SenML CBOR uses string format. in put_time() 71 /* Are tags required? V1.1 leaves this unspecified but some servers require tags */ in put_time()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | ascs_internal.h | 312 return "Unspecified Error"; in bt_ascs_rsp_str()
|
1234