Home
last modified time | relevance | path

Searched full:unit (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/Zephyr-Core-3.6.0/drivers/fuel_gauge/bq27z746/
Dbq27z746.h15 #define BQ27Z746_ATRATE 0x02 /* R/W, Unit: mA, Range: -32768..32767 */
16 #define BQ27Z746_ATRATETIMETOEMPTY 0x04 /* R/O, Unit: minutes, Range: 0..65535 */
17 #define BQ27Z746_TEMPERATURE 0x06 /* R/O, Unit: 0.1 K, Range: 0..32767 */
18 #define BQ27Z746_VOLTAGE 0x08 /* R/O, Unit: mV, Range: 0..32767 */
19 #define BQ27Z746_BATTERYSTATUS 0x0A /* R/O, Unit: status bits */
20 #define BQ27Z746_CURRENT 0x0C /* R/O, Unit: mA, Range: -32768..32767 */
21 #define BQ27Z746_REMAININGCAPACITY 0x10 /* R/O, Unit: mAh, Range: 0..32767 */
22 #define BQ27Z746_FULLCHARGECAPACITY 0x12 /* R/O, Unit: mAh, Range: 0..32767 */
23 #define BQ27Z746_AVERAGECURRENT 0x14 /* R/O, Unit: mA, Range: -32768..32767 */
24 #define BQ27Z746_AVERAGETIMETOEMPTY 0x16 /* R/O, Unit: minutes, Range: 0..65535 */
[all …]
/Zephyr-Core-3.6.0/tests/ztest/fail/
Dtestcase.yaml15 testing.fail.unit.assert_after:
18 testing.fail.unit.assert_teardown:
21 testing.fail.unit.assume_after:
24 testing.fail.unit.assume_teardown:
27 testing.fail.unit.pass_after:
30 testing.fail.unit.pass_teardown:
51 testing.fail.unit.fail_on_bad_assumption:
52 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/controller/ctrl_tx_buffer_alloc/
Dtestcase.yaml8 type: unit
11 type: unit
15 type: unit
19 type: unit
23 type: unit
27 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_setup_random_id_addr/
Dtestcase.yaml7 type: unit
11 type: unit
15 type: unit
20 type: unit
25 type: unit
32 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/audio/ascs/
Dtestcase.yaml7 type: unit
9 type: unit
13 type: unit
17 type: unit
21 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_del/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
18 type: unit
24 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_adv_random_addr_check/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
21 type: unit
27 type: unit
/Zephyr-Core-3.6.0/doc/build/kconfig/
Dpreprocessor-functions.rst37 $(dt_chosen_reg_addr_hex,<property in /chosen>[,<index>,<unit>])
38 $(dt_chosen_reg_addr_int,<property in /chosen>[,<index>,<unit>])
39 $(dt_chosen_reg_size_hex,<property in /chosen>[,<index>,<unit>])
40 $(dt_chosen_reg_size_int,<property in /chosen>[,<index>,<unit>])
48 $(dt_node_int_prop_hex,<node path>,<prop>[,<unit>])
49 $(dt_node_int_prop_int,<node path>,<prop>[,<unit>])
51 $(dt_node_reg_addr_hex,<node path>[,<index>,<unit>])
52 $(dt_node_reg_addr_int,<node path>[,<index>,<unit>])
53 $(dt_node_reg_size_hex,<node path>[,<index>,<unit>])
54 $(dt_node_reg_size_int,<node path>[,<index>,<unit>])
[all …]
/Zephyr-Core-3.6.0/scripts/kconfig/
Dkconfigfunctions.py37 def _dt_units_to_scale(unit): argument
38 if not unit:
40 if unit in {'k', 'K'}:
42 if unit in {'m', 'M'}:
44 if unit in {'g', 'G'}:
46 if unit in {'kb', 'Kb'}:
48 if unit in {'mb', 'Mb'}:
50 if unit in {'gb', 'Gb'}:
163 def _node_reg_addr(node, index, unit): argument
176 return node.regs[int(index)].addr >> _dt_units_to_scale(unit)
[all …]
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/bt_buf_get_evt/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
19 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/bt_buf_get_rx/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
19 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_scan_random_addr_check/
Dtestcase.yaml7 type: unit
9 type: unit
13 type: unit
19 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_add/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
18 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_set_scan_own_addr/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
18 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_setup_public_id_addr/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
19 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_delete/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
19 type: unit
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dsensor_data_types.h98 q31_t light; /**< Unit: lux */
99 q31_t pressure; /**< Unit: kilopascal */
100 q31_t temperature; /**< Unit: degrees Celsius */
101 q31_t percent; /**< Unit: percent */
102 q31_t distance; /**< Unit: meters */
103 q31_t density; /**< Unit: ug/m^3 */
104 q31_t density_ppm; /**< Unit: parts per million */
105 q31_t density_ppb; /**< Unit: parts per billion */
106 q31_t resistance; /**< Unit: ohms */
107 q31_t voltage; /**< Unit: volts */
[all …]
/Zephyr-Core-3.6.0/scripts/pylib/twister/boards/unit/unit_testing/
Dunit_testing.yaml2 name: Unit Testing
3 type: unit
4 arch: unit
/Zephyr-Core-3.6.0/soc/arm/
DKconfig10 This option is enabled when the CPU has a Memory Protection Unit (MPU)
17 This option is enabled when the CPU has a Memory Protection Unit (MPU)
33 MCU implements the ARM Security Attribution Unit (SAU).
39 MCU implements the nRF (vendor-specific) Security Attribution Unit.
40 (IDAU: "Implementation-Defined Attribution Unit", in accordance with
/Zephyr-Core-3.6.0/tests/bluetooth/controller/ctrl_data_length_update/
Dtestcase.yaml8 type: unit
11 type: unit
15 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_set_adv_own_addr/
Dtestcase.yaml7 type: unit
9 type: unit
13 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/controller/ctrl_conn_update/
Dtestcase.yaml9 type: unit
12 type: unit
16 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_init/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_le_oob_get_local/
Dtestcase.yaml7 type: unit
9 type: unit
14 type: unit
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_create/
Dtestcase.yaml7 type: unit
9 type: unit
15 type: unit

12345678910>>...34