/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,kinetis-temperature.yaml | 30 sensor-slope-cold: 34 Temperature sensor slope in microvolts per degree Celsius for 37 sensor-slope-hot: 41 Temperature sensor slope in microvolts per degree Celsius for
|
D | raspberrrypi,pico-temp.yaml | 26 See also the vbe-slope section. 28 vbe-slope: 32 The slope of Vbe voltage in microvolts per degree C. 33 Typically, a slope of -1.721mV per degree.
|
D | st,stm32-temp-common.yaml | 15 Average slope of T-V chart (in mV/°C), found in MCU datasheet
|
/Zephyr-latest/include/zephyr/math/ |
D | interpolation.h | 40 float rise, run, slope; in linear_interpolate() local 62 /* Local slope */ in linear_interpolate() 65 slope = rise / run; in linear_interpolate() 67 /* Apply slope, undo origin shift and round */ in linear_interpolate() 68 return roundf(y_axis[idx_low] + (slope * x_shifted)); in linear_interpolate()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/ |
D | litex-vexriscv-tflite.robot | 32 Wait For Slope 33 Wait For Line On Uart SLOPE: 104 Wait For Slope 106 Wait For Slope
|
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 31 For best performances, user can tune the slope curves using an osciloscope. 59 std-clk-strength-low to fine tune the TWCK slope. 89 std-data-strength-low to fine tune the TWD slope. 120 hs-clk-strength-low to fine tune the TWCK slope. 165 slope.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_test.py | 33 self.num_dic = {"wing": 0, "ring": 0, "slope": 0, "negative": 0} 57 self.num_dic["ring"] * 0.6) + int(self.num_dic["slope"] * 0.6) + int( 60 self.num_dic["ring"] * 0.5) + int(self.num_dic["slope"] * 0.5) + int( 63 self.num_dic["ring"] * 0.2) + int(self.num_dic["slope"] * 0.2) + int(
|
D | data_prepare.py | 20 Read data from "/slope", "/ring", "/wing", "/negative" and save them 39 folders = ["wing", "ring", "slope"]
|
D | data_split.py | 56 num_dic = {"wing": 0, "ring": 0, "slope": 0, "negative": 0}
|
D | data_load.py | 42 self.label2id = {"wing": 0, "ring": 1, "slope": 2, "negative": 3}
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | output_handler.cpp | 21 /* light (red: wing, blue: ring, green: slope) */ in HandleOutput() 34 "SLOPE:\n\r *\n\r *\n\r *\n\r *\n\r " in HandleOutput()
|
D | gesture_predictor.cpp | 29 * 0: wing("W"), 1: ring("O"), 2: slope("angle"), 3: unknown
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/ |
D | README.rst | 63 application recognizes as a series of alternating ring and slope 79 SLOPE: 98 SLOPE:
|
/Zephyr-latest/samples/sensor/bmg160/src/ |
D | main.c | 101 /* set slope threshold to 10 dps */ in test_trigger_mode() 107 printf("Gyro: cannot set slope threshold.\n"); in test_trigger_mode() 111 /* set slope duration to 4 samples */ in test_trigger_mode() 117 printf("Gyro: cannot set slope duration.\n"); in test_trigger_mode()
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | soc.c | 67 * CAPVALUE = round( (CAPACITANCE - 4) * (FICR->XOSC32KTRIM.SLOPE + 0.765625 * 2^9)/(2^9) in nordicsemi_nrf54l_init() 106 /* The SLOPE field is in the two's complement form, hence this special in nordicsemi_nrf54l_init() 108 * extracting the slope value, at least gcc is capable of producing such in nordicsemi_nrf54l_init() 121 * CAPVALUE = (((CAPACITANCE-5.5)*(FICR->XOSC32MTRIM.SLOPE+791)) + in nordicsemi_nrf54l_init()
|
/Zephyr-latest/drivers/sensor/st/stm32_temp/ |
D | stm32_temp.c | 193 * Tjunction = (Slope * (Sense_Data - TS_CAL1)) + TS_CAL1_TEMP in convert_adc_sample_to_temperature() 196 * where Slope = ----------------------------- in convert_adc_sample_to_temperature() 199 const float slope = ((float)(cfg->ts_cal2_temp - cfg->ts_cal1_temp)) in convert_adc_sample_to_temperature() local 202 temperature = (slope * (sense_data - (calib[0] >> cfg->calib_data_shift))) in convert_adc_sample_to_temperature()
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke1xf.dtsi | 66 sensor-slope-cold = <1564>; 67 sensor-slope-hot = <1564>; 77 sensor-slope-cold = <1564>; 78 sensor-slope-hot = <1564>; 88 sensor-slope-cold = <1564>; 89 sensor-slope-hot = <1564>;
|
D | nxp_k6x.dtsi | 58 sensor-slope-cold = <1620>; 59 sensor-slope-hot = <1620>; 69 sensor-slope-cold = <1620>; 70 sensor-slope-hot = <1620>;
|
D | nxp_mcxc_common.dtsi | 57 sensor-slope-cold = <1620>; 58 sensor-slope-hot = <1620>;
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | soc.c | 521 /* The SLOPE field is in the two's complement form, hence this special in nordicsemi_nrf53_init() 523 * extracting the slope value, at least gcc is capable of producing such in nordicsemi_nrf53_init() 533 int32_t slope = (int32_t)(slope_field ^ slope_sign) - (int32_t)slope_sign; in nordicsemi_nrf53_init() local 537 * CAPVALUE = (((FICR->XOSC32MTRIM.SLOPE+56)*(CAPACITANCE*2-14)) in nordicsemi_nrf53_init() 543 ((slope + 56) * (HFXO_CAP_VAL_X2 - 14) in nordicsemi_nrf53_init()
|
/Zephyr-latest/drivers/sensor/bosch/bmg160/ |
D | bmg160_trigger.c | 102 /* the maximum slope depends on selected range */ in bmg160_slope_config() 110 /* slope duration can be 4, 8, 12 or 16 samples */ in bmg160_slope_config()
|
/Zephyr-latest/tests/net/ethernet_mgmt/src/ |
D | main.c | 859 /* And them the idle slope */ in ZTEST() 866 zassert_equal(ret, 0, "could not set idle slope"); in ZTEST() 874 zassert_equal(ret, 0, "could not read idle slope"); in ZTEST() 876 "idle slope did not change"); in ZTEST() 878 /* Oper idle slope should also be the same */ in ZTEST() 885 zassert_equal(ret, 0, "could not read oper idle slope"); in ZTEST() 887 "oper idle slope should equal admin idle slope"); in ZTEST() 916 zassert_not_equal(ret, 0, "should not be able to set oper idle slope"); in ZTEST() 942 zassert_not_equal(ret, 0, "should not be able to set idle slope"); in ZTEST()
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | bma280_trigger.c | 52 LOG_DBG("Could not set slope threshold"); in bma280_attr_set() 61 LOG_DBG("Could not set slope duration"); in bma280_attr_set()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | 8021Qav.rst | 102 LOG_ERR("Cannot set Qav idle slope %u for "
|
/Zephyr-latest/lib/heap/ |
D | heap_stress.c | 53 * slope (i.e. we choose to always allocate with an empty in rand_alloc_choice()
|