Home
last modified time | relevance | path

Searched +full:0 +full:x34 (Results 1 – 25 of 194) sorted by relevance

12345678

/Zephyr-latest/tests/subsys/storage/flash_map/src/
Dmain_sha.c25 uint8_t tst_vec[] = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, in ZTEST()
26 0x38, 0x39, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, in ZTEST()
27 0x0a, 0x66, 0x65, 0x64, 0x63, 0x62, 0x61, 0x39, in ZTEST()
28 0x38, 0x37, 0x36, 0x35, 0x34, 0x33, 0x32, 0x0a, in ZTEST()
29 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, in ZTEST()
30 0x38, 0x39, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, in ZTEST()
31 0x0a, 0x66, 0x65, 0x64, 0x63, 0x62, 0x61, 0x39, in ZTEST()
32 0x38, 0x37, 0x36, 0x35, 0x34, 0x33, 0x32, 0x0a, in ZTEST()
33 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, in ZTEST()
34 0x38, 0x39, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_1_1.c22 #define BT_UUID_SERVICE_B_1 BT_UUID_DECLARE_16(0xa00b)
27 #define BT_UUID_VALUE_V4 BT_UUID_DECLARE_16(0xb004)
32 #define BT_UUID_LONG_DES_V2D1 BT_UUID_DECLARE_16(0xb012)
34 static uint8_t value_v4_value = 0x04;
35 static uint8_t value_v4_1_value = 0x04;
37 static uint8_t value_v4_2_value = 0x04;
39 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0x00, 0x12,
40 0x34, 0x56, 0x78, 0x90, 0x12, 0x34, 0x56, 0x78, 0x90, 0x12, 0x34,
41 0x56, 0x78, 0x90, 0x12, 0x34, 0x56, 0x78, 0x90, 0x11, 0x22, 0x33,
42 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0x00, 0x11, 0x22, 0x33
[all …]
Dservice_c_2_1.c23 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \
24 0x00, 0x00, 0x00, 0x00, 0x0c, 0xa0, 0x00, 0x00)
29 #define BT_UUID_VALUE_V10 BT_UUID_DECLARE_16(0xb00a)
34 #define BT_UUID_VALUE_V2 BT_UUID_DECLARE_16(0xb002)
39 #define BT_UUID_LONG_DES_V2D1 BT_UUID_DECLARE_16(0xb012)
44 #define BT_UUID_LONG_DES_V2D2 BT_UUID_DECLARE_16(0xb013)
49 #define BT_UUID_LONG_DES_V2D3 BT_UUID_DECLARE_16(0xb014)
51 static uint8_t value_v10_value = 0x0A;
54 '3', '3', '4', '4', '4', '4', '4', '5', '\0'
57 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0x00, 0x12,
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c18 0xf0, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
19 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
22 0xf1, 0xdd, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
23 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
26 0xf2, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
27 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
29 static uint8_t test_value[] = { 'T', 'e', 's', 't', '\0' };
121 uint16_t gatt_handles[NUM_HANDLES] = {0};
129 for (int i = 0; i < ARRAY_SIZE(gatt_handles); i++) { in discover_func()
130 printk("handle[%d] = 0x%x\n", i, gatt_handles[i]); in discover_func()
[all …]
/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.h14 #define BMP180_REG_CHIPID 0xD0
15 #define BMP180_REG_CMD 0xE0
16 #define BMP180_REG_MEAS_CTRL 0xF4
17 #define BMP180_REG_MSB 0xF6
18 #define BMP180_REG_LSB 0xF7
19 #define BMP180_REG_XLSB 0xF8
20 #define BMP180_REG_CALIB0 0xAA
21 #define BMP180_REG_CALIB21 0xBF
24 #define BMP180_CHIP_ID 0x55
30 #define BMP180_CMD_SOFT_RESET 0xB6
[all …]
/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c17 static const uint8_t key[] = {0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, in ZTEST()
18 0xab, 0xf7, 0x15, 0x88, 0x09, 0xcf, 0x4f, 0x3c}; in ZTEST()
20 0x6b, 0xc1, 0xbe, 0xe2, 0x2e, 0x40, 0x9f, 0x96, 0xe9, 0x3d, 0x7e, 0x11, 0x73, in ZTEST()
21 0x93, 0x17, 0x2a, 0xae, 0x2d, 0x8a, 0x57, 0x1e, 0x03, 0xac, 0x9c, 0x9e, 0xb7, in ZTEST()
22 0x6f, 0xac, 0x45, 0xaf, 0x8e, 0x51, 0x30, 0xc8, 0x1c, 0x46, 0xa3, 0x5c, 0xe4, in ZTEST()
23 0x11, 0xe5, 0xfb, 0xc1, 0x19, 0x1a, 0x0a, 0x52, 0xef, 0xf6, 0x9f, 0x24, 0x45, in ZTEST()
24 0xdf, 0x4f, 0x9b, 0x17, 0xad, 0x2b, 0x41, 0x7b, 0xe6, 0x6c, 0x37, 0x10}; in ZTEST()
26 uint8_t exp_mac1[] = {0xbb, 0x1d, 0x69, 0x29, 0xe9, 0x59, 0x37, 0x28, in ZTEST()
27 0x7f, 0xa3, 0x7d, 0x12, 0x9b, 0x75, 0x67, 0x46}; in ZTEST()
28 uint8_t exp_mac2[] = {0x07, 0x0a, 0x16, 0xb4, 0x6b, 0x4d, 0x41, 0x44, in ZTEST()
[all …]
/Zephyr-latest/tests/net/icmpv6/src/
Dmain.c42 "\xda\xcb\x8a\xff\xfe\x34\xc8\xf3\xfe\x80\x00\x00\x00\x00\x00\x00" \
47 "\x30\x31\x32\x33\x34\x35\x36\x37";
52 "\xda\xcb\x8a\xff\xfe\x34\xc8\xf3\x81\x00\xa3\x24\x0b\x95\x00\x01" \
56 "\x30\x31\x32\x33\x34\x35\x36\x37";
61 "\xda\xcb\x8a\xff\xfe\x34\xc8\xf3\x00\x00\xa3\x24\x0b\x95\x00\x01" \
65 "\x30\x31\x32\x33\x34\x35\x36\x37";
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()
[all …]
/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c19 0xf0, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
20 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
22 0xf2, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
23 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
25 static uint8_t test_value[] = { 'T', 'e', 's', 't', '\0' };
28 0xf4, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
29 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
32 0xf5, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
33 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
39 nfy_enabled = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in test1_ccc_cfg_changed()
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/reset/
Dstm32wb0_reset.h13 #define STM32_RESET_BUS_AHB0 0x30
14 #define STM32_RESET_BUS_APB0 0x34
15 #define STM32_RESET_BUS_APB1 0x38
16 #define STM32_RESET_BUS_APB2 0x3C
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c65 #define peer_addr { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, \
66 0, 0, 0, 0, 0, 0, 0, 0x2 } } }
74 #define COAP_MAX_AGE 0xffffff
81 uint8_t result_pdu[] = { 0x40, 0x01, 0x0, 0x0 }; in ZTEST()
83 uint8_t *data = data_buf[0]; in ZTEST()
87 COAP_VERSION_1, COAP_TYPE_CON, 0, NULL, in ZTEST()
88 COAP_METHOD_GET, 0); in ZTEST()
90 zassert_equal(r, 0, "Could not initialize packet"); in ZTEST()
95 zassert_equal(cpkt.opt_len, 0, "Invalid options length"); in ZTEST()
102 uint8_t result_pdu[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/canbus/isotp/implementation/src/
Drandom_data.h8 0x17, 0xee, 0x94, 0x6b, 0xb0, 0x3c, 0x0d, 0x75, 0x0f, 0x25, 0x49, 0x6a,
9 0x88, 0x08, 0x1d, 0x14, 0x65, 0x2a, 0xdb, 0x8d, 0xaa, 0xc8, 0x4e, 0x2e,
10 0x3a, 0x0e, 0xe8, 0x79, 0xcd, 0x0d, 0x8f, 0x20, 0xac, 0x18, 0xeb, 0x78,
11 0xa3, 0xdd, 0x0d, 0x76, 0x90, 0x64, 0x8f, 0x42, 0x93, 0xfd, 0x8d, 0xfe,
12 0x96, 0x60, 0xc5, 0x9c, 0xb9, 0xc1, 0x86, 0x41, 0x99, 0x6c, 0x5f, 0x5c,
13 0x6e, 0xdb, 0xbb, 0x49, 0x63, 0x18, 0xf9, 0x90, 0x6e, 0x8e, 0xcb, 0x1e,
14 0xd1, 0x59, 0xcf, 0x50, 0x65, 0x10, 0x29, 0xeb, 0x81, 0x91, 0xa6, 0xc2,
15 0xd7, 0x7b, 0xf6, 0xbf, 0xac, 0x42, 0x71, 0x1d, 0x43, 0xb9, 0x72, 0x18,
16 0x8e, 0xcf, 0xdc, 0x6c, 0x13, 0x70, 0x1d, 0xfa, 0xb0, 0x53, 0x57, 0xb0,
17 0x6c, 0x89, 0x42, 0xe9, 0x0a, 0x2f, 0xcd, 0x89, 0x74, 0x55, 0x77, 0xdc,
[all …]
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dclock_agilex_ll.h13 #define CLKMGR_OFFSET 0xffd10000
15 #define CLKMGR_CTRL 0x0
16 #define CLKMGR_STAT 0x4
17 #define CLKMGR_INTRCLR 0x14
20 #define CLKMGR_MAINPLL 0xffd10024
21 #define CLKMGR_MAINPLL_EN 0x0
22 #define CLKMGR_MAINPLL_BYPASS 0xc
23 #define CLKMGR_MAINPLL_MPUCLK 0x18
24 #define CLKMGR_MAINPLL_NOCCLK 0x1c
25 #define CLKMGR_MAINPLL_NOCDIV 0x20
[all …]
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dtest_certs.h31 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/drivers/gpio/
Dgpio_dw_registers.h15 #define SWPORTA_DR 0x00
16 #define SWPORTA_DDR 0x04
17 #define SWPORTA_CTL 0x08
18 #define SWPORTB_DR 0x0c
19 #define SWPORTB_DDR 0x10
20 #define SWPORTB_CTL 0x14
21 #define SWPORTC_DR 0x18
22 #define SWPORTC_DDR 0x1c
23 #define SWPORTC_CTL 0x20
24 #define SWPORTD_DR 0x24
[all …]
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_reg.h11 #define AKM09918C_REG_WIA1 0x00
12 #define AKM09918C_REG_WIA2 0x01
13 #define AKM09918C_REG_RSV1 0x02
14 #define AKM09918C_REG_RSV2 0x03
15 #define AKM09918C_REG_ST1 0x10
16 #define AKM09918C_REG_HXL 0x11
17 #define AKM09918C_REG_HXH 0x12
18 #define AKM09918C_REG_HYL 0x13
19 #define AKM09918C_REG_HYH 0x14
20 #define AKM09918C_REG_HZL 0x15
[all …]
/Zephyr-latest/drivers/clock_control/
Dclock_control_agilex5_ll.h19 #define CLKCTRL_OFFSET 0x00
20 #define CLKCTRL_CTRL 0x00
21 #define CLKCTRL_STAT 0x04
22 #define CLKCTRL_TESTIOCTRL 0x08
23 #define CLKCTRL_INTRGEN 0x0C
24 #define CLKCTRL_INTRMSK 0x10
25 #define CLKCTRL_INTRCLR 0x14
26 #define CLKCTRL_INTRSTS 0x18
27 #define CLKCTRL_INTRSTK 0x1C
28 #define CLKCTRL_INTRRAW 0x20
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/dma/
Drpi-pico-dma-rp2040.h12 #define RPI_PICO_DMA_SLOT_SPI0_TX RPI_PICO_DMA_DREQ_TO_SLOT(0x10)
13 #define RPI_PICO_DMA_SLOT_SPI0_RX RPI_PICO_DMA_DREQ_TO_SLOT(0x11)
14 #define RPI_PICO_DMA_SLOT_SPI1_TX RPI_PICO_DMA_DREQ_TO_SLOT(0x12)
15 #define RPI_PICO_DMA_SLOT_SPI1_RX RPI_PICO_DMA_DREQ_TO_SLOT(0x13)
16 #define RPI_PICO_DMA_SLOT_UART0_TX RPI_PICO_DMA_DREQ_TO_SLOT(0x14)
17 #define RPI_PICO_DMA_SLOT_UART0_RX RPI_PICO_DMA_DREQ_TO_SLOT(0x15)
18 #define RPI_PICO_DMA_SLOT_UART1_TX RPI_PICO_DMA_DREQ_TO_SLOT(0x16)
19 #define RPI_PICO_DMA_SLOT_UART1_RX RPI_PICO_DMA_DREQ_TO_SLOT(0x17)
20 #define RPI_PICO_DMA_SLOT_PWM_WRAP0 RPI_PICO_DMA_DREQ_TO_SLOT(0x18)
21 #define RPI_PICO_DMA_SLOT_PWM_WRAP1 RPI_PICO_DMA_DREQ_TO_SLOT(0x19)
[all …]
Drpi-pico-dma-rp2350.h12 #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/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/
Dmain.c27 0x45, 0x73, 0x66, 0x72, 0x44, 0x36, 0x70, 0x73,
28 0x47, 0x7a, 0x66, 0x70, 0x78, 0x56, 0x78, 0x6b,
29 0x70, 0x65, 0x4a, 0x56, 0x55, 0x4a, 0x58, 0x62,
30 0x41, 0x61, 0x53, 0x33, 0x6e, 0x55, 0x78, 0x41,
31 0x46, 0x6d, 0x34, 0x77, 0x42,
34 0xe4, 0x70, 0xa9, 0x89, 0xc5, 0x37, 0xda, 0x0d,
35 0x9f, 0x55, 0x9a, 0x4e, 0x9d, 0xed, 0xaa, 0x75,
36 0xf8, 0xe0, 0x58, 0x0f, 0xc4, 0x2e, 0x0d, 0x23,
37 0x03, 0x7c, 0x0f, 0x18,
40 0xe2, 0x82, 0x23, 0xfb, 0x3f, 0x6a, 0x49, 0x17,
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dad.h10 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/bluetooth/uuid/src/
Dtest_bt_uuid_cmp.c9 static struct bt_uuid_16 uuid_16 = BT_UUID_INIT_16(0xffff);
12 0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
13 0x00, 0x10, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00);
20 zassert_false(bt_uuid_cmp(&uuid_16.uuid, BT_UUID_DECLARE_16(0xffff)), in ZTEST()
24 zassert_false(bt_uuid_cmp(&uuid_128.uuid, BT_UUID_DECLARE_16(0xffff)), in ZTEST()
32 zassert_true(bt_uuid_cmp(&uuid_16.uuid, BT_UUID_DECLARE_16(0x0000)), in ZTEST()
36 zassert_true(bt_uuid_cmp(&uuid_128.uuid, BT_UUID_DECLARE_16(0x000)), in ZTEST()
/Zephyr-latest/tests/benchmarks/cmsis_dsp/basicmath/src/
Dq7.c17 0x17, 0xCC, 0x33, 0xF2, 0x14, 0x01, 0x2A, 0xF2,
18 0xEC, 0x22, 0x01, 0xF7, 0x2A, 0xB5, 0xCF, 0xED,
19 0x2F, 0xE8, 0xCB, 0xE8, 0xF2, 0x08, 0xC6, 0xF2,
20 0x34, 0x2F, 0xE1, 0xEF, 0xE8, 0xF1, 0xC1, 0xEF,
21 0x3B, 0x23, 0x07, 0x01, 0xFE, 0x07, 0x03, 0xF7,
22 0x45, 0xF5, 0xE9, 0xF5, 0x0F, 0x13, 0xF5, 0xF2,
23 0x06, 0x1C, 0xF4, 0xFB, 0x12, 0xAF, 0x09, 0x0C,
24 0xE8, 0x03, 0xF2, 0x10, 0x2D, 0xD3, 0x16, 0xF5,
25 0x32, 0x0C, 0x59, 0xDA, 0x0C, 0x1C, 0xB5, 0x49,
26 0x23, 0x05, 0xA1, 0x21, 0x1B, 0x1E, 0xCE, 0xC1,
[all …]
/Zephyr-latest/drivers/display/
Ddisplay_st7735r.h11 #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 …]
/Zephyr-latest/dts/bindings/regulator/
Dx-powers,axp192-regulator.yaml14 reg = <0x34>;
61 default: 0
63 - 0
67 AXP192_DCDC_MODE_AUTO: Auto (0, default)
/Zephyr-latest/arch/sparc/core/
Dstack_offsets.h16 #define STACK_FRAME_L0_OFFSET 0x00
17 #define STACK_FRAME_L1_OFFSET 0x04
18 #define STACK_FRAME_L2_OFFSET 0x08
19 #define STACK_FRAME_L3_OFFSET 0x0c
20 #define STACK_FRAME_L4_OFFSET 0x10
21 #define STACK_FRAME_L5_OFFSET 0x14
22 #define STACK_FRAME_L6_OFFSET 0x18
23 #define STACK_FRAME_L7_OFFSET 0x1c
24 #define STACK_FRAME_I0_OFFSET 0x20
25 #define STACK_FRAME_I1_OFFSET 0x24
[all …]

12345678