/Zephyr-latest/drivers/sensor/f75303/ |
D | f75303.h | 13 #define F75303_LOCAL_TEMP_H 0x00 14 #define F75303_REMOTE1_TEMP_H 0x01 15 #define F75303_REMOTE1_TEMP_L 0x10 16 #define F75303_REMOTE2_TEMP_H 0x23 17 #define F75303_REMOTE2_TEMP_L 0x24 18 #define F75303_LOCAL_TEMP_L 0x29
|
/Zephyr-latest/tests/drivers/w1/w1_api/ |
D | w1_devices.dtsi | 10 family-code = <0x28>; 17 family-code = <0x29>;
|
/Zephyr-latest/arch/arm64/core/ |
D | switch.S | 46 stp x29, x4, [x1, #_thread_offset_to_callee_saved_x29_sp_el0] 48 str x29, [x1, #_thread_offset_to_callee_saved_x29_sp_el0] 99 ldp x29, x4, [x0, #_thread_offset_to_callee_saved_x29_sp_el0] 104 ldr x29, [x0, #_thread_offset_to_callee_saved_x29_sp_el0] 148 cmp x1, #0x07 /*Access to SIMD or floating-point */ 156 cmp x1, #0x15 /* 0x15 = SVC */ 160 and x1, x0, #0xff 213 mov x0, #0 /* K_ERR_CPU_EXCEPTION */
|
/Zephyr-latest/samples/sensor/proximity_polling/boards/ |
D | nrf52840dk_nrf52840.overlay | 12 reg = <0x29>; 18 proximity-low-threshold = <0>; 20 proximity-interrupt-filter = <0>; 21 wait-time-factor = <0>;
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | aw9523b.h | 13 #define AW9523B_REG_INPUT0 0x00 14 #define AW9523B_REG_INPUT1 0x01 15 #define AW9523B_REG_OUTPUT0 0x02 16 #define AW9523B_REG_OUTPUT1 0x03 17 #define AW9523B_REG_CONFIG0 0x04 18 #define AW9523B_REG_CONFIG1 0x05 19 #define AW9523B_REG_INT0 0x06 20 #define AW9523B_REG_INT1 0x07 21 #define AW9523B_REG_ID 0x10 22 #define AW9523B_REG_CTL 0x11 [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,lsm6dsv16x-common.yaml | 12 lsm6dsv16x: lsm6dsv16x@0 { 58 default: 0 62 - 0 # LSM6DSV16X_DT_FS_2G (0.061 mg/LSB) 67 enum: [0, 1, 2, 3] 71 default: 0x0 79 - 0x00 # LSM6DSV16X_DT_ODR_OFF 80 - 0x01 # LSM6DSV16X_DT_ODR_AT_1Hz875 81 - 0x02 # LSM6DSV16X_DT_ODR_AT_7Hz5 82 - 0x03 # LSM6DSV16X_DT_ODR_AT_15Hz 83 - 0x04 # LSM6DSV16X_DT_ODR_AT_30Hz [all …]
|
/Zephyr-latest/dts/arm/nuvoton/ |
D | npcx7m6fc.dtsi | 12 reg = <0x10090000 DT_SIZE_K(192)>; 16 reg = <0x64000000 DT_SIZE_K(512)>; 21 reg = <0x200C0000 DT_SIZE_K(62)>; 27 reg = <0x200CF800 DT_SIZE_K(2)>; 31 device-id = <0x29>; 38 int_flash: w25q40@0 { 41 reg = <0>; 46 mapped-addr = <0x64000000>; 47 pinctrl-0 = <&int_flash_sl>;
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | Kconfig | 33 from the manufacturer default (0x29) to the address specified in the
|
/Zephyr-latest/drivers/display/ |
D | display_st7789v.h | 11 #define ST7789V_CMD_NOP 0x00 12 #define ST7789V_CMD_SW_RESET 0x01 14 #define ST7789V_CMD_SLEEP_IN 0x10 15 #define ST7789V_CMD_SLEEP_OUT 0x11 16 #define ST7789V_CMD_INV_OFF 0x20 17 #define ST7789V_CMD_INV_ON 0x21 18 #define ST7789V_CMD_GAMSET 0x26 19 #define ST7789V_CMD_DISP_OFF 0x28 20 #define ST7789V_CMD_DISP_ON 0x29 22 #define ST7789V_CMD_CASET 0x2a [all …]
|
D | display_st7735r.h | 11 #define ST7735R_CMD_SW_RESET 0x01 12 #define ST7735R_CMD_RDDID 0x04 13 #define ST7735R_CMD_RDDST 0x09 14 #define ST7735R_CMD_RDDPM 0x0A 15 #define ST7735R_CMD_RDD_MADCTL 0x0B 16 #define ST7735R_CMD_RDD_COLMOD 0x0C 17 #define ST7735R_CMD_RDDIM 0x0D 18 #define ST7735R_CMD_RDDSM 0x0E 20 #define ST7735R_CMD_SLEEP_IN 0x10 21 #define ST7735R_CMD_SLEEP_OUT 0x11 [all …]
|
D | display_st7796s.h | 10 #define ST7796S_CMD_SLPIN 0x10 /* Sleep in */ 11 #define ST7796S_CMD_SLPOUT 0x11 /* Sleep out */ 12 #define ST7796S_CMD_INVOFF 0x20 /* Display inversion off */ 13 #define ST7796S_CMD_INVON 0x21 /* Display inversion on */ 14 #define ST7796S_CMD_CASET 0x2A /* Column address set */ 15 #define ST7796S_CMD_RASET 0x2B /* Row address set */ 16 #define ST7796S_CMD_RAMWR 0x2C /* Memory write */ 17 #define ST7796S_CMD_DISPOFF 0x28 /* Display off */ 18 #define ST7796S_CMD_DISPON 0x29 /* Display on */ 19 #define ST7796S_CMD_TEON 0x35 /* Tearing effect on */ [all …]
|
D | ssd16xx_regs.h | 12 #define SSD16XX_CMD_GDO_CTRL 0x01 13 #define SSD16XX_CMD_GDV_CTRL 0x03 14 #define SSD16XX_CMD_SDV_CTRL 0x04 15 #define SSD16XX_CMD_SOFTSTART 0x0c 16 #define SSD16XX_CMD_GSCAN_START 0x0f 17 #define SSD16XX_CMD_SLEEP_MODE 0x10 18 #define SSD16XX_CMD_ENTRY_MODE 0x11 19 #define SSD16XX_CMD_SW_RESET 0x12 20 #define SSD16XX_CMD_TSENSOR_SELECTION 0x18 21 #define SSD16XX_CMD_TSENS_CTRL 0x1a [all …]
|
D | display_ili9xxx.h | 16 #define ILI9XXX_SWRESET 0x01 17 #define ILI9XXX_SLPOUT 0x11 18 #define ILI9XXX_DINVON 0x21 19 #define ILI9XXX_GAMSET 0x26 20 #define ILI9XXX_DISPOFF 0x28 21 #define ILI9XXX_DISPON 0x29 22 #define ILI9XXX_CASET 0x2a 23 #define ILI9XXX_PASET 0x2b 24 #define ILI9XXX_RAMWR 0x2c 25 #define ILI9XXX_RGBSET 0x2d [all …]
|
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/ |
D | random_data.h | 8 0xdc, 0x70, 0xfa, 0x96, 0xbb, 0x71, 0x49, 0x06, 0x18, 0x75, 0x84, 0xaf, 9 0xe3, 0xd4, 0x60, 0x11, 0xf8, 0xf8, 0xfa, 0xc7, 0x67, 0xae, 0xa4, 0x36, 10 0x08, 0xe5, 0x76, 0xa6, 0x50, 0x98, 0x2e, 0xc1, 0x4f, 0x91, 0x90, 0x92, 11 0xbf, 0xfa, 0x5a, 0xce, 0x6d, 0xeb, 0x2e, 0x5c, 0x77, 0x6b, 0x90, 0xfc, 12 0x50, 0xd7, 0x69, 0x04, 0x4b, 0x1d, 0xb3, 0x54, 0x55, 0xba, 0x0f, 0x75, 13 0xf5, 0x3b, 0x0c, 0x76, 0xc8, 0x31, 0x7d, 0x9a, 0xb5, 0xcd, 0x4f, 0x70, 14 0x47, 0xa0, 0xe3, 0xe5, 0x68, 0x59, 0xfb, 0x1e, 0x20, 0x4a, 0x9c, 0x90, 15 0xb6, 0xe7, 0x45, 0x83, 0x8d, 0x71, 0xd7, 0x27, 0xac, 0xef, 0xa3, 0xb9, 16 0x39, 0xda, 0x30, 0xac, 0xc3, 0x3a, 0x1c, 0x7c, 0x29, 0x2f, 0xc6, 0xa0, 17 0xbc, 0xe1, 0x1d, 0xab, 0x0f, 0x16, 0x30, 0xa4, 0x3c, 0x5d, 0x10, 0x45, [all …]
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | test_certs.h | 31 0x30, 0x82, 0x02, 0xfb, 0x30, 0x82, 0x01, 0xe3, 32 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x09, 0x00, 33 0xee, 0x10, 0x1f, 0xc1, 0xf2, 0x30, 0xe9, 0x11, 34 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 35 0xf7, 0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 36 0x14, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 37 0x04, 0x03, 0x0c, 0x09, 0x6c, 0x6f, 0x63, 0x61, 38 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x30, 0x1e, 0x17, 39 0x0d, 0x31, 0x37, 0x30, 0x36, 0x32, 0x36, 0x31, 40 0x30, 0x35, 0x36, 0x31, 0x30, 0x5a, 0x17, 0x0d, [all …]
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | arm64.py | 18 X0 = 0 # X0-X29 - 30 GP registers 47 X29 = 29 # Frame pointer register variable in RegNum 78 self.registers[RegNum.X0] = tu[0] 110 idx = 0
|
/Zephyr-latest/tests/net/icmpv6/src/ |
D | main.c | 46 "\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f" \ 55 "\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f" \ 64 "\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f" \ 80 return 0; in net_icmpv6_dev_init() 87 if (context->mac_addr[2] == 0x00) { in net_icmpv6_get_mac() 89 context->mac_addr[0] = 0x00; in net_icmpv6_get_mac() 90 context->mac_addr[1] = 0x00; in net_icmpv6_get_mac() 91 context->mac_addr[2] = 0x5E; in net_icmpv6_get_mac() 92 context->mac_addr[3] = 0x00; in net_icmpv6_get_mac() 93 context->mac_addr[4] = 0x53; in net_icmpv6_get_mac() [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/dma/ |
D | rpi-pico-dma-rp2350.h | 12 #define RPI_PICO_DMA_SLOT_PIO2_TX0 RPI_PICO_DMA_DREQ_TO_SLOT(0x10) 13 #define RPI_PICO_DMA_SLOT_PIO2_TX1 RPI_PICO_DMA_DREQ_TO_SLOT(0x11) 14 #define RPI_PICO_DMA_SLOT_PIO2_TX2 RPI_PICO_DMA_DREQ_TO_SLOT(0x12) 15 #define RPI_PICO_DMA_SLOT_PIO2_TX3 RPI_PICO_DMA_DREQ_TO_SLOT(0x13) 16 #define RPI_PICO_DMA_SLOT_PIO2_RX0 RPI_PICO_DMA_DREQ_TO_SLOT(0x14) 17 #define RPI_PICO_DMA_SLOT_PIO2_RX1 RPI_PICO_DMA_DREQ_TO_SLOT(0x15) 18 #define RPI_PICO_DMA_SLOT_PIO2_RX2 RPI_PICO_DMA_DREQ_TO_SLOT(0x16) 19 #define RPI_PICO_DMA_SLOT_PIO2_RX3 RPI_PICO_DMA_DREQ_TO_SLOT(0x17) 20 #define RPI_PICO_DMA_SLOT_SPI0_TX RPI_PICO_DMA_DREQ_TO_SLOT(0x18) 21 #define RPI_PICO_DMA_SLOT_SPI0_RX RPI_PICO_DMA_DREQ_TO_SLOT(0x19) [all …]
|
/Zephyr-latest/dts/bindings/i2c/ |
D | infineon,cat1-i2c.yaml | 19 #size-cells = <0>; 21 pinctrl-0 = <&p6_0_scb3_i2c_scl &p6_1_scb3_i2c_sda>; 26 reg = <0x29>; 56 pinctrl-0: 65 pinctrl-0 = <&p6_0_scb3_i2c_scl &p6_1_scb3_i2c_sda>;
|
/Zephyr-latest/tests/application_development/gen_inc_file/src/ |
D | main.c | 16 /* The file.bin.inc contains characters from 0 to 255 */ 42 static const unsigned char mtime_zero[4] = { 0, 0, 0, 0 }; 46 static const unsigned char mtime_test_val[4] = { 42, 0, 0, 0 }; 49 0x1f, 0x8b, 0x08, 0x00, 0xDD, 0xDD, 0xDD, 0xDD, 50 0x02, 0xff, 0x01, 0x00, 0x01, 0xff, 0xfe, 0x00, 51 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 52 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, 53 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 54 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 55 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_faults.h | 21 #define BT_MESH_HEALTH_FAULT_NO_FAULT 0x00 23 #define BT_MESH_HEALTH_FAULT_BATTERY_LOW_WARNING 0x01 24 #define BT_MESH_HEALTH_FAULT_BATTERY_LOW_ERROR 0x02 25 #define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_LOW_WARNING 0x03 26 #define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_LOW_ERROR 0x04 27 #define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_HIGH_WARNING 0x05 28 #define BT_MESH_HEALTH_FAULT_SUPPLY_VOLTAGE_TOO_HIGH_ERROR 0x06 29 #define BT_MESH_HEALTH_FAULT_POWER_SUPPLY_INTERRUPTED_WARNING 0x07 30 #define BT_MESH_HEALTH_FAULT_POWER_SUPPLY_INTERRUPTED_ERROR 0x08 31 #define BT_MESH_HEALTH_FAULT_NO_LOAD_WARNING 0x09 [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | f32.pat | 2 0x3e7b9a11, 0x3f430e64, 0x3f7b61f8, 0x3f3e1a0a, 3 0x3f10ac73, 0x3f4e4019, 0x3ecb6c1a, 0x3eb9d756, 4 0x3edf6a04, 0x3e48703f, 0x3f0bd6e4, 0x3f338f5b, 5 0x3f2ccba0, 0x3f7eed8c, 0x3f40b36d, 0x3f432aa2, 6 0x3f3efcd1, 0x3ea25922, 0x3f14060b, 0x3f1de431, 7 0x3f317a8d, 0x3ea3f0f8, 0x3f6b2154, 0x3ea3518a, 8 0x3f0f769f, 0x3f373d6b, 0x3ea68f81, 0x3f601e8c, 9 0x3f78b988, 0x3f52a5df, 0x3f15dd31, 0x3f4988ae, 10 0x3e9837b4, 0x3f348f53, 0x3d8c8987, 0x3de61780, 11 0x3cfebf74, 0x3f40a628, 0x3f54f32d, 0x3f22172a, [all …]
|
/Zephyr-latest/tests/arch/riscv/fatal/src/ |
D | main.c | 20 "li x1, 0xDADA0000FF000101\n\t" in main() 23 /* "li x2, 0\n\t" */ in main() 26 "li x5, 0xD0FF0000FF000505\n\t" in main() 27 "li x6, 0xD1FF0000FF000606\n\t" in main() 28 "li x7, 0xD2FF0000FF000707\n\t" in main() 30 "li x8, 0xC0FF0000FF000808\n\t" in main() 31 "li x9, 0xC1FF0000FF000909\n\t" in main() 33 "li x10, 0xA0FF0000FF000A10\n\t" in main() 34 "li x11, 0xA1FF0000FF000B11\n\t" in main() 35 "li x12, 0xA2FF0000FF000C12\n\t" in main() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | ad.h | 10 0xe9, 0xff, 0x7c, 0xe8, 0x40, 0x60, 0x3a, 0x10, 0x43, 0xba, 0x2e, 0x75, 0xbd, 0x0a, 0x07, 11 0xe2, 0xf1, 0x61, 0x56, 0xea, 0xc1, 0x70, 0x98, 0x6f, 0x8a, 0xb1, 0x74, 0x52, 0x43, 0x6f, 12 0x47, 0xbf, 0x81, 0x95, 0x60, 0xe7, 0x80, 0x68, 0x9a, 0x16, 0xe9, 0xa8, 0x61, 0x03, 0x3a, 13 0x3e, 0xc1, 0x8e, 0x2a, 0xde, 0x27, 0x9b, 0xaa, 0xe7, 0x7d, 0x79, 0x20, 0x5e, 0xd0, 0x4a, 14 0xb3, 0xd7, 0x5a, 0x3c, 0xfc, 0x1b, 0x6e, 0xd6, 0x19, 0x3b, 0xa7, 0x94, 0xc1, 0xeb, 0x1e, 15 0x6c, 0x94, 0x76, 0x6f, 0x45, 0x0f, 0x72, 0x22, 0xbf, 0x3c, 0x4a, 0xaf, 0x0f, 0xf8, 0x82, 16 0xa6, 0xa6, 0x2a, 0x9f, 0x15, 0x93, 0x38, 0x5b, 0x71, 0xec, 0x0d, 0xed, 0xfe, 0x26, 0x8a, 17 0xca, 0x2b, 0x29, 0x9a, 0x55, 0x9d, 0x14, 0xf1, 0x21, 0x10, 0xa4, 0x05, 0x5f, 0xf8, 0x46, 18 0x73, 0x90, 0xc3, 0x62, 0x46, 0x57, 0x36, 0x65, 0xfc, 0x98, 0xc1, 0xe5, 0xc6, 0xcd, 0x58, 19 0xc0, 0xa9, 0x97, 0x76, 0x43, 0x8c, 0x84, 0xac, 0xa2, 0x84, 0xe3, 0xe0, 0x45, 0x1c, 0xb9, [all …]
|
/Zephyr-latest/tests/subsys/jwt/src/ |
D | jwt-test-private.c | 14 0x30, 0x82, 0x04, 0xa5, 0x02, 0x01, 0x00, 0x02, 0x82, 0x01, 0x01, 0x00, 15 0xc3, 0x10, 0x4f, 0x09, 0xcb, 0xfa, 0xfc, 0xc6, 0xb3, 0x93, 0x38, 0x00, 16 0x6b, 0x0c, 0x6a, 0x68, 0xa8, 0x65, 0x0b, 0xf3, 0x88, 0x57, 0x0f, 0x94, 17 0x5c, 0xf0, 0x93, 0xb1, 0x24, 0xff, 0x3e, 0xe8, 0x6b, 0xf3, 0xbd, 0xd1, 18 0xd3, 0x9e, 0x64, 0x2e, 0x65, 0xfd, 0x2f, 0x57, 0xe9, 0x8d, 0x12, 0x4b, 19 0xae, 0x3f, 0xe5, 0x04, 0x77, 0xa9, 0x78, 0x1f, 0x8a, 0xe8, 0x03, 0x6c, 20 0x06, 0x6f, 0x9e, 0x77, 0x5c, 0xfe, 0x87, 0x2a, 0xb3, 0xb7, 0x7f, 0xaa, 21 0xe1, 0x9b, 0x2b, 0x79, 0x69, 0xac, 0x06, 0xb3, 0x2e, 0x2f, 0x0d, 0x3a, 22 0x99, 0x06, 0xf4, 0xb1, 0x0a, 0x3a, 0x90, 0x75, 0x18, 0x29, 0x48, 0xc4, 23 0x2b, 0xd0, 0x67, 0x41, 0x4b, 0x82, 0x47, 0xf3, 0xae, 0x6d, 0x05, 0x37, [all …]
|