Searched full:1600 (Results 1 – 25 of 73) sorted by relevance
123
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adxl372-common.yaml | 14 2 # 1600Hz 32 3 # 1600Hz
|
D | invensense,icm42670.yaml | 27 - 1600 48 - 1600
|
D | bosch,bmi08x-accel.yaml | 63 - "1600"
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | README.rst | 56 [00:00:02.780,000] <inf> main: RGBP width [1600; 1600; 0] height [1200; 1200; 0] 66 [00:00:02.780,000] <inf> main: JPEG width [1600; 1600; 0] height [1200; 1200; 0]
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | Kconfig | 141 bool "1600 Hz" 212 bool "1600 Hz"
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | Kconfig.eswifi | 36 default 1600
|
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/tests_scripts/ |
D | multiple.sh | 10 EXECUTE_TIMEOUT=1600
|
D | multiple_central.sh | 10 EXECUTE_TIMEOUT=1600
|
D | multiple_peripheral.sh | 10 EXECUTE_TIMEOUT=1600
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | ti,tps382x.yaml | 23 default: 1600
|
/Zephyr-latest/drivers/sensor/sensirion/sht4x/ |
D | sht4x.h | 44 1600, 4500, 8300
|
/Zephyr-latest/tests/drivers/wifi/nrf_wifi/ |
D | prj.conf | 36 # nRF70 is main consumer: (16 + 8) * 1600 = ~40KB + ~40KB control path (experimental)
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max22190-gpio.yaml | 37 filter-delays = <50 100 400 800 1600 3200 12800 20000>; // 1000 us == 1ms 111 Value : 50, 100, 400, 800, 1600, 3200, 12800, 20000
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.h | 34 #define MAX_DATA_SIZE 1600
|
/Zephyr-latest/samples/modules/canopennode/objdict/ |
D | objdict.eds | 697 [1600] 703 [1600sub0] 712 [1600sub1] 721 [1600sub2] 730 [1600sub3] 739 [1600sub4] 748 [1600sub5] 757 [1600sub6] 766 [1600sub7] 775 [1600sub8]
|
D | CO_OD.h | 125 /*1600 */ typedef struct { 294 /*1600 */ 504 /*1600 */ OD_RPDOMappingParameter_t RPDOMappingParameter[4]; 634 /*1600, Data Type: RPDOMappingParameter_t */
|
/Zephyr-latest/include/zephyr/dt-bindings/usb-c/ |
D | nxp_nx20p3483.h | 41 /** Current limit of 1600mA */
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig | 66 range 256 1600
|
/Zephyr-latest/drivers/sensor/st/lsm9ds0_mfd/ |
D | Kconfig | 76 bool "1600 Hz"
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x.c | 25 {50, 0}, {100, 0}, {200, 0}, {400, 0}, {800, 0}, {1600, 0}, {3200, 0},
|
/Zephyr-latest/drivers/sensor/st/iis2dh/ |
D | iis2dh.h | 32 ((_lp == IIS2DH_LP_8bit) && (_odr >= 1600) ? IIS2DH_ODR_1kHz620_LP : \
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_portfolio.py | 15 * Portfolio Object (ID 16) [1600-1699]
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | Kconfig | 80 default 1600
|
/Zephyr-latest/drivers/peci/ |
D | peci_ite_it8xxx2.c | 35 * for the frequency are 2000KHz, 1000KHz, and 1600KHz. (Unit: KHz) 39 #define PECI_IT8XXX2_BITRATE_1P6MHZ 1600
|
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/ |
D | bmc150_magn.c | 323 /* val = raw_val / 1600 */ in bmc150_magn_convert() 324 val->val1 = raw_val / 1600; in bmc150_magn_convert() 325 val->val2 = ((int32_t)raw_val * (1000000 / 1600)) % 1000000; in bmc150_magn_convert()
|
123