/Zephyr-latest/tests/bluetooth/host/keys/ |
D | testing_common_defs.h | 8 #define BT_ADDR_ID_0 (0x00) 9 #define BT_ADDR_ID_1 (0x55) 10 #define BT_ADDR_ID_2 (0xAA) 11 #define BT_ADDR_ID_3 (0xA5) 12 #define BT_ADDR_ID_4 (0x5A) 13 #define BT_ADDR_ID_5 (0xAC) 16 #define BT_ADDR_LE_1 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0A, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 17 #define BT_ADDR_LE_2 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0B, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 18 #define BT_ADDR_LE_3 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0C, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 19 #define BT_ADDR_LE_4 ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0D, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) [all …]
|
/Zephyr-latest/tests/bluetooth/host/id/ |
D | testing_common_defs.h | 8 #define BT_ADDR ((bt_addr_t[]){{{0x0A, 0x89, 0x67, 0x45, 0x23, 0x01}}}) 11 #define BT_LE_ADDR ((bt_addr_le_t[]){{BT_ADDR_LE_PUBLIC, {{0x0A, 0x89, 0x67, 0x45, 0x23, 0x01}}}}) 15 ((bt_addr_le_t[]){{BT_ADDR_LE_RANDOM, {{0x0A, 0x89, 0x67, 0x45, 0x23, 0xC1}}}}) 17 ((bt_addr_le_t[]){{BT_ADDR_LE_RANDOM, {{0x0B, 0x89, 0x67, 0x45, 0x23, 0xC1}}}}) 21 ((bt_addr_le_t[]){{BT_ADDR_LE_RANDOM, {{0x0A, 0x89, 0x67, 0x45, 0x23, 0x41}}}})
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | common.h | 42 } while (0) 48 } while (0) 53 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 54 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00) 57 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 58 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFD, 0x00) 61 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 62 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFE, 0x00) 65 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 66 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x00) [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | common.h | 42 } while (0) 48 } while (0) 54 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 55 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00) 58 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 59 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x00) 62 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 63 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x11) 66 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 67 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x22) [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | common.h | 42 } while (0) 48 } while (0) 54 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 55 0x07, 0x08, 0x09, 0x00, 0x00) 58 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 59 0x07, 0x08, 0x09, 0xFF, 0x00) 62 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 63 0x07, 0x08, 0x09, 0xFF, 0x11) 69 BUILD_ASSERT(NOTIFICATION_COUNT % 2 == 0);
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | common.h | 43 } while (0) 49 } while (0) 54 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 55 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00) 58 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 59 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x00) 62 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 63 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x11)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.h | 44 } while (0) 50 } while (0) 56 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 57 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00) 60 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 61 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x00) 64 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 65 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x11) 67 #define CENTRAL_ID 0
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | common.h | 46 } while (0) 52 } while (0) 58 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 59 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00) 62 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 63 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x00) 66 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, \ 67 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0xFF, 0x11)
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | common.h | 47 } while (0) 53 } while (0) 59 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 60 0x07, 0x08, 0x09, 0x00, 0x00) 63 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 64 0x07, 0x08, 0x09, 0xFF, 0x00) 67 BT_UUID_DECLARE_128(0x01, 0x23, 0x45, 0x67, 0x89, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, \ 68 0x07, 0x08, 0x09, 0xFF, 0x11) 74 BUILD_ASSERT(NOTIFICATION_COUNT % 2 == 0);
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 18 #define MOD_LF 0x0000 20 #define GROUP_ADDR 0xc000 21 #define PUBLISHER_ADDR 0x000f 23 #define OP_VENDOR_BUTTON BT_MESH_MODEL_OP_3(0x00, BT_COMP_ID_LF) 26 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 27 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 30 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 31 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 34 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 35 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, [all …]
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | publisher.c | 22 int err = 0; in publish() 25 if (gpio_pin_get_dt(&button_device[0]) == 1) { in publish() 29 net_buf_simple_add_u8(root_models[3].pub->msg, 0x01); in publish() 35 net_buf_simple_add_u8(root_models[3].pub->msg, 0x01); in publish() 37 net_buf_simple_add_u8(root_models[3].pub->msg, 0x45); in publish() 38 net_buf_simple_add_u8(root_models[3].pub->msg, 0x28); in publish() 41 bt_mesh_model_msg_init(vnd_models[0].pub->msg, in publish() 42 BT_MESH_MODEL_OP_3(0x03, CID_ZEPHYR)); in publish() 43 net_buf_simple_add_le16(vnd_models[0].pub->msg, 0x0001); in publish() 44 net_buf_simple_add_u8(vnd_models[0].pub->msg, tid++); in publish() [all …]
|
/Zephyr-latest/dts/bindings/display/ |
D | galaxycore,gc9x01x.yaml | 21 #size-cells = <0>; 26 gc9x01x_lcd: gc9x01x_lcd@0 { 28 reg = <0>; 63 0x00 70 0x13 77 0x13 84 0x22 91 0x45, 92 0x09, 93 0x08, [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_c_1_2.c | 25 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 26 0x00, 0x00, 0x00, 0x00, 0x0c, 0xa0, 0x00, 0x00) 32 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 33 0x00, 0x00, 0x00, 0x00, 0x09, 0xb0, 0x00, 0x00) 39 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 40 0x00, 0x00, 0x00, 0x00, 0xd2, 0xd9, 0x00, 0x00) 46 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 47 0x00, 0x00, 0x00, 0x00, 0xd3, 0xd9, 0x00, 0x00) 49 static uint8_t value_v9__128_bit_uuid_value = 0x09; 50 static uint8_t des_v9d2__128_bit_uuid_value = 0x22; [all …]
|
D | service_c_1_1.c | 25 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 26 0x00, 0x00, 0x00, 0x00, 0x0c, 0xa0, 0x00, 0x00) 32 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 33 0x00, 0x00, 0x00, 0x00, 0x09, 0xb0, 0x00, 0x00) 39 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 40 0x00, 0x00, 0x00, 0x00, 0xd2, 0xd9, 0x00, 0x00) 46 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 47 0x00, 0x00, 0x00, 0x00, 0xd3, 0xd9, 0x00, 0x00) 49 static uint8_t value_v9__128_bit_uuid_value = 0x09; 50 static struct bt_gatt_cep cha_ext_pro_value = { 0x0001 }; [all …]
|
D | service_c_1_3.c | 23 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 24 0x00, 0x00, 0x00, 0x00, 0x0c, 0xa0, 0x00, 0x00) 30 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 31 0x00, 0x00, 0x00, 0x00, 0x09, 0xb0, 0x00, 0x00) 37 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 38 0x00, 0x00, 0x00, 0x00, 0xd2, 0xd9, 0x00, 0x00) 44 0xef, 0xcd, 0xab, 0x89, 0x67, 0x45, 0x23, 0x01, \ 45 0x00, 0x00, 0x00, 0x00, 0xd3, 0xd9, 0x00, 0x00) 47 static uint8_t value_v9__128_bit_uuid_value = 0x09; 48 static uint8_t des_v9d2__128_bit_uuid_value = 0x22; [all …]
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 65 #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/dsp/basicmath/src/ |
D | q7.pat | 2 0x52, 0x01, 0x47, 0x20, 0xA5, 0xFD, 0xFC, 0x44, 3 0xF5, 0xCB, 0x2A, 0xE7, 0x1E, 0x28, 0xFF, 0xEF, 4 0x3E, 0x2C, 0x05, 0x32, 0xAE, 0x09, 0xBE, 0xF5, 5 0x24, 0xFA, 0xDE, 0xD6, 0xF4, 0xE7, 0x0D, 0xD7, 6 0x10, 0x19, 0x0C, 0xC8, 0xBB, 0x1E, 0x05, 0xAA, 7 0x44, 0x60, 0x2D, 0x21, 0x1C, 0xF0, 0x2E, 0x25, 8 0xF4, 0xF1, 0xC7, 0x19, 0x26, 0xBB, 0xD0, 0x08, 9 0x46, 0xF9, 0xEF, 0x7E, 0x19, 0x1E, 0x1B, 0x0A, 10 0x1F, 0x22, 0x12, 0x10, 0x13, 0x05, 0x41, 0x0F, 11 0x3B, 0xF6, 0xF9, 0x45, 0xE5, 0xE4, 0x14, 0xCD, [all …]
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | csip_set_member.c | 15 #define CSIP_SIRK_DEBUG { 0xcd, 0xcc, 0x72, 0xdd, 0x86, 0x8c, 0xcd, 0xce, \ 16 0x22, 0xfd, 0xa1, 0x21, 0x09, 0x7d, 0x7d, 0x45 } 65 return 0; in csip_generate_rsi()
|
/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/drivers/display/ |
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 …]
|
/Zephyr-latest/tests/benchmarks/cmsis_dsp/basicmath/src/ |
D | q7.c | 17 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/tests/crypto/tinycrypt/src/ |
D | ctr_mode.c | 58 0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, 0xab, 0xf7, in test_ctr_sp_800_38a_encrypt_decrypt() 59 0x15, 0x88, in test_ctr_sp_800_38a_encrypt_decrypt() 60 0x09, 0xcf, 0x4f, 0x3c in test_ctr_sp_800_38a_encrypt_decrypt() 63 0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8, 0xf9, in test_ctr_sp_800_38a_encrypt_decrypt() 64 0xfa, 0xfb, in test_ctr_sp_800_38a_encrypt_decrypt() 65 0xfc, 0xfd, 0xfe, 0xff in test_ctr_sp_800_38a_encrypt_decrypt() 68 0x6b, 0xc1, 0xbe, 0xe2, 0x2e, 0x40, 0x9f, 0x96, 0xe9, 0x3d, in test_ctr_sp_800_38a_encrypt_decrypt() 69 0x7e, 0x11, in test_ctr_sp_800_38a_encrypt_decrypt() 70 0x73, 0x93, 0x17, 0x2a, 0xae, 0x2d, 0x8a, 0x57, 0x1e, 0x03, in test_ctr_sp_800_38a_encrypt_decrypt() 71 0xac, 0x9c, in test_ctr_sp_800_38a_encrypt_decrypt() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/ |
D | main.c | 36 zassert_equal(newest_prpa, 0, ""); in helper_privacy_clear() 37 for (uint8_t i = 0; i < CONFIG_BT_CTLR_RPA_CACHE_SIZE; i++) { in helper_privacy_clear() 38 zassert_equal(prpa_cache[i].taken, 0U, ""); in helper_privacy_clear() 40 zassert_equal(newest_trpa, 0, ""); in helper_privacy_clear() 41 for (uint8_t i = 0; i < CONFIG_BT_CTLR_TRPA_CACHE_SIZE; i++) { in helper_privacy_clear() 51 bt_addr_copy(&a1, BT_ADDR_INIT(0x12, 0x13, 0x14, 0x15, 0x16, 0x17)); in helper_prpa_add() 52 bt_addr_copy(&a2, BT_ADDR_INIT(0x22, 0x23, 0x24, 0x25, 0x26, 0x27)); in helper_prpa_add() 53 bt_addr_copy(&a3, BT_ADDR_INIT(0x32, 0x33, 0x34, 0x35, 0x36, 0x37)); in helper_prpa_add() 54 bt_addr_copy(&a4, BT_ADDR_INIT(0x42, 0x43, 0x44, 0x45, 0x46, 0x47)); in helper_prpa_add() 55 bt_addr_copy(&a5, BT_ADDR_INIT(0x52, 0x53, 0x54, 0x55, 0x56, 0x57)); in helper_prpa_add() [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/drivers/sensor/maxim/max17055/ |
D | max17055.h | 14 STATUS = 0x0, 15 REP_CAP = 0x5, 16 REP_SOC = 0x6, 17 INT_TEMP = 0x8, 18 VCELL = 0x9, 19 AVG_CURRENT = 0xb, 20 FULL_CAP_REP = 0x10, 21 TTE = 0x11, 22 ICHG_TERM = 0x1e, 23 CYCLES = 0x17, [all …]
|