Home
last modified time | relevance | path

Searched full:in (Results 1 – 25 of 5216) sorted by relevance

12345678910>>...209

/Zephyr-latest/modules/
DKconfig.mcux24 Set if the 12B1MSPS SAR ADC module is present in the SoC.
29 Set if the 12-bit ADC (ADC12) module is present in the SoC.
34 Set if the 16-bit ADC (ADC16) module is present in the SoC.
39 Set if the LPADC module is present in the SoC.
44 Set if the L1 or L2 cache is present in the SoC.
49 Set if the clock control module (CCM) module is present in the SoC.
54 Set if the revision 2 of clock control module (CCM) module is present in the SoC.
55 This is present in SoC's such as RT1170
60 Set if the syscon module is present in the SoC.
66 present in the SoC.
[all …]
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-channel-cluster.yaml9 description: Front Left channel present in the cluster
13 description: Front Right channel present in the cluster
17 description: Front Center channel present in the cluster
21 description: Low Frequency Effects channel present in the cluster
25 description: Back Left channel present in the cluster
29 description: Back Right channel present in the cluster
33 description: Front Left of Center channel present in the cluster
37 description: Front Right of Center channel present in the cluster
41 description: Back Center channel present in the cluster
45 description: Side Left channel present in the cluster
[all …]
/Zephyr-latest/include/zephyr/sys/
Dtime_units.h26 /** @brief System-wide macro to denote "forever" in milliseconds
35 /** @brief System-wide macro to denote "forever" in microseconds
71 * @return system timer frequency in Hz
81 * maximum timeout represented in source frequency domain and multiplied by
82 * target frequency fits in 64 bits.
96 * frequencies are an integer ratio (in either direction), or a full
103 * appropriately in a user-facing API. The boolean arguments are:
154 * GNU extension; 2. everything in this file is designed to be computed
267 * precision. These units conversions were not available in 32 bit
269 * has precision traps that we probably don't want to support in an
[all …]
Dbitarray.h26 * @brief Store and manipulate bits in a bit array.
54 * @param total_bits Total number of bits in this bitarray object.
72 * @param total_bits Total number of bits in this bitarray object.
81 * @param total_bits Total number of bits in this bitarray object.
87 * Set a bit in a bit array
89 * @param[in] bitarray Bitarray struct
90 * @param[in] bit The bit to be set
94 * the number of bits in bit array, etc.)
99 * Clear a bit in a bit array
101 * @param[in] bitarray Bitarray struct
[all …]
/Zephyr-latest/include/zephyr/dsp/
Dbasicmath.h44 * @param[in] src_a points to the first input vector
45 * @param[in] src_b points to the second input vector
47 * @param[in] block_size number of samples in each vector
59 * @param[in] src_a points to the first input vector
60 * @param[in] src_b points to the second input vector
62 * @param[in] block_size number of samples in each vector
74 * @param[in] src_a points to the first input vector
75 * @param[in] src_b points to the second input vector
77 * @param[in] block_size number of samples in each vector
84 * @param[in] src_a points to the first input vector
[all …]
Dbasicmath_f16.h27 * @param[in] src_a points to the first input vector
28 * @param[in] src_b points to the second input vector
30 * @param[in] block_size number of samples in each vector
38 * @param[in] src_a points to the first input vector
39 * @param[in] src_b points to the second input vector
41 * @param[in] block_size number of samples in each vector
49 * @param[in] src_a points to the first input vector
50 * @param[in] src_b points to the second input vector
52 * @param[in] block_size number of samples in each vector
60 * @param[in] src points to the input vector
[all …]
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h16 * Defined in Core Vol. 3, part H 2.2.5.
18 * @param[in] key 128-bit key
19 * @param[in] in message to be authenticated
20 * @param[in] len length of the message in octets
26 int bt_crypto_aes_cmac(const uint8_t *key, const uint8_t *in, size_t len, uint8_t *out);
31 * Defined in Core Vol. 3, part H 2.2.6.
33 * @param[in] u 256-bit
34 * @param[in] v 256-bit
35 * @param[in] x 128-bit key
36 * @param[in] z 8-bit
[all …]
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig19 int "Maximum thread count in CMSIS RTOS V2 application"
23 Mention max number of threads in CMSIS RTOS V2 compliant application.
28 int "Maximum dynamic thread count in CMSIS RTOS V2 application"
32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant
38 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
42 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
45 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
49 Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
52 int "Maximum timer count in CMSIS RTOS V2 application"
56 Mention maximum number of timers in CMSIS RTOS V2 compliant application.
[all …]
/Zephyr-latest/samples/sensor/sensor_shell/pytest/
Dtest_sensor_shell.py15 assert any(['device name: sensor@0' in line for line in lines]), 'expected response not found'
16 assert any(['device name: sensor@1' in line for line in lines]), 'expected response not found'
25 … assert any(['channel type=31(voltage)' in line for line in lines]), 'expected response not found'
28 …assert any(['channel type=53(gauge_state_of_health)' in line for line in lines]), 'expected respon…
31 # for-loop in `parse_named_int()` will go through everything
33 …assert any(['channel type=59(gauge_desired_charging_current)' in line for line in lines]), 'expect…
42 …assert any(['sensor@0(channel=co2, attr=sampling_frequency)' in line for line in lines]), 'expecte…
45 …assert any(['sensor@1(channel=gauge_state_of_health, attr=slope_th)' in line for line in lines]), …
55 assert any([expected_line in line for line in lines]), 'expected response not found'
59 assert any([expected_line in line for line in lines]), 'expected response not found'
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.h31 /* length of time in milliseconds to wait for buffer allocations */
51 * When LwM2M engine starts up, it first executes all initialization functions in following
59 * @param[in] prio Priority, one of @ref LWM2M_PRIO macros.
60 * @param[in] init_function Initialization function
69 * @param[in] init_function Initialization function
76 * @param[in] init_function Initialization function
83 * @param[in] init_function Initialization function
90 * @param[in] init_function Initialization function
95 * @brief Validates that writing is a legal operation on the field given by the object in
96 * @p obj_inst and the resource id in @p msg. Returns the field to obj_field (if it exists).
[all …]
Dlwm2m_registry.h15 * @param[in] obj_id Object id of the object instance.
16 * @param[in] obj_inst_id Object instance id of the object instance to be created.
18 * @return 0 for success or negative in case of error.
26 * @param[in] obj_id Object id of the object instance to be deleted
27 * @param[in] obj_inst_id Object instance id of the object instance to be deleted
28 * @return 0 for success or negative in case of error.
33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write
34 * functions in the different encoders.
36 * @param[in] msg lwm2m message containing the path to the object instance.
39 * @return 0 for success or negative in case of error.
[all …]
/Zephyr-latest/drivers/sensor/maxim/max17262/
Dmax17262.h51 /* Current cell voltage in units of 1.25/16mV */
53 /* Average current in units of 156.25uA */
55 /* Desired charging current in mA */
59 /* Internal temperature in units of 1/256 degrees C */
61 /* Full charge capacity in mAh */
63 /* Remaining capacity in mAh */
65 /* Time to empty in seconds */
67 /* Time to full in seconds */
69 /* Cycle count in 1/100ths (number of charge/discharge cycles) */
71 /* Battery capacity in mAh */
[all …]
/Zephyr-latest/tests/ztest/fail/
DKconfig8 bool "Add a failed assert in the after phase"
11 bool "Add a failed assert in the teardown phase"
14 bool "Add a failed assume in the after phase"
17 bool "Add a failed assume in the teardown phase"
20 bool "Add a call to ztest_test_pass() in the after phase"
23 bool "Add a call to ztest_test_pass() in the teardown phase"
32 default "ERROR: cannot fail in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSERT_AFTER
33 default "ERROR: cannot fail in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSERT_TEARDOWN
34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER
35 default "ERROR: cannot skip in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSUME_TEARDOWN
[all …]
/Zephyr-latest/include/zephyr/llext/
Dllext.h27 * Loadable Extensions (LLEXTs) in Zephyr.
37 * @brief List of memory regions stored or referenced in the LLEXT subsystem
104 * Table of all global symbols in the extension; used internally as
113 * This can be used in the main Zephyr binary to find symbols in the
118 /** Extension use counter, prevents unloading while in use */
158 * Extensions can implement custom ELF sections to be loaded in specific
171 * @param[in] name String name of the llext
182 * @param[in] fn callback function
183 * @param[in] arg a private argument to be provided to the callback function
194 * @param[in] loader An extension loader that provides input data and context
[all …]
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.h20 * @param[in] msgs The I2C messages in question
21 * @param[in] num_msgs The number of messages in the @p msgs array
22 * @param[in] reg The register to check for
48 * @param[in] msgs The I2C messages in question
49 * @param[in] num_msgs The number of messages in the @p msgs array
50 * @param[in] reg The register to check for
66 * @param[in] msgs The I2C messages in question
67 * @param[in] num_msgs The number of messages in the @p msgs array
68 * @param[in] reg The register to check for
84 * @param[in] target The emulator in question
[all …]
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h22 * Control functions for short timeouts in microsecond resolution:
32 * not use this file except in compliance with the License.
37 * Unless required by applicable law or agreed to in writing, software
54 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS.
57 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS.
81 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS.
94 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS.
98 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS.
108 …osErrorISR = 0x82, ///< not allowed in ISR context: the function cannot be cal…
119 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS.
[all …]
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/
Dtest_pwm_loopback.c23 void get_test_pwms(struct test_pwm *out, struct test_pwm *in) in get_test_pwms() argument
32 in->dev = DEVICE_DT_GET(PWM_LOOPBACK_IN_CTLR); in get_test_pwms()
33 in->pwm = PWM_LOOPBACK_IN_CHANNEL; in get_test_pwms()
34 in->flags = PWM_LOOPBACK_IN_FLAGS; in get_test_pwms()
35 zassert_true(device_is_ready(in->dev), "pwm loopback input device is not ready"); in get_test_pwms()
41 struct test_pwm in; in test_capture() local
47 get_test_pwms(&out, &in); in test_capture()
74 err = pwm_capture_nsec(in.dev, in.pwm, flags, &period_capture, in test_capture()
79 err = pwm_capture_usec(in.dev, in.pwm, flags, &period_capture, in test_capture()
88 pwm_disable_capture(in.dev, in.pwm); in test_capture()
[all …]
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx_iface.h15 * @param[in] dev Transceiver device instance
22 * @param[in] dev Transceiver device instance
31 * @param[in] dev Transceiver device instance
32 * @param[in] addr Specifies the address of the trx register
45 * @param[in] dev Transceiver device instance
46 * @param[in] addr Address of the trx register
47 * @param[in] data Data to be written to trx register
57 * @param[in] dev Transceiver device instance
58 * @param[in] addr offset of the register
59 * @param[in] mask bit mask of the subregister
[all …]
/Zephyr-latest/drivers/sensor/maxim/max17055/
Dmax17055.h48 /* Current cell voltage in units of 1.25/16mV */
50 /* Current cell open circuit voltage in units of 1.25/16mV */
52 /* Average current in units of 1.5625uV / Rsense */
56 /* Internal temperature in units of 1/256 degrees C */
58 /* Full charge capacity in 5/Rsense uA */
60 /* Remaining capacity in 5/Rsense uA */
62 /* Time to empty in units of 5.625s */
64 /* Time to full in units of 5.625s */
66 /* Cycle count in 1/100ths (number of charge/discharge cycles) */
68 /* Design capacity in 5/Rsense uA */
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Dlis2ds12.h17 #define LIS2DS12_DT_ODR_1Hz_LP 1 /* available in LP mode only */
18 #define LIS2DS12_DT_ODR_12Hz5 2 /* available in LP and HR mode */
19 #define LIS2DS12_DT_ODR_25Hz 3 /* available in LP and HR mode */
20 #define LIS2DS12_DT_ODR_50Hz 4 /* available in LP and HR mode */
21 #define LIS2DS12_DT_ODR_100Hz 5 /* available in LP and HR mode */
22 #define LIS2DS12_DT_ODR_200Hz 6 /* available in LP and HR mode */
23 #define LIS2DS12_DT_ODR_400Hz 7 /* available in LP and HR mode */
24 #define LIS2DS12_DT_ODR_800Hz 8 /* available in LP and HR mode */
25 #define LIS2DS12_DT_ODR_1600Hz 9 /* available in HF mode only */
26 #define LIS2DS12_DT_ODR_3200Hz_HF 10 /* available in HF mode only */
[all …]
/Zephyr-latest/subsys/usb/device_next/
Dusbd_endpoint.h15 * The IN endpoints are mapped in the upper nibble.
17 * @param[in] ep_bm Pointer to endpoint bitmap
18 * @param[in] ep Endpoint address
32 * The IN endpoints are mapped in the upper nibble.
34 * @param[in] ep_bm Pointer to endpoint bitmap
35 * @param[in] ep Endpoint address
49 * The IN endpoints are mapped in the upper nibble.
51 * @param[in] ep_bm Pointer to endpoint bitmap
52 * @param[in] ep Endpoint address
74 * @param[in] dev Pointer to UDC device
[all …]
/Zephyr-latest/include/zephyr/drivers/mfd/
Dad559x.h42 * @param[in] dev Pointer to MFD device
51 * @param[in] dev Pointer to MFD device
52 * @param[in] val Pointer to data buffer
53 * @param[in] len Number of bytes to be read
63 * @param[in] dev Pointer to MFD device
64 * @param[in] val Data to be written
65 * @param[in] len Number of bytes to be written
75 * @param[in] dev Pointer to MFD device
76 * @param[in] reg Register to be read
77 * @param[in] reg_data Additional data passed to selected register
[all …]
/Zephyr-latest/samples/sensor/bq274xx/
DREADME.rst12 - Voltage, in volts
13 - Average current, in amps
14 - Standby current, in amps
15 - Maximum load current, in amps
17 - State of charge measurement in percentage
18 - Full Charge Capacity in mAh
19 - Remaining Charge Capacity in mAh
20 - Nominal Available Capacity in mAh
21 - Full Available Capacity in mAh
22 - Average power in mW
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml18 Charge termination voltage in uV.
19 Available range is 3.5 V to 3.65 V and 4.0 V to 4.45 V in 50 mV steps.
24 Charge termination voltage when warm in uV.
25 Available range is 3.5 V to 3.65 V and 4.0 V to 4.45 V in 50 mV steps.
32 Charge current in uA.
33 Available range is 32 mA to 800 mA in 2mA steps.
43 Discharge current limit in uA.
49 Vbus current limit in uA.
50 Available values are 100 mA, or between 500 mA and 1500 mA in 100 mA steps.
61 description: Thermistor nominal resistance type in ohms.
[all …]
/Zephyr-latest/include/zephyr/net/
Dlwm2m.h13 * LwM2M high-level interface is defined in this header.
42 * Objects in this range have IDs from 0 to 1023.
122 * @param[in] event Observer add/delete or notification ack/timeout
123 * @param[in] path LwM2M path
124 * @param[in] user_data Pointer to user_data buffer, as provided in
137 * LwM2M client events are passed back to the event_cb function in
179 * @param[in] ctx LwM2M context generating the event
180 * @param[in] event LwM2M RD client event code
226 * declared in a private header and not exposed to the application,
253 * the default behavior of load_tls_credential() in lwm2m_engine.c
[all …]

12345678910>>...209