Home
last modified time | relevance | path

Searched refs:UNIT (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/power_supply/
A Dhelpers.sh27 UNIT="$2"
33 if [ "$UNIT" = "uA" ]; then
36 elif [ "$UNIT" = "uV" ]; then
39 elif [ "$UNIT" = "uAh" ]; then
42 elif [ "$UNIT" = "uW" ]; then
45 elif [ "$UNIT" = "uWh" ]; then
78 UNIT=$2 # optional
85 ktap_print_msg "Reported: '$DATA' $UNIT ($(to_human_readable_unit "$DATA" "$UNIT"))"
93 UNIT=$4 # optional
104 ktap_print_msg "Reported: '$DATA' $UNIT ($(to_human_readable_unit "$DATA" "$UNIT"))"

Completed in 3 milliseconds