/Zephyr-Core-2.7.6/drivers/pinmux/ |
D | pinmux_intel_s1000.c | 19 uint32_t lsb, msb; in pinmux_set() local 31 lsb = IOMUX_LSB(pin); in pinmux_set() 34 if ((index >= PINMUX_CTRL_REG_COUNT) || (msb > 31) || (lsb > msb)) { in pinmux_set() 38 mask = BIT_MASK(msb - lsb + 1) << lsb; in pinmux_set() 39 value = (func << lsb) & mask; in pinmux_set() 48 uint32_t lsb, msb; in pinmux_get() local 59 lsb = IOMUX_LSB(pin); in pinmux_get() 62 if ((index >= PINMUX_CTRL_REG_COUNT) || (msb > 31) || (lsb > msb) || in pinmux_get() 67 mask = BIT_MASK(msb - lsb + 1); in pinmux_get() 69 *func = (iomux_ctrl_regs[index] >> lsb) & mask; in pinmux_get()
|
/Zephyr-Core-2.7.6/dts/bindings/sensor/ |
D | nxp,fxos8700.yaml | 44 - 8 # 8g (0.976 mg/LSB) 45 - 4 # 4g (0.488 mg/LSB) 46 - 2 # 2g (0.244 mg/LSB) 73 resolution of 0.063 g/LSB, corresponding to an 8g acceleration 84 resolution of 0.063 g/LSB, corresponding to an 8g acceleration 95 resolution of 0.063 g/LSB, corresponding to an 8g acceleration 109 ODR=800 Hz and pls_hpf_en=0, the resolution is 0.625 ms/LSB. 121 pls_hpf_en=0, the resolution is 1.25 ms/LSB. 137 For ODR=800 Hz and pls_hpf_en=0, the resolution is 1.25 ms/LSB. 151 Resolution is 0.1 uT/LSB. [all …]
|
D | st,iis2dlpc-common.yaml | 35 - 16 # 16g (1.952 mg/LSB) 36 - 8 # 8g (0.976 mg/LSB) 37 - 4 # 4g (0.488 mg/LSB) 38 - 2 # 2g (0.244 mg/LSB) 94 1LSB = 8*1/ODR. 105 double-tap event. Where 0 equals 16*1/ODR and 1LSB = 32*1/ODR. 116 and 1LSB = 4*1/ODR.
|
D | st,lis2dw12-common.yaml | 40 16 # 16g (1.952 mg/LSB) 41 8 # 8g (0.976 mg/LSB) 42 4 # 4g (0.488 mg/LSB) 43 2 # 2g (0.244 mg/LSB) 118 1LSB = 8*1/ODR. 129 double-tap event. Where 0 equals 16*1/ODR and 1LSB = 32*1/ODR. 140 and 1LSB = 4*1/ODR.
|
D | st,iis2iclx-common.yaml | 34 - 0 # 500mg (0.015 mg/LSB) 35 - 1 # 3g (0.122 mg/LSB) 36 - 2 # 1g (0.031 mg/LSB) 37 - 3 # 2g (0.061 mg/LSB)
|
D | st,ism330dhcx-common.yaml | 75 16 16g (0.488 mg/LSB) 76 8 8g (0.244 mg/LSB) 77 4 4g (0.122 mg/LSB) 78 2 2g (0.061 mg/LSB)
|
D | ti,ina219.yaml | 11 lsb-microamp: 15 Current LSB in microAmpere 16 Current LSB = max expected current [A] / 2^15
|
D | ti,ina23x.yaml | 28 Value of Current LSB in milliamps. When set to 1mA,
|
/Zephyr-Core-2.7.6/drivers/i2c/ |
D | Kconfig.esp32 | 28 bool "Port 0 Transmit LSB first" 31 bool "Port 0 Receive LSB first" 38 bool "Port 1 Transmit LSB first" 41 bool "Port 1 Receive LSB first"
|
/Zephyr-Core-2.7.6/drivers/sensor/fxas21002/ |
D | Kconfig | 29 0: +/-2000 dps (62.5 mdps/LSB) 30 1: +/-1000 dps (31.25 mdps/LSB) 31 2: +/-500 dps (15.625 mdps/LSB) 32 3: +/-250 dps (7.8125 mdps/LSB)
|
/Zephyr-Core-2.7.6/drivers/sensor/bma280/ |
D | bma280.c | 24 uint8_t lsb; in bma280_sample_fetch() local 38 lsb = (buf[0] & BMA280_ACCEL_LSB_MASK) >> BMA280_ACCEL_LSB_SHIFT; in bma280_sample_fetch() 39 drv_data->x_sample = (((int8_t)buf[1]) << BMA280_ACCEL_LSB_BITS) | lsb; in bma280_sample_fetch() 41 lsb = (buf[2] & BMA280_ACCEL_LSB_MASK) >> BMA280_ACCEL_LSB_SHIFT; in bma280_sample_fetch() 42 drv_data->y_sample = (((int8_t)buf[3]) << BMA280_ACCEL_LSB_BITS) | lsb; in bma280_sample_fetch() 44 lsb = (buf[4] & BMA280_ACCEL_LSB_MASK) >> BMA280_ACCEL_LSB_SHIFT; in bma280_sample_fetch() 45 drv_data->z_sample = (((int8_t)buf[5]) << BMA280_ACCEL_LSB_BITS) | lsb; in bma280_sample_fetch()
|
/Zephyr-Core-2.7.6/drivers/sensor/adt7420/ |
D | adt7420.h | 16 #define ADT7420_REG_TEMP_LSB 0x01 /* Temperature value LSB */ 20 #define ADT7420_REG_T_HIGH_LSB 0x05 /* Temperature HIGH setpoint LSB */ 22 #define ADT7420_REG_T_LOW_LSB 0x07 /* Temperature LOW setpoint LSB */ 24 #define ADT7420_REG_T_CRIT_LSB 0x09 /* Temperature CRIT setpoint LSB */
|
/Zephyr-Core-2.7.6/drivers/sensor/max30101/ |
D | Kconfig | 74 0 = 7.81 pA/LSB 75 1 = 15.63 pA/LSB 76 2 = 31.25 pA/LSB 77 3 = 62.5 pA/LSB
|
/Zephyr-Core-2.7.6/drivers/sensor/isl29035/ |
D | isl29035.c | 26 uint8_t msb, lsb; in isl29035_sample_fetch() local 36 ISL29035_DATA_LSB_REG, &lsb) < 0) { in isl29035_sample_fetch() 40 drv_data->data_sample = (msb << 8) + lsb; in isl29035_sample_fetch()
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | i2s.h | 58 * SD | |MSB| |...| |LSB| x |...| x |MSB| |...| |LSB| x |...| x | 77 * SD | |MSB| |...| |LSB|MSB| |...| |LSB|MSB| |...| |LSB| 97 * SD | |MSB| |...| |LSB|MSB| |...| |LSB|MSB| |...| |LSB| 118 * SD |MSB| |...| |LSB| x |...| x |MSB| |...| |LSB| x |...| x | 130 * such that the LSB is always sent in the clock period preceding the WS 139 * SD | x |...| x |MSB| |...| |LSB| x |...| x |MSB| |...| |LSB| 147 /** Send LSB first */ 149 /** Invert bit ordering, send LSB first */
|
/Zephyr-Core-2.7.6/arch/arm/include/aarch32/cortex_m/ |
D | tz.h | 321 * A non-secure function pointer is a function pointer that has its LSB unset. 323 * value of a pointer with its LSB cleared. 331 * A non-secure function pointer is a function pointer that has its LSB unset. 333 * the supplied pointer has its LSB cleared and, thus, can be of non-secure 339 * (i.e. with LSB unset), zero otherwise.
|
/Zephyr-Core-2.7.6/samples/sensor/ina219/boards/ |
D | blackpill_f411ce.overlay | 23 lsb-microamp = <10>;
|
/Zephyr-Core-2.7.6/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 13 following: 4 MSB bits contains stream ID, 4 LSB bits are incremented.
|
/Zephyr-Core-2.7.6/dts/bindings/dma/ |
D | dma-controller.yaml | 25 kernel. i.e. first channel corresponds to LSB.
|
/Zephyr-Core-2.7.6/drivers/sensor/bme680/ |
D | bme680.h | 119 #define BME680_CONCAT_BYTES(msb, lsb) (((uint16_t)msb << 8) | (uint16_t)lsb) argument
|
/Zephyr-Core-2.7.6/drivers/sensor/ism330dhcx/ |
D | ism330dhcx.h | 24 /* Accel sensor sensitivity grain is 61 ug/LSB */ 27 /* Gyro sensor sensitivity grain is 4.375 udps/LSB */
|
/Zephyr-Core-2.7.6/drivers/sensor/lsm6dso/ |
D | lsm6dso.h | 33 /* Accel sensor sensitivity grain is 61 ug/LSB */ 36 /* Gyro sensor sensitivity grain is 4.375 udps/LSB */
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | eth_smsc911x_priv.h | 47 #define GET_BITFIELD(val, lsb, msb) \ argument 48 (((val) >> (lsb)) & ((1 << ((msb) - (lsb) + 1)) - 1))
|
/Zephyr-Core-2.7.6/drivers/sensor/lps22hb/ |
D | lps22hb.c | 61 /* Pressure sensitivity is 4096 LSB/hPa */ in lps22hb_press_convert() 71 /* Temperature sensitivity is 100 LSB/deg C */ in lps22hb_temp_convert()
|
/Zephyr-Core-2.7.6/modules/canopennode/ |
D | canopennode.h | 54 * client writes 0x65766173 ('s', 'a', 'v', 'e' from LSB to MSB) to 60 * ('l', 'o', 'a', 'd' from LSB to MSB) to object dictionary index
|