Searched full:types (Results 1 – 25 of 1415) sorted by relevance
12345678910>>...57
/Zephyr-latest/scripts/checkpatch/ |
D | do_checkpatch.sh | 10 [ -f $1_error.types ] && rm $1_error.types 11 [ -f $1_warning.types ] && rm $1_warning.types 16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -… 18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types 19 grep WARNING: $1 |cut -d : -f 3,4 |sort -u > $1_warning.types 20 for i in `cat $1_error.types`; do 23 for i in `cat $1_warning.types`; do
|
/Zephyr-latest/include/zephyr/dt-bindings/usb/ |
D | audio.h | 29 /* USB Device Class Definition for Terminal Types 30 * Both "Universal Serial Bus Device Class Definition for Terminal Types" 32 * the same terminal types and values. 35 /* 2.1 USB Terminal Types */ 40 /* 2.2 Input Terminal Types */ 49 /* 2.3 Output Terminal Types */ 59 /* 2.4 Bi-directional Terminal Types */ 67 /* 2.5 Telephony Terminal Types */ 73 /* 2.6 External Terminal Types */ 86 /* 2.7 Embedded Function Terminal Types */
|
/Zephyr-latest/include/zephyr/net/ |
D | socket_types.h | 9 * @brief socket types definitionis 22 #include <zephyr/types.h> 33 #include <sys/types.h> 44 #include <bits/types/struct_timeval.h>
|
D | offloaded_netdev.h | 17 #include <zephyr/types.h> 34 /** Types of offloaded netdev L2 */ 63 /** Types of offloaded net device */
|
/Zephyr-latest/dts/bindings/sensor/ |
D | zephyr,sensing-sensor.yaml | 10 sensor-types: 29 description: the index in sensor-types of reporter if the reporter support multiple sensor-types
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd_msg.h | 9 * @brief USB support message types and structure 30 * @brief USB device support message types 32 * The first set of message types map to event types from the UDC driver API. 55 /** Maximum number of message types */
|
/Zephyr-latest/dts/bindings/usb/ |
D | snps,dwc2.yaml | 39 types during driver pre-initialization. 46 types during driver pre-initialization. 53 types during driver pre-initialization.
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_sensor_types.h | 11 * @brief Sensor Types Definition 13 * Sensor types definition followed HID standard. 16 * TODO: will add more types
|
D | sensing_datatypes.h | 11 #include <zephyr/dsp/types.h> 14 * @brief Data Types 55 * @brief Sensor value data structure types based on common data types.
|
/Zephyr-latest/samples/subsys/sensing/simple/boards/ |
D | native_sim.overlay | 32 …sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3… 41 …sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3… 50 sensor-types = <SENSING_SENSOR_TYPE_MOTION_HINGE_ANGLE>;
|
/Zephyr-latest/tests/subsys/sensing/boards/ |
D | native_sim.overlay | 32 …sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3… 41 …sensor-types = <SENSING_SENSOR_TYPE_MOTION_ACCELEROMETER_3D SENSING_SENSOR_TYPE_MOTION_GYROMETER_3… 50 sensor-types = <SENSING_SENSOR_TYPE_MOTION_HINGE_ANGLE>;
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx-iomuxc.yaml | 54 RT11xx parts have multiple types of IOMUXC registers defined, with 61 RT11xx parts have multiple types of IOMUXC registers defined, with 68 RT11xx parts have multiple types of IOMUXC registers defined, with 75 RT11xx parts have multiple types of IOMUXC registers defined, with
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | time.h | 17 #include <sys/types.h> 25 #include <sys/types.h>
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/ |
D | main.c | 88 /* Process the payload with zcbor and check expected types are present */ in ZTEST() 106 zassert_equal(key.len, strlen("types"), in ZTEST() 107 "Expected CBOR response 'types' value length to match"); in ZTEST() 108 zassert_mem_equal(key.value, "types", strlen("types"), in ZTEST() 109 "Expected CBOR response 'types' value to match"); in ZTEST()
|
/Zephyr-latest/lib/libc/armstdc/include/sys/ |
D | types.h | 8 * This defines the required types for the ARMClang compiler when compiling with 11 * The types defined are according to:
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-output-terminal.yaml | 13 Terminal Type constant specified in USB Audio Terminal Types 18 Associated terminal, e.g. for bidirectional terminal types.
|
D | zephyr,uac2-input-terminal.yaml | 15 Terminal Type constant specified in USB Audio Terminal Types 20 Associated terminal for bi-directional terminal types.
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map_priv.h | 13 #include <zephyr/types.h> 15 #include <sys/types.h>
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.imx | 30 There will be four message types with ids 0, 1, 2 or 3 36 There will be two message types with ids 0 or 1
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_olcp_internal.h | 14 #include <sys/types.h> 15 #include <zephyr/types.h> 18 /* The types of OLCP procedures. */ 40 /** @brief The types of OLCP sort orders. */
|
D | ots_oacp_internal.h | 14 #include <sys/types.h> 15 #include <zephyr/types.h> 19 /* Types of Object Action Control Point Procedures. */
|
/Zephyr-latest/cmake/ |
D | kobj.cmake | 10 set(KOBJ_TYPES ${gen_dir}/kobj-types-enum.h) 21 --kobj-types-output ${KOBJ_TYPES}
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_df_types.h | 10 * and sampling rates in different Direction Finding types: 15 * @note Pay attention that both types AoD and AoA
|
/Zephyr-latest/.github/workflows/ |
D | assigner.yml | 5 types: 15 types:
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 38 int "Maximum number of distinct file system types allowed" 41 Zephyr provides several file system types including FatFS and 50 system types. Zero or a negative value selects the maximum
|
12345678910>>...57