/Zephyr-latest/arch/arm/core/ |
D | elf.c | 208 uint32_t *upper, uint32_t *lower) in thm_jumps_decode() argument 214 *lower = MEM2THM16OPCODE(*(uint16_t *)(loc + 2)); in thm_jumps_decode() 218 j_one = (*lower >> BIT_THM_BL_J1) & 1; in thm_jumps_decode() 219 j_two = (*lower >> BIT_THM_BL_J2) & 1; in thm_jumps_decode() 224 ((*lower & MASK_THM_BL_IMM11) << 1); in thm_jumps_decode() 240 uint32_t *upper, uint32_t *lower) in thm_jumps_reloc() argument 249 *lower = (uint16_t)((*lower & (MASK_THM_BL_10|MASK_THM_BL_1)) | in thm_jumps_reloc() 254 *(uint16_t *)(loc + 2) = OPCODE2THM16MEM(*lower); in thm_jumps_reloc() 262 uint32_t upper, lower; in thm_jumps_handler() local 264 ret = thm_jumps_decode(reloc_type, loc, sym_base_addr, sym_name, &offset, &upper, &lower); in thm_jumps_handler() [all …]
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/ |
D | README.rst | 5 Detect upper/lower voltage limits using NPCX ADC Comparator driver. 14 set at 1 V while lower limit is 250 mV. Initially configured to detect 21 to ADC channel 8, when voltages cross upper/lower limits, detection messages
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | timer.h | 51 uint32_t lower = (uint32_t)val; in arm_arch_timer_set_compare() local 60 sys_write32(lower, TIMER_REG_GET(TIMER_CMP_LOWER)); in arm_arch_timer_set_compare() 122 uint32_t lower; in arm_arch_timer_count() local 128 * 2. Read the lower 32-bit timer counter register. in arm_arch_timer_count() 137 lower = sys_read32(TIMER_REG_GET(TIMER_CNT_LOWER)); in arm_arch_timer_count() 141 return ((uint64_t)upper) << 32 | lower; in arm_arch_timer_count()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | espi.rst | 13 The technical advancements include lower voltage signal levels (1.8V vs. 3.3V), 14 lower pin count, and the frequency is twice as fast (66MHz vs. 33MHz) 16 (lower pin count) interface, SPI, SMBus and sideband signals.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 8 reassembly mechanism is used by the lower transport layer. 10 The lower transport layer defines how the upper transport layer PDUs are segmented and reassembled 11 into multiple Lower Transport PDUs, and sends them to the lower transport layer on a peer device. 12 If the Upper Transport PDU fits, it is sent in a single Lower Transport PDU. For longer packets, 13 which do not fit into a single Lower Transport PDU, the lower transport layer performs segmentation, 17 The lower transport layer on the receiving device reassembles the segments into a single Upper 19 lower transport layer of the receiving node, while an unsegmented message delivery is not 20 acknowledged. However, an Upper Transport PDU that fits into one Lower Transport PDU can also be 21 sent as a single-segment segmented message when acknowledgment by the lower transport layer is 68 When the last segment marked as unacknowledged is transmitted, the lower transport layer starts a [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.rt1718s | 20 lower than I2C device. 26 RT1718S GPIO driver initialization priority. The priority should be lower
|
D | Kconfig.nct38xx | 21 NCT38xx GPIO driver initialization priority. The priority must be lower 29 must be lower than GPIO_NCT38XX_INIT_PRIORITY device.
|
/Zephyr-latest/dts/bindings/dac/ |
D | ti,dacx0501.yaml | 29 resolution. mul2 will double the output range but lower the resolution, while div2 will 30 lower the range but double the resolution.
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_threads_set_priority.c | 46 /* lower thread2 priority by 5 */ in thread2_set_prio_test() 73 /* Lower the priority of the current thread (thread1) */ in ZTEST() 94 /* create thread with lower priority */ in ZTEST() 102 /* Lower the priority of thread2 */ in ZTEST() 140 /* Lower the priority of the current thread (thread1) */ in ZTEST() 165 /* create thread with lower priority */ in ZTEST() 173 /* Lower the priority of thread2 */ in ZTEST()
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | enums.yaml | 22 tokenizable-lower-enum: # tokenizable in lowercase only 28 tokenizable-enum: # tokenizable in lower and uppercase
|
/Zephyr-latest/arch/arm64/core/ |
D | vector_table.S | 119 * - from lower exception level, when this is AArch64 120 * - from lower exception level, when this is AArch32 135 * | + 0x400 | Synchronous | Lower EL using AArch64 | 140 * | + 0x600 | Synchronous | Lower EL using AArch32 | 199 /* Lower EL using AArch64 / Synchronous */ 204 /* Lower EL using AArch64 / IRQ */ 213 /* Lower EL using AArch64 / FIQ */ 217 /* Lower EL using AArch64 / SError */ 222 /* Lower EL using AArch32 / Synchronous */ 226 /* Lower EL using AArch32 / IRQ */ [all …]
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | Kconfig | 26 Maximum allowable lux value. Lower range values offer better 48 Lower integration time values mean lower ADC resolution.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | vishay,vcnl36825t.yaml | 32 Higher values yield lower power consumption. 106 - "normal": signal if exceeds high or falls below lower threshold 109 if falls below lower threshold, and proximity count is reached. 112 deactivate if falls below lower threshold.
|
D | ist,tsic-xx6.yaml | 14 lower-temperature-limit = <(-10)>; 26 lower-temperature-limit:
|
D | ti,tmp1075.yaml | 46 lower-threshold: 47 description: Lower threshold for alert interrupt. Expressed in degrees C.
|
/Zephyr-latest/scripts/dts/ |
D | edtlib_logger.py | 12 '''A log formatter that prints the level name in lower case, 19 record.levelnamelower = record.levelname.lower()
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/ |
D | main.c | 36 #define lower 20000 in collect_data() macro 43 temp = ((sys_rand32_get() % (upper - lower + 1)) + lower); in collect_data()
|
/Zephyr-latest/drivers/misc/timeaware_gpio/ |
D | timeaware_gpio_intel.c | 18 #define ART_L 0x00 /* ART lower 32 bit reg */ 21 #define COMPV31_0 0x20 /* Comparator lower 32 bit reg */ 23 #define PIV31_0 0x28 /* Periodic Interval lower 32 bit reg */ 25 #define TCV31_0 0x30 /* Time Capture lower 32 bit reg */ 27 #define ECCV31_0 0x38 /* Event Counter Capture lower 32 bit reg */ 29 #define EC31_0 0x40 /* Event Counter lower 32 bit reg */
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx8ulp-pinctrl.yaml | 30 the maximum frequency will be lower as per the measurements 43 lower pad frequency). Note that the TRM refers to the "fast"
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/src/ |
D | main.c | 54 printf("ADC CMP: Set Lower threshold"); in set_lower_threshold() 59 printf("ADC CMP: Error setting lower threshold"); in set_lower_threshold() 86 printf("ADC CMP: Lower threshold detected"); in threshold_trigger_handler()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 283 int "DSSS Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band" 288 int "HT/VHT Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band" 293 int "HE Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band" 313 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-1 frequency band" 318 int "HE Transmit power backoff (in dB) for lower edge of UNII-1 frequency band" 333 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-2A frequency band" 338 int "HE Transmit power backoff (in dB) for lower edge of UNII-2A frequency band" 353 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-2C frequency band" 358 int "HE Transmit power backoff (in dB) for lower edge of UNII-2C frequency band" 373 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-3 frequency band" [all …]
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_emul.c | 180 static void icm42688_emul_get_accel_ranges(const struct emul *target, q31_t *lower, q31_t *upper, in icm42688_emul_get_accel_ranges() argument 191 *lower = -*upper; in icm42688_emul_get_accel_ranges() 271 static void icm42688_emul_get_gyro_ranges(const struct emul *target, q31_t *lower, q31_t *upper, in icm42688_emul_get_gyro_ranges() argument 295 *lower = -*upper; in icm42688_emul_get_gyro_ranges() 299 struct sensor_chan_spec ch, q31_t *lower, in icm42688_emul_backend_get_sample_range() argument 302 if (!lower || !upper || !epsilon || !shift) { in icm42688_emul_backend_get_sample_range() 310 *lower = (int64_t)(-222.342995169 * Q31_SCALE) >> *shift; in icm42688_emul_backend_get_sample_range() 317 icm42688_emul_get_accel_ranges(target, lower, upper, epsilon, shift); in icm42688_emul_backend_get_sample_range() 322 icm42688_emul_get_gyro_ranges(target, lower, upper, epsilon, shift); in icm42688_emul_backend_get_sample_range()
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | overlay-sample.conf | 1 # Lower values used for testing
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | overlay-nsos.conf | 8 # IPv6 DAD requires lower level network interface access, below exposed socket-level access
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul_sensor.h | 33 int (*get_sample_range)(const struct emul *target, struct sensor_chan_spec ch, q31_t *lower, 92 * @param[out] lower Minimum supported sample value in SI units, fixed-point format 97 * @param[out] shift The shift value (scaling factor) associated with \p lower, \p upper, and 105 struct sensor_chan_spec ch, q31_t *lower, in emul_sensor_backend_get_sample_range() argument 115 return api->get_sample_range(target, ch, lower, upper, epsilon, shift); in emul_sensor_backend_get_sample_range()
|