Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-latest/tests/drivers/build_all/charger/
Di2c.dtsi15 constant-charge-current-max-microamp = <1000000>;
16 constant-charge-voltage-max-microvolt = <4208000>;
30 constant-charge-voltage-max-microvolt = <4050000>;
41 constant-charge-current-max-microamp = <500000>;
42 constant-charge-voltage-max-microvolt = <4200000>;
/Zephyr-latest/scripts/coccinelle/
Dint_ms_to_timeout.cocci52 // Select call sites where a constant literal (not identifier) is used
53 // for the timeout and replace the constant with the appropriate macro
59 constant C;
79 constant C;
91 msg = "WARNING: replace constant {} with timeout in {}".format(C, fn)
282 // ** constant literal.
293 // Select call sites where a constant literal (not identifier) is used
294 // for the timeout and replace the constant with the appropriate macro
297 constant C;
318 constant C;
[all …]
Dreturnvar.cocci18 constant C;
31 constant C;
41 constant C;
Dunsigned_suffix.cocci14 constant C;
54 constant r_unsigned.C;
Didentifier_length.cocci9 constant C;
Dms_timeout.cocci62 msg = "WARNING: [msl1] replace constant {} with ms duration in {}".format(T, fn)
118 msg = "WARNING: [msl2] replace constant {} with ms duration in {}".format(T, fn)
176 msg = "WARNING: [msl3] replace constant {} with ms duration in {}".format(T, fn)
Dboolean.cocci83 constant c;
Dfind_functions.cocci50 // Switch device instance to constant.
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig73 bool "Force constant-latency mode"
75 In constant latency mode the CPU wakeup latency and the PPI task response
76 will be constant and kept at a minimum. This is secured by forcing a set
77 of base resources on while in sleep. The advantage of having a constant
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_test.py52 cnn_prob = cnn(tf.constant(cnn_data, dtype="float32")).numpy()
53 lstm_prob = lstm(tf.constant(lstm_data, dtype="float32")).numpy()
Dtrain.py150 labels=tf.constant(test_labels),
151 predictions=tf.constant(pred),
/Zephyr-latest/include/zephyr/arch/arm64/
Dmacro.inc23 * macro to support mov of immediate constant to 64 bit register
/Zephyr-latest/boards/norik/octopus_io_board/
Doctopus_io_board_common.dtsi35 constant-charge-current-max-microamp = <10000>;
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst9 constant-time access to the first (head) and last (tail) elements of
11 constant time removal of the head. Removal of subsequent nodes
40 predecessor. These operations are all constant time.
45 subset of an existing list in constant time. And
Ddlist.rst9 constant-time removal and insertion (at all points: before or after
29 A dlist can be modified in constant time by removing a node with
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/
DKconfig27 Ensure that the PA power remains constant chip-to-chip by applying factory
/Zephyr-latest/arch/riscv/core/
Dasm_macros.inc58 * mult must be a constant. rs will be clobbered.
/Zephyr-latest/lib/posix/options/
DKconfig.proc127 The sysconf() function is implemented compile-time constant via macros. This is the option
/Zephyr-latest/boards/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7.dts128 constant-charge-current-max-microamp = <100000>;
129 constant-charge-voltage-max-microvolt = <4200000>;
/Zephyr-latest/subsys/bindesc/
DKconfig8 Binary Descriptors - constant data accessible outside of the executable image
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst23 - Run continuously with a **constant step interval** in a specific direction until
/Zephyr-latest/samples/drivers/can/babbling/
DREADME.rst11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN
/Zephyr-latest/modules/hal_nordic/nrfs/
DKconfig99 bool "DPPI constant latency service"
/Zephyr-latest/samples/boards/nordic/battery/
DREADME.rst49 constant.
/Zephyr-latest/dts/arm/atmel/
Dsamd2x.dtsi199 cal-constant = <(1024 * 976)>;

123