Home
last modified time | relevance | path

Searched full:lsb (Results 1 – 25 of 95) sorted by relevance

1234

/Zephyr-Core-2.7.6/drivers/pinmux/
Dpinmux_intel_s1000.c19 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/
Dnxp,fxos8700.yaml44 - 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 …]
Dst,iis2dlpc-common.yaml35 - 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.
Dst,lis2dw12-common.yaml40 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.
Dst,iis2iclx-common.yaml34 - 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)
Dst,ism330dhcx-common.yaml75 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)
Dti,ina219.yaml11 lsb-microamp:
15 Current LSB in microAmpere
16 Current LSB = max expected current [A] / 2^15
Dti,ina23x.yaml28 Value of Current LSB in milliamps. When set to 1mA,
/Zephyr-Core-2.7.6/drivers/i2c/
DKconfig.esp3228 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/
DKconfig29 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/
Dbma280.c24 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/
Dadt7420.h16 #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/
DKconfig74 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/
Disl29035.c26 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/
Di2s.h58 * 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/
Dtz.h321 * 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/
Dblackpill_f411ce.overlay23 lsb-microamp = <10>;
/Zephyr-Core-2.7.6/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt13 following: 4 MSB bits contains stream ID, 4 LSB bits are incremented.
/Zephyr-Core-2.7.6/dts/bindings/dma/
Ddma-controller.yaml25 kernel. i.e. first channel corresponds to LSB.
/Zephyr-Core-2.7.6/drivers/sensor/bme680/
Dbme680.h119 #define BME680_CONCAT_BYTES(msb, lsb) (((uint16_t)msb << 8) | (uint16_t)lsb) argument
/Zephyr-Core-2.7.6/drivers/sensor/ism330dhcx/
Dism330dhcx.h24 /* 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/
Dlsm6dso.h33 /* 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/
Deth_smsc911x_priv.h47 #define GET_BITFIELD(val, lsb, msb) \ argument
48 (((val) >> (lsb)) & ((1 << ((msb) - (lsb) + 1)) - 1))
/Zephyr-Core-2.7.6/drivers/sensor/lps22hb/
Dlps22hb.c61 /* 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/
Dcanopennode.h54 * 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

1234