/Zephyr-latest/include/zephyr/dt-bindings/usb-c/ |
D | nxp_nx20p3483.h | 29 /** Current limit of 400mA */ 31 /** Current limit of 600mA */ 33 /** Current limit of 800mA */ 35 /** Current limit of 1000mA */ 37 /** Current limit of 1200mA */ 39 /** Current limit of 1400mA */ 41 /** Current limit of 1600mA */ 43 /** Current limit of 1800mA */ 45 /** Current limit of 2000mA */ 47 /** Current limit of 2200mA */ [all …]
|
/Zephyr-latest/dts/bindings/led/ |
D | ti,lp5562.yaml | 8 red-output-current: 11 description: Output current of red channel in 0.1 mA (0-25.5 mA). 13 green-output-current: 16 description: Output current of green channel in 0.1 mA (0-25.5 mA) 18 blue-output-current: 21 description: Output current of blue channel in 0.1 mA (0-25.5 mA) 23 white-output-current: 26 description: Output current of white channel in 0.1 mA (0-25.5 mA)
|
D | issi,is31fl3733.yaml | 17 current-limit: 21 Global current limit. Sets the global current control register of LED 22 driver (set table 14). Limits global current based on the following 23 formula: (840/R_ISET) * (current-limit/256). Defaults to max value
|
/Zephyr-latest/scripts/kconfig/ |
D | hardenconfig.py | 25 def __init__(self, name, recommended, current=None, symbol=None): argument 28 self.current = current 31 if current is None: 33 elif recommended == current: 50 current = symbol.str_value 53 current = None 54 options.append(Option(name=name, current=current, 59 …options.append(Option(name=node.item.name, current=node.item.str_value, recommended='n', symbol=no… 66 print('{:^50}|{:^13}|{:^20}'.format('name', 'current', 'recommended'), end='') 75 opt.name, opt.current, opt.recommended), end='')
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_reassembly.c | 20 smpt->__reassembly.current = NULL; in smp_reassembly_init() 26 if (smpt->__reassembly.current == NULL) { in smp_reassembly_expected() 35 if (smpt->__reassembly.current == NULL) { in smp_reassembly_collect() 60 smpt->__reassembly.current = smp_packet_alloc(); in smp_reassembly_collect() 61 if (smpt->__reassembly.current != NULL) { in smp_reassembly_collect() 74 net_buf_add_mem(smpt->__reassembly.current, buf, len); in smp_reassembly_collect() 88 if (smpt->__reassembly.current == NULL) { in smp_reassembly_complete() 95 smp_rx_req(smpt, smpt->__reassembly.current); in smp_reassembly_complete() 97 smpt->__reassembly.current = NULL; in smp_reassembly_complete() 105 if (smpt->__reassembly.current == NULL) { in smp_reassembly_drop() [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_ll_stm32_v1.c | 161 data->current.len = msg->len; in msg_init() 162 data->current.buf = msg->buf; in msg_init() 163 data->current.flags = msg->flags; in msg_init() 164 data->current.is_restart = 0U; in msg_init() 165 data->current.is_write = (transfer == I2C_REQUEST_WRITE); in msg_init() 166 data->current.is_arlo = 0U; in msg_init() 167 data->current.is_err = 0U; in msg_init() 168 data->current.is_nack = 0U; in msg_init() 169 data->current.msg = msg; in msg_init() 189 if (data->current.is_nack || data->current.is_err || in msg_end() [all …]
|
/Zephyr-latest/dts/bindings/iio/afe/ |
D | current-sense-amplifier.yaml | 5 When an io-channel measures the voltage over a current sense amplifier, 6 the interesting measurement is almost always the current through the 7 sense resistor, not the voltage over it. This binding describes such a current 11 … https://www.kernel.org/doc/Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.yaml 13 compatible: "current-sense-amplifier" 44 Control power to the current amplifier. 47 to enable the current amplifier.
|
D | current-sense-shunt.yaml | 5 When an io-channel measures the voltage over a current sense shunt, 6 the interesting measurement is almost always the current through the 7 shunt, not the voltage over it. This binding describes such a current 11 https://www.kernel.org/doc/Documentation/devicetree/bindings/iio/afe/current-sense-shunt.yaml 13 compatible: "current-sense-shunt"
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | mcs.h | 85 /** A single track is played repeatedly; the next track is the current track. */ 113 /** A single track is played repeatedly; the next track is the current track. */ 137 /** The current track is invalid, and no track has been selected. */ 139 /** The media player is playing the current track. */ 141 /** The current track is paused. The media player has a current track, but it is not being played */ 143 /** The current track is fast forwarding or fast rewinding. */ 151 /** Start playing the current track. */ 153 /** Pause playing the current track. */ 155 /** Fast rewind the current track. */ 157 /** Fast forward the current track. */ [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina226.yaml | 5 TI INA226 Bidirectional Current and Power Monitor. 55 current-lsb-microamps: 59 Current LSB value in microAmpere. 60 This value gives the measurement resolution for current measurement. 61 Formula: current-lsb [μA] = maximum expected current [μA] / 2^15 62 Higher resolution means lower range of current measurement, vice versa. 64 For example, if maximum expected current is 15 [A]: 65 then, current-lsb [μA] = 15000000 [μA] / 2^15 ~= 457.763 [μA].
|
D | ti,ina23x-common.yaml | 10 current-lsb-microamps: 17 current-lsb(A) = maximum expected current(A) / 2^15 19 (sensor has 15 bits). For example, if maximum expected current is 15A: 21 current-lsb(A) = 15A / 2^15 ~= 457uA
|
D | nordic,npm1300-charger.yaml | 28 current-microamp: 32 Charge current in uA. 43 Discharge current limit in uA. 49 Vbus current limit in uA. 100 term-current-percent: 107 Termination current, as a percentage of current-microamp. 108 Charge completes when the charge current falls below this value.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | no_transition_work_handler.c | 47 if (ctl->light->target != ctl->light->current) { in no_transition_work_handler() 48 ctl->light->current = ctl->light->target; in no_transition_work_handler() 52 if (ctl->temp->target != ctl->temp->current) { in no_transition_work_handler() 53 ctl->temp->current = ctl->temp->target; in no_transition_work_handler() 57 if (ctl->duv->target != ctl->duv->current) { in no_transition_work_handler() 58 ctl->duv->current = ctl->duv->target; in no_transition_work_handler() 62 if (ctl->light->current) { in no_transition_work_handler() 63 ctl->light->last = ctl->light->current; in no_transition_work_handler()
|
/Zephyr-latest/dts/bindings/battery/ |
D | battery.yaml | 29 up battery capacity according to current OCV value. The OCV unit is 43 precharge-current-microamp: 45 description: current for pre-charge phase 47 charge-term-current-microamp: 49 description: current for charge termination phase 51 constant-charge-current-max-microamp: 53 description: maximum constant input current
|
/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/ |
D | native_sim.overlay | 11 pins-v1-v2-current-resistor = <0>; 12 pins-v3-v4-current-resistor = <0>; 25 pins-v1-v2-current-resistor = <1000000>; 26 pins-v3-v4-current-resistor = <0>; 37 pins-v1-v2-current-resistor = <1000000>; 38 pins-v3-v4-current-resistor = <0>; 51 pins-v1-v2-current-resistor = <1000000>; 52 pins-v3-v4-current-resistor = <0>; 65 pins-v1-v2-current-resistor = <10000>; 66 pins-v3-v4-current-resistor = <100000>; [all …]
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | main.c | 63 ctl->temp->current = ctl->temp->def; in light_default_status_init() 64 ctl->duv->current = ctl->duv->def; in light_default_status_init() 68 ctl->light->current = 0U; in light_default_status_init() 72 ctl->light->current = ctl->light->last; in light_default_status_init() 74 ctl->light->current = ctl->light->def; in light_default_status_init() 78 ctl->light->current = ctl->light->target; in light_default_status_init() 79 ctl->temp->current = ctl->temp->target; in light_default_status_init() 80 ctl->duv->current = ctl->duv->target; in light_default_status_init() 84 ctl->light->target = ctl->light->current; in light_default_status_init() 85 ctl->temp->target = ctl->temp->current; in light_default_status_init() [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | bc12.rst | 8 devices to draw current exceeding the USB 2.0 specification limit of 0.5A, 2.5W. 12 sinks current from the USB connection. 27 Allowed PD (portable device) Current Draw from Charging Port IDEV_CHG 1.5 A 28 Charging Downstream Port Rated Current ICDP 1.5 - 5.0 A 29 Maximum Configured Current when connected to a SDP ICFG_MAX 500 mA 30 Dedicated Charging Port Rated Current IDCP 1.5 - 5.0 A 31 Suspend current ISUSP 2.5 mA 32 Unit load current IUNIT 100 mA 35 While the ICDP and IDCP rated currents go up to 5.0 A, the BC1.2 current is 63 default, the BC1.2 driver clamps the current to 1.5A to comply with the BC1.2 [all …]
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | sdhc.yaml | 11 max-current-330: 15 Max drive current in mA at 3.3V. A value of zero indicates no maximum 18 max-current-300: 22 Max drive current in mA at 3.0V. A value of zero indicates no maximum 25 max-current-180: 29 Max drive current in mA at 1.8V. A value of zero indicates no maximum
|
/Zephyr-latest/kernel/ |
D | usage.c | 42 if (cpu->current != cpu->idle_thread) { in sched_cpu_update_usage() 46 cpu->usage->current += cycles; in sched_cpu_update_usage() 48 if (cpu->usage->longest < cpu->usage->current) { in sched_cpu_update_usage() 49 cpu->usage->longest = cpu->usage->current; in sched_cpu_update_usage() 52 cpu->usage->current = 0; in sched_cpu_update_usage() 66 thread->base.usage.current += cycles; in sched_thread_update_usage() 68 if (thread->base.usage.longest < thread->base.usage.current) { in sched_thread_update_usage() 69 thread->base.usage.longest = thread->base.usage.current; in sched_thread_update_usage() 85 thread->base.usage.current = 0; in z_sched_usage_start() 110 if (cpu->current->base.usage.track_usage) { in z_sched_usage_stop() [all …]
|
/Zephyr-latest/samples/sensor/ina219/ |
D | README.rst | 2 :name: INA219 Bidirectional Power/Current Monitor 5 Get shunt voltage, bus voltage, power and current from an INA219 sensor. 10 This sample application measures shunt voltage, bus voltage, power and current 40 Shunt: 0.001570 [V] -- Bus: 3.224000 [V] -- Power: 0.504000 [W] -- Current: 0.157000 [A] 43 A negative sign indicates current flowing in reverse direction: 47 Shunt: -0.001560 [V] -- Bus: 3.224000 [V] -- Power: 0.502000 [W] -- Current: -0.156000 [A]
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | cts.h | 11 * @brief Current Time Service (CTS) 12 * @defgroup bt_cts Current Time Service (CTS) 41 * @brief Current Time service data format, Please refer to 56 /** @brief Current Time Service callback structure */ 58 /** @brief Current Time Service notifications changed 65 * @brief The Current Time has been updated by a peer. 77 * @brief When current time Read request or notification is triggered, CTS uses 78 * this callback to retrieve current time information from application. Application 79 * must implement it and provide cts formatted current time information 104 * current time update notification
|
/Zephyr-latest/samples/subsys/usb_c/sink/ |
D | README.rst | 69 Current: 3000 71 Peak Current: 0 80 Current: 3000 82 Peak Current: 0 91 Current: 3000 93 Peak Current: 0 102 Current: 2250 104 Peak Current: 0
|
/Zephyr-latest/dts/bindings/adc/ |
D | ti,lmp90xxx-current.yaml | 1 # Common fields for Texas Instruments LMP90xxx AFEs with current sources 6 rtd-current: 8 description: RTD current in microampere
|
/Zephyr-latest/dts/bindings/charger/ |
D | ti,bq25180.yaml | 14 constant-charge-current-max-microamp = <500000>; 23 constant-charge-current-max-microamp: 27 Charge current set at init time in uA, available range is 5 mA to 800 mA. 29 value. If set to 0 (default) skip setting the charge current value at 43 Threshold at which voltage to switch to constant current charge.
|
/Zephyr-latest/drivers/sensor/current_amp/ |
D | Kconfig | 1 # Current sense amplifier driver 8 bool "Current sense amplifier driver" 13 Enable current sense amplifier driver.
|