/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | sample.yaml | 13 - "^.*?I: AL Memory allocated \\d{1,3} bytes. Total allocated \\d{1,3} bytes$" 14 - "^.*?I: FR Memory freed \\d{1,3} bytes. Total allocated 0 bytes$" 18 - "^.*?D: 3 -> bar_msg_sub3" 34 - "^.*?I: From listener foo_lis -> Acc x=1, y=10, z=100" 35 - "^.*?I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100" 36 - "^.*?I: From msg subscriber bar_msg_sub2 -> Acc x=1, y=10, z=100" 37 - "^.*?I: From msg subscriber bar_msg_sub3 -> Acc x=1, y=10, z=100" 38 - "^.*?I: From msg subscriber bar_msg_sub4 -> Acc x=1, y=10, z=100" 39 - "^.*?I: From msg subscriber bar_msg_sub5 -> Acc x=1, y=10, z=100" 40 - "^.*?I: From msg subscriber bar_msg_sub6 -> Acc x=1, y=10, z=100" [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/ |
D | index.rst | 3 X-NUCLEO-IKS01A2: MEMS Inertial and Environmental Multi sensor shield 8 The X-NUCLEO-IKS01A2 is a motion MEMS and environmental sensor expansion board 10 is designed around the LSM6DSL 3D accelerometer and 3D gyroscope, the LSM303AGR 11 3D accelerometer and 3D magnetometer, the HTS221 humidity and temperature sensor 14 The X-NUCLEO-IKS01A2 interfaces with the STM32 microcontroller via the I2C pin, 17 .. image:: img/x-nucleo-iks01a2.jpg 19 :alt: X-NUCLEO-IKS01A2 22 `X-NUCLEO-IKS01A2 website`_. 27 X-NUCLEO-IKS01A2 provides the following key features: 30 - LSM6DSL MEMS 3D accelerometer (±2/±4/±8/±16 g) and [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks02a1/doc/ |
D | index.rst | 3 X-NUCLEO-IKS02A1: MEMS Inertial and Environmental Multi sensor shield 8 The X-NUCLEO-IKS02A1 is a motion MEMS expansion board for the STM32 Nucleo, 11 is designed around the ISM330DHCX 3-axis accelerometer and 3-axis gyroscope, 12 the IIS2MDC 3-axis magnetometer, the IIS2DLPC 3-axis accelerometer and 15 The X-NUCLEO-IKS02A1 interfaces with the STM32 microcontroller via the I2C pin, 18 .. image:: img/x-nucleo-iks02a1.jpg 20 :alt: X-NUCLEO-IKS02A1 23 `X-NUCLEO-IKS02A1 website`_. 28 X-NUCLEO-IKS02A1 provides the following key features: 30 - ISM330DHCX MEMS 3D accelerometer (±2/±4/±8/±16 g) and [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/doc/ |
D | index.rst | 3 X-NUCLEO-IKS01A3: MEMS Inertial and Environmental Multi sensor shield 8 The X-NUCLEO-IKS01A3 is a motion MEMS and environmental sensor expansion board 10 is designed around the LSM6DSO 3D accelerometer and 3D gyroscope, the LIS2MDL 11 3-axis magnetometer, the LIS2DW12 3-axis accelerometer, the HTS221 humidity and 14 The X-NUCLEO-IKS01A3 interfaces with the STM32 microcontroller via the I2C pin, 17 .. image:: img/x-nucleo-iks01a3.jpg 19 :alt: X-NUCLEO-IKS01A3 22 `X-NUCLEO-IKS01A3 website`_. 27 X-NUCLEO-IKS01A3 provides the following key features: 29 - LSM6DO MEMS 3D accelerometer (±2/±4/±8/±16 g) and [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/ |
D | index.rst | 3 X-NUCLEO-IKS01A1: MEMS Inertial and Environmental Multi sensor shield 8 The X-NUCLEO-IKS01A1 is a motion MEMS and environmental sensor 10 layout. It includes an STMicroelectronics’ LSM6DS0 3-axis accelerometer 11 and 3-axis gyroscope, the LIS3MDL 3-axis magnetometer, the HTS221 14 The X-NUCLEO-IKS01A1 interfaces with the main board via an I2C interface. 16 .. image:: img/x-nucleo-iks01a1.jpg 18 :alt: X-NUCLEO-IKS01A 21 `X-NUCLEO-IKS01A1 website`_. 26 X-NUCLEO-IKS01A1 provides the following key features: 29 - LSM6DS0: MEMS 3D accelerometer (±2/±4/±8 g) + 3D gyroscope (±245/±500/±2000 [all …]
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns_ll.h | 12 #define CDNS_HRS09_EXT_WR_MODE BIT(3) 15 #define CDNS_HRS09_EXT_RD_MODE(x) ((x) << 2) argument 16 #define CDNS_HRS09_EXTENDED_WR(x) ((x) << 3) argument 17 #define CDNS_HRS09_RDCMD_EN(x) ((x) << 15) argument 18 #define CDNS_HRS09_RDDATA_EN(x) ((x) << 16) argument 82 #define BUFFER_BOUNDARY_32K 3U 98 #define CDNS_SRS15_SDR104 (3 << CDNS_SRS15_UMS) 122 #define CP_USE_EXT_LPBK_DQS(x) (x << 22) argument 123 #define CP_USE_LPBK_DQS(x) (x << 21) argument 124 #define CP_USE_PHONY_DQS(x) (x << 20) argument [all …]
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp_regs_v1.h | 30 #define SSCR0_DSIZE(x) DAI_INTEL_SSP_SET_BITS(3, 0, (x) - 1) argument 31 #define SSCR0_DSIZE_GET(x) (((x) & DAI_INTEL_SSP_MASK(3, 0)) + 1) argument 36 #define SSCR0_PSP DAI_INTEL_SSP_SET_BITS(5, 4, 3) 40 #define SSCR0_SCR(x) DAI_INTEL_SSP_SET_BITS(19, 8, x) argument 45 #define SSCR0_FRDC(x) DAI_INTEL_SSP_SET_BITS(26, 24, (x) - 1) argument 46 #define SSCR0_FRDC_GET(x) ((((x) & DAI_INTEL_SSP_MASK(26, 24)) >> 24) + 1) argument 54 #define SSCR1_SPO BIT(3) 58 #define SSCR1_TFT(x) DAI_INTEL_SSP_SET_BITS(9, 6, (x) - 1) argument 60 #define SSCR1_RFT(x) DAI_INTEL_SSP_SET_BITS(13, 10, (x) - 1) argument 80 #define SSCR2_PSPSRWFDFD BIT(3) [all …]
|
D | ssp_regs_v2.h | 31 #define SSCR0_DSIZE(x) DAI_INTEL_SSP_SET_BITS(3, 0, (x) - 1) argument 32 #define SSCR0_DSIZE_GET(x) (((x) & DAI_INTEL_SSP_MASK(3, 0)) + 1) argument 37 #define SSCR0_PSP DAI_INTEL_SSP_SET_BITS(5, 4, 3) 41 #define SSCR0_SCR(x) DAI_INTEL_SSP_SET_BITS(19, 8, x) argument 46 #define SSCR0_FRDC(x) DAI_INTEL_SSP_SET_BITS(26, 24, (x) - 1) argument 47 #define SSCR0_FRDC_GET(x) ((((x) & DAI_INTEL_SSP_MASK(26, 24)) >> 24) + 1) argument 55 #define SSCR1_SPO BIT(3) 59 #define SSCR1_TFT(x) DAI_INTEL_SSP_SET_BITS(9, 6, (x) - 1) argument 61 #define SSCR1_RFT(x) DAI_INTEL_SSP_SET_BITS(13, 10, (x) - 1) argument 81 #define SSCR2_PSPSRWFDFD BIT(3) [all …]
|
D | ssp_regs_v3.h | 32 #define PCMSyCM_OFFSET(x) 0x16 + 0x4*(x) argument 38 #define SSCR0_DSIZE(x) DAI_INTEL_SSP_SET_BITS(3, 0, (x) - 1) argument 39 #define SSCR0_DSIZE_GET(x) (((x) & DAI_INTEL_SSP_MASK(3, 0)) + 1) argument 44 #define SSCR0_PSP DAI_INTEL_SSP_SET_BITS(5, 4, 3) 48 #define SSCR0_SCR(x) DAI_INTEL_SSP_SET_BITS(19, 8, x) argument 53 #define SSCR0_FRDC(x) DAI_INTEL_SSP_SET_BITS(26, 24, (x) - 1) argument 54 #define SSCR0_FRDC_GET(x) ((((x) & DAI_INTEL_SSP_MASK(26, 24)) >> 24) + 1) argument 65 #define SSCR1_RSVD1 DAI_INTEL_SSP_MASK(15, 3) 80 #define SSCR2_PSPSRWFDFD BIT(3) 96 #define SSPSP_SCMODE(x) DAI_INTEL_SSP_SET_BITS(1, 0, x) argument [all …]
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372.h | 42 #define ADXL372_X_DATA_H 0x08u /* X-axis acceleration data [11:4] */ 43 #define ADXL372_X_DATA_L 0x09u /* X-axis acceleration data [3:0] */ 45 #define ADXL372_Y_DATA_L 0x0Bu /* Y-axis acceleration data [3:0] */ 47 #define ADXL372_Z_DATA_L 0x0Du /* Z-axis acceleration data [3:0] */ 48 #define ADXL372_X_MAXPEAK_H 0x15u /* X-axis MaxPeak acceleration data */ 49 #define ADXL372_X_MAXPEAK_L 0x16u /* X-axis MaxPeak acceleration data */ 54 #define ADXL372_OFFSET_X 0x20u /* X axis offset */ 57 #define ADXL372_X_THRESH_ACT_H 0x23u /* X axis Activity Threshold [15:8] */ 58 #define ADXL372_X_THRESH_ACT_L 0x24u /* X axis Activity Threshold [7:0] */ 64 #define ADXL372_X_THRESH_INACT_H 0x2Au /* X axis Inactivity Threshold */ [all …]
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362.h | 64 #define ADXL362_STATUS_FIFO_OVERRUN (1 << 3) 70 #define ADXL362_ACT_INACT_CTL_LINKLOOP(x) (((x) & 0x3) << 4) argument 71 #define ADXL362_ACT_INACT_CTL_INACT_REF (1 << 3) 76 /* ADXL362_ACT_INACT_CTL_LINKLOOP(x) options */ 79 #define ADXL362_MODE_LOOP 3 82 #define ADXL362_FIFO_CTL_AH (1 << 3) 84 #define ADXL362_FIFO_CTL_FIFO_MODE(x) (((x) & 0x3) << 0) argument 86 /* ADXL362_FIFO_CTL_FIFO_MODE(x) options */ 90 #define ADXL362_FIFO_TRIGGERED 3 97 #define ADXL362_INTMAP1_FIFO_OVERRUN (1 << 3) [all …]
|
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/ |
D | soc.h | 30 * [3:4] mode. 40 #define IOCON_PIO_FUNC(x) (((x) & 0x7)) argument 42 #define IOCON_PIO_MODE(x) (((x) & 0x3) << 3) argument 44 #define IOCON_PIO_HYS(x) (((x) & 0x1) << 5) argument 46 #define IOCON_PIO_INVERT(x) (((x) & 0x1) << 2) argument 48 #define IOCON_PIO_OD(x) (((x) & 0x1) << 10) argument 50 #define IOCON_PIO_SMODE(x) (((x) & 0x3) << 11) argument 52 #define IOCON_PIO_CLKDIV(x) (((x) & 0x7) << 13) argument 60 * [3:4] mode. 72 #define IOCON_PIO_ADMODE(x) (((x) & 0x1) << 7) argument [all …]
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345.h | 36 #define ADXL345_REG_READ(x) ((x & 0xFF) | ADXL345_READ_CMD) argument 59 #define ADXL345_ENABLE_MEASURE_BIT (1 << 3) 62 #define ADXL345_COMPLEMENT_MASK(x) GENMASK(15, (x)) argument 72 #define ADXL345_STATUS_DOUBLE_TAP(x) (((x) >> 5) & 0x1) argument 73 #define ADXL345_STATUS_SINGLE_TAP(x) (((x) >> 6) & 0x1) argument 74 #define ADXL345_STATUS_DATA_RDY(x) (((x) >> 7) & 0x1) argument 78 #define ADXL345_INT_MAP_OVERRUN_MODE(x) (((x) & 0x1) << 0) argument 80 #define ADXL345_INT_MAP_WATERMARK_MODE(x) (((x) & 0x1) << 1) argument 82 #define ADXL345_INT_MAP_FREE_FALL_MODE(x) (((x) & 0x1) << 2) argument 83 #define ADXL345_INT_MAP_INACT_MSK BIT(3) [all …]
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/ |
D | README.rst | 1 .. zephyr:code-sample:: x-nucleo-iks01a2-std 2 :name: X-NUCLEO-IKS01A2 shield - Standard (Mode 1) 5 Interact with all the sensors of an X-NUCLEO-IKS01A2 shield using Standard Mode. 9 This sample enables all sensors of a X-NUCLEO-IKS01A2 shield, and then 14 - LSM6DSL: 3-Axis Acceleration and 3-Axis Angular Velocity 15 - LSM303AGR 3-Axis Acceleration and 3-axis Magnetic field intensity 20 This sample communicates over I2C with the X-NUCLEO-IKS01A2 shield 35 -X-NUCLEO-IKS01A2: https://www.st.com/en/ecosystems/x-nucleo-iks01a2.html 40 This sample runs with X-NUCLEO-IKS01A2 stacked on any board with a matching 54 X-NUCLEO-IKS01A2 sensor dashboard [all …]
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub1/ |
D | README.rst | 3 X-NUCLEO-IKS4A1 shield SHUB1 (Mode 3) sample 8 This sample is provided as an example to test the X-NUCLEO-IKS4A1 shield 9 configured in SHUB1 (Mode 3). 10 Please refer to :ref:`x-nucleo-iks4a1-mode-3` for more info on this configuration. 18 - LSM6DSV16X (from LIS2MDL) 3-Axis magnetic field intensity 24 This sample communicates over I2C with the X-NUCLEO-IKS4A1 shield 31 This sample runs with X-NUCLEO-IKS4A1 stacked on any board with a matching 46 X-NUCLEO-IKS01A4 sensor dashboard 48 LSM6DSV16X: Accel (m.s-2): x: 0.081, y: -0.177, z: 9.945 49 LSM6DSV16X: GYro (dps): x: 0.001, y: -0.000, z: 0.004 [all …]
|
/Zephyr-latest/dts/bindings/haptics/ |
D | ti,drv2605.yaml | 22 - "1X" 23 - "2X" 24 - "3X" 25 - "4X" 26 - "6X" 27 - "8X" 28 - "16X" 30 default: "3X" 33 According to the datasheet, a value of 2 ("3X") is valid for most
|
/Zephyr-latest/soc/sifive/sifive_freedom/fu700/ |
D | prci.h | 33 #define PLL_R(x) (((x) & 0x3f) << 0) argument 34 #define PLL_F(x) (((x) & 0x1ff) << 6) argument 35 #define PLL_Q(x) (((x) & 0x7) << 15) argument 36 #define PLL_RANGE(x) (((x) & 0x7) << 18) argument 37 #define PLL_BYPASS(x) (((x) & 0x1) << 24) argument 38 #define PLL_FSE(x) (((x) & 0x1) << 25) argument 39 #define PLL_LOCK(x) (((x) & 0x1) << 31) argument 44 #define PLL_RANGE_18MHZ 3 53 #define OUTDIV_PLLCKE(x) (((x) & 0x1) << 31) argument 58 #define CLKSEL_SEL(x) (((x) & 0x1) << 0) argument [all …]
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/src/ |
D | main.c | 38 int x; member 51 ZBUS_MSG_INIT(.x = 0, .y = 0, .z = 0) /* Initial value */ 58 LOG_INF("From listener foo_lis -> Acc x=%d, y=%d, z=%d", acc->x, acc->y, acc->z); in listener_callback_example() 97 LOG_INF("From msg subscriber %s -> Acc x=%d, y=%d, z=%d", zbus_obs_name(subscriber), in msg_subscriber_task() 98 acc.x, acc.y, acc.z); in msg_subscriber_task() 103 NULL, NULL, 3, 0, 0); 105 NULL, NULL, 3, 0, 0); 107 NULL, NULL, 3, 0, 0); 109 NULL, NULL, 3, 0, 0); 111 NULL, NULL, 3, 0, 0); [all …]
|
/Zephyr-latest/tests/unit/crc/ |
D | main.c | 19 uint8_t test2[] = { '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in ZTEST() 46 uint8_t test2[] = { '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in ZTEST() 57 uint8_t test2[] = { '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in ZTEST() 65 zassert_equal(crc24_pgp_update(CRC24_PGP_INITIAL_VALUE, test2, 3), 0x0009DF67); in ZTEST() 66 zassert_equal(crc24_pgp_update(0x0009DF67, test2 + 3, 2), 0x00BA353A); in ZTEST() 72 uint8_t test[] = { '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in ZTEST() 81 /* CRC-16/DECT-X in ZTEST() 82 * https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-dect-x in ZTEST() 90 uint8_t test[] = { '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in ZTEST() 107 uint8_t test2[] = { '1', '2', '3', '4', '5', '6', '7', '8', '9' }; in ZTEST() [all …]
|
/Zephyr-latest/arch/arm/core/ |
D | fatal.c | 23 LOG_ERR("r0/a1: 0x%08x r1/a2: 0x%08x r2/a3: 0x%08x", in esf_dump() 25 LOG_ERR("r3/a4: 0x%08x r12/ip: 0x%08x r14/lr: 0x%08x", in esf_dump() 27 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump() 30 LOG_ERR("s[%2d]: 0x%08x s[%2d]: 0x%08x" in esf_dump() 31 " s[%2d]: 0x%08x s[%2d]: 0x%08x", in esf_dump() 35 i + 3, (uint32_t)esf->fpu.s[i + 3]); in esf_dump() 39 LOG_ERR("d[%2d]: 0x%16llx d[%2d]: 0x%16llx" in esf_dump() 40 " d[%2d]: 0x%16llx d[%2d]: 0x%16llx", in esf_dump() 44 i + 3, (uint64_t)esf->fpu.d[i + 3]); in esf_dump() 47 LOG_ERR("fpscr: 0x%08x", esf->fpu.fpscr); in esf_dump() [all …]
|
/Zephyr-latest/samples/drivers/spi_bitbang/src/ |
D | main.c | 41 printf(" wrote %04x %04x %04x %04x %04x\n", in test_basic_write_9bit_words() 42 buff[0], buff[1], buff[2], buff[3], buff[4]); in test_basic_write_9bit_words() 47 * 3 words. Connect MOSI to MISO to test read 61 uint16_t rxdata[3]; in test_9bit_loopback_partial() 80 printf(" tx (i) : %04x %04x\n", buff[0], buff[1]); in test_9bit_loopback_partial() 81 printf(" tx (ii) : %04x %04x %04x\n", buff[2], buff[3], buff[4]); in test_9bit_loopback_partial() 82 printf(" rx (ii) : %04x %04x %04x\n", rxdata[0], rxdata[1], rxdata[2]); in test_9bit_loopback_partial() 115 printf(" tx (i) : %02x %02x %02x %02x %02x\n", in test_8bit_xfer() 116 buff[0], buff[1], buff[2], buff[3], buff[4]); in test_8bit_xfer() 117 printf(" rx (i) : %02x %02x %02x %02x %02x\n", in test_8bit_xfer() [all …]
|
/Zephyr-latest/drivers/sensor/veaa_x_3/ |
D | Kconfig | 1 # VEAA-X-3 configuration options 7 bool "VEAA-X-3 pressure driver" 13 Enable driver for Festo VEAA-X-3.
|
/Zephyr-latest/dts/bindings/adc/ |
D | adc-controller.yaml | 41 - ADC_GAIN_1_6: x 1/6 42 - ADC_GAIN_1_5: x 1/5 43 - ADC_GAIN_1_4: x 1/4 44 - ADC_GAIN_1_3: x 1/3 45 - ADC_GAIN_2_5: x 2/5 46 - ADC_GAIN_1_2: x 1/2 47 - ADC_GAIN_2_3: x 2/3 48 - ADC_GAIN_4_5: x 4/5 49 - ADC_GAIN_1: x 1 50 - ADC_GAIN_2: x 2 [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/doc/ |
D | index.rst | 3 X-NUCLEO-IKS4A1: MEMS Inertial and Environmental Multi sensor shield 8 The X-NUCLEO-IKS4A1 is a motion MEMS and environmental sensor expansion board 14 .. image:: img/x-nucleo-iks4a1.jpg 16 :alt: X-NUCLEO-IKS4A1 19 `X-NUCLEO-IKS4A1 website`_. 24 X-NUCLEO-IKS4A1 provides the following key features: 26 - LSM6DSO16IS: MEMS 3D accelerometer (±2/±4/±8/±16 g) + 3D gyroscope 28 - LIS2MDL: MEMS 3D magnetometer (±50 gauss) 29 - LIS2DUXS12: Ultra low-power MEMS 3D accelerometer (±2/±4/±8/±16 g) with 37 - LSM6DSV16X: MEMS 3D accelerometer (±2/±4/±8/±16 g) + 3D gyroscope [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 117 shell_print(sh, "Got Composition Data for 0x%04x, page: %d:", in cmd_get_comp() 119 shell_print(sh, "\tCID 0x%04x", comp.cid); in cmd_get_comp() 120 shell_print(sh, "\tPID 0x%04x", comp.pid); in cmd_get_comp() 121 shell_print(sh, "\tVID 0x%04x", comp.vid); in cmd_get_comp() 122 shell_print(sh, "\tCRPL 0x%04x", comp.crpl); in cmd_get_comp() 123 shell_print(sh, "\tFeatures 0x%04x", comp.feat); in cmd_get_comp() 128 shell_print(sh, "\tElement @ 0x%04x:", elem.loc); in cmd_get_comp() 139 shell_print(sh, "\t\t\t0x%04x", mod_id); in cmd_get_comp() 152 shell_print(sh, "\t\t\tCompany 0x%04x: 0x%04x", in cmd_get_comp() 172 "Got Composition Data for 0x%04x, page: %d:", in cmd_get_comp() [all …]
|