Home
last modified time | relevance | path

Searched +full:address +full:- +full:0 (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/Zephyr-latest/cmake/linker_script/common/
Ddebug-sections.cmake1 # Content of this file originates from include/zephyr/linker/debug-sections.ld
2 # Following sections are obtained via 'ld --verbose'
5 zephyr_linker_section(NAME .stab ADDRESS 0)
6 zephyr_linker_section(NAME .stabstr ADDRESS 0)
7 zephyr_linker_section(NAME .stab.excl ADDRESS 0)
8 zephyr_linker_section(NAME .stab.exclstr ADDRESS 0)
9 zephyr_linker_section(NAME .stab.index ADDRESS 0)
10 zephyr_linker_section(NAME .stab.indexstr ADDRESS 0)
11 zephyr_linker_section(NAME .gnu.build.attributes ADDRESS 0)
12 zephyr_linker_section(NAME .comment ADDRESS 0)
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
15 module-dep = NET_LOG
16 module-str = Log level for LLDP
17 module-help = Enables core LLDP code to output debug messages.
29 (non-fast mode) transmission periods. For further information
64 Subtype 4 = MAC address
65 Subtype 5 = Network address
68 If subtype 4 is selected, MAC address, then configs
74 hex "Chassis ID MAC Address Byte 0"
75 default 0x00
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h1 /* btp_mcp.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
11 #define BTP_MCP_READ_SUPPORTED_COMMANDS 0x01
13 uint8_t data[0];
16 #define BTP_MCP_DISCOVER 0x02
18 bt_addr_le_t address; member
21 #define BTP_MCP_TRACK_DURATION_READ 0x03
23 bt_addr_le_t address; member
26 #define BTP_MCP_TRACK_POSITION_READ 0x04
28 bt_addr_le_t address; member
[all …]
Dbtp_ccp.h1 /* btp_ccp.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
11 #define BTP_CCP_READ_SUPPORTED_COMMANDS 0x01
13 uint8_t data[0];
16 #define BTP_CCP_DISCOVER_TBS 0x02
18 bt_addr_le_t address; member
21 #define BTP_CCP_ACCEPT_CALL 0x03
23 bt_addr_le_t address; member
28 #define BTP_CCP_TERMINATE_CALL 0x04
30 bt_addr_le_t address; member
[all …]
Dbtp_vcp.h1 /* btp_vcp.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
11 #define BTP_VCP_READ_SUPPORTED_COMMANDS 0x01
13 uint8_t data[0];
16 #define BTP_VCP_VOL_CTLR_DISCOVER 0x02
18 bt_addr_le_t address; member
21 #define BTP_VCP_VOL_CTLR_STATE_READ 0x03
23 bt_addr_le_t address; member
26 #define BTP_VCP_VOL_CTLR_FLAGS_READ 0x04
28 bt_addr_le_t address; member
[all …]
Dbtp_bap.h1 /* btp_bap.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
12 #define BTP_BAP_READ_SUPPORTED_COMMANDS 0x01
14 uint8_t data[0];
17 #define BTP_BAP_DISCOVER 0x02
19 bt_addr_le_t address; member
22 #define BTP_BAP_DISCOVERY_STATUS_SUCCESS 0x00
23 #define BTP_BAP_DISCOVERY_STATUS_FAILED 0x01
25 #define BTP_BAP_SEND 0x03
27 bt_addr_le_t address; member
[all …]
Dbtp_aics.h1 /* btp_aics.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
33 #define BTP_AICS_READ_SUPPORTED_COMMANDS 0x01
35 uint8_t data[0];
39 #define BTP_AICS_SET_GAIN 0x02
41 bt_addr_le_t address; member
45 #define BTP_AICS_MUTE 0x03
47 bt_addr_le_t address; member
50 #define BTP_AICS_UNMUTE 0x04
52 bt_addr_le_t address; member
[all …]
Dbtp_ascs.h1 /* btp_ascs.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
10 #define BTP_ASCS_READ_SUPPORTED_COMMANDS 0x01
12 uint8_t data[0];
15 #define BTP_ASCS_CONFIGURE_CODEC 0x02
17 bt_addr_le_t address; member
23 uint8_t cc_ltvs[0];
26 #define BTP_ASCS_CONFIGURE_QOS 0x03
28 bt_addr_le_t address; member
40 #define BTP_ASCS_ENABLE 0x04
[all …]
Dbtp_vocs.h1 /* btp_vocs.h - Bluetooth tester headers */
6 * SPDX-License-Identifier: Apache-2.0
11 #define BTP_VOCS_READ_SUPPORTED_COMMANDS 0x01
13 uint8_t data[0];
16 #define BTP_VOCS_UPDATE_LOC 0x02
18 bt_addr_le_t address; member
22 #define BTP_VOCS_UPDATE_DESC 0x03
25 uint8_t desc[0];
28 #define BTP_VOCS_STATE_GET 0x04
30 bt_addr_le_t address; member
[all …]
/Zephyr-latest/drivers/ethernet/phy/
Dphy_dm8806_priv.h4 * SPDX-License-Identifier: Apache-2.0
7 /* Port 0~4 PHY Control Register. */
8 #define PORTX_PHY_CONTROL_REGISTER 0x0u
10 #define MODE_10_BASET_HALF_DUPLEX 0x0u
12 #define MODE_10_BASET_FULL_DUPLEX 0x100u
14 #define MODE_100_BASET_HALF_DUPLEX 0x2000u
16 #define MODE_100_BASET_FULL_DUPLEX 0x2100u
26 /* Port 0~4 Status Data Register. */
27 #define PORTX_SWITCH_STATUS 0x10u
29 #define SPEED_10MBPS_HALF_DUPLEX 0x00u
[all …]
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_common.c4 * SPDX-License-Identifier: Apache-2.0
12 void ft8xx_wr8(uint32_t address, uint8_t data) in ft8xx_wr8() argument
16 err = ft8xx_drv_write(address, &data, sizeof(data)); in ft8xx_wr8()
17 __ASSERT(err == 0, "Writing FT8xx data at 0x%x failed", address); in ft8xx_wr8()
20 void ft8xx_wr16(uint32_t address, uint16_t data) in ft8xx_wr16() argument
26 err = ft8xx_drv_write(address, buffer, sizeof(buffer)); in ft8xx_wr16()
27 __ASSERT(err == 0, "Writing FT8xx data at 0x%x failed", address); in ft8xx_wr16()
30 void ft8xx_wr32(uint32_t address, uint32_t data) in ft8xx_wr32() argument
36 err = ft8xx_drv_write(address, buffer, sizeof(buffer)); in ft8xx_wr32()
37 __ASSERT(err == 0, "Writing FT8xx data at 0x%x failed", address); in ft8xx_wr32()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Daddr.h2 * @brief Bluetooth device address definitions and utilities.
8 * SPDX-License-Identifier: Apache-2.0
23 * @brief Bluetooth device address definitions and utilities.
24 * @defgroup bt_addr Device Address
29 #define BT_ADDR_LE_PUBLIC 0x00
30 #define BT_ADDR_LE_RANDOM 0x01
31 #define BT_ADDR_LE_PUBLIC_ID 0x02
32 #define BT_ADDR_LE_RANDOM_ID 0x03
33 #define BT_ADDR_LE_UNRESOLVED 0xFE /* Resolvable Private Address
36 #define BT_ADDR_LE_ANONYMOUS 0xFF /* No address provided
[all …]
/Zephyr-latest/drivers/ieee802154/
DKconfig.uart_pipe2 # SPDX-License-Identifier: Apache-2.0
20 bool "Random MAC address"
23 Generate a random MAC address dynamically.
28 hex "MAC Address Byte 4"
29 default 0
30 range 0 0xff
32 This is the byte 4 of the MAC address.
35 hex "MAC Address Byte 5"
36 default 0
37 range 0 0xff
[all …]
DKconfig.b912 # SPDX-License-Identifier: Apache-2.0
28 default -50
34 bool "Random MAC address"
37 Generate a random MAC address dynamically.
42 hex "MAC Address Byte 4"
43 default 0
44 range 0 0xff
46 This is the byte 4 of the MAC address.
49 hex "MAC Address Byte 5"
50 default 0
[all …]
DKconfig.cc25204 # SPDX-License-Identifier: Apache-2.0
31 bool "Random MAC address"
34 Generate a random MAC address dynamically.
39 hex "MAC Address Byte 4"
40 default 0
41 range 0 0xff
43 This is the byte 4 of the MAC address.
46 hex "MAC Address Byte 5"
47 default 0
48 range 0 0xff
[all …]
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h4 * Generic IPv6 and IPv4 address definitions.
10 * SPDX-License-Identifier: Apache-2.0
20 * @version 1.0.0
40 #define NET_VLAN_TAG_UNSPEC 0x0fff
44 #define PF_UNSPEC 0 /**< Unspecified protocol family. */
50 #define PF_LOCAL 6 /**< Inter-process communication */
51 #define PF_UNIX PF_LOCAL /**< Inter-process communication */
53 /* Address families. */
54 #define AF_UNSPEC PF_UNSPEC /**< Unspecified address family. */
60 #define AF_LOCAL PF_LOCAL /**< Inter-process communication */
[all …]
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c1 /* main.c - Application main entry point */
6 * SPDX-License-Identifier: Apache-2.0
45 "Test 0x%s failed.\n", expected); \
46 } while (0)
53 "Test 0x%s failed.\n", expected); \
54 } while (0)
62 } while (0)
70 } while (0)
82 sizeof(out) - LL_ADDR_STR_SIZE, "%s", \
87 } while (0)
[all …]
/Zephyr-latest/tests/drivers/eeprom/api/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
20 zassert_not_equal(0, size, "Unexpected size of zero bytes"); in ZTEST_USER()
26 const uint8_t data[4] = { 0x01, 0x02, 0x03, 0x03 }; in ZTEST_USER()
32 rc = eeprom_write(eeprom, size - 1, data, sizeof(data)); in ZTEST_USER()
33 zassert_equal(-EINVAL, rc, "Unexpected error code (%d)", rc); in ZTEST_USER()
39 const uint8_t wr_buf1[4] = { 0xFF, 0xEE, 0xDD, 0xCC }; in ZTEST_USER()
40 const uint8_t wr_buf2[sizeof(wr_buf1)] = { 0xAA, 0xBB, 0xCC, 0xDD }; in ZTEST_USER()
43 off_t address; in ZTEST_USER() local
48 address = 0; in ZTEST_USER()
49 while (address < MIN(size, 16)) { in ZTEST_USER()
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dtest_suite_privacy_enabled.c4 * SPDX-License-Identifier: Apache-2.0
22 static uint8_t testing_irk_value[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
23 0x08, 0x09, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15};
39 return 0; in bt_rand_custom_fake()
44 * A valid random static address is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is
45 * set, the same address is used and copied to bt_dev.id_addr[].
48 * - Valid private random address is used
49 * - Input IRK is NULL
50 * - 'BT_DEV_ENABLE' flag is set in bt_dev.flags
53 * - The same address is used and loaded to bt_dev.id_addr[]
[all …]
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c4 * SPDX-License-Identifier: Apache-2.0
19 #define ALOC16_MASK 0xfc
21 static bool is_anycast_locator(const otNetifAddress *address) in is_anycast_locator() argument
23 return address->mAddress.mFields.m16[4] == htons(0x0000) && in is_anycast_locator()
24 address->mAddress.mFields.m16[5] == htons(0x00ff) && in is_anycast_locator()
25 address->mAddress.mFields.m16[6] == htons(0xfe00) && in is_anycast_locator()
26 address->mAddress.mFields.m8[14] == ALOC16_MASK; in is_anycast_locator()
30 const uint8_t *address) in is_mesh_local() argument
33 otThreadGetMeshLocalPrefix(context->instance); in is_mesh_local()
35 return (memcmp(address, ml_prefix->m8, sizeof(ml_prefix->m8)) == 0); in is_mesh_local()
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h1 /* gap.h - Bluetooth tester headers */
4 * Copyright (c) 2015-2016 Intel Corporation
7 * SPDX-License-Identifier: Apache-2.0
15 #define BTP_GAP_READ_SUPPORTED_COMMANDS 0x01
17 uint8_t data[0];
20 #define BTP_GAP_READ_CONTROLLER_INDEX_LIST 0x02
26 #define BTP_GAP_SETTINGS_POWERED 0
45 #define BTP_GAP_READ_CONTROLLER_INFO 0x03
47 bt_addr_t address; member
55 #define BTP_GAP_RESET 0x04
[all …]
Dbtp_gatt.h1 /* gatt.h - Bluetooth tester headers */
4 * Copyright (c) 2015-2016 Intel Corporation
7 * SPDX-License-Identifier: Apache-2.0
15 #define BTP_GATT_READ_SUPPORTED_COMMANDS 0x01
17 uint8_t data[0];
20 #define BTP_GATT_SERVICE_PRIMARY 0x00
21 #define BTP_GATT_SERVICE_SECONDARY 0x01
23 #define BTP_GATT_ADD_SERVICE 0x02
33 #define BTP_GATT_ADD_CHARACTERISTIC 0x03
45 #define BTP_GATT_ADD_DESCRIPTOR 0x04
[all …]
Dbtp_mesh.h1 /* mesh.h - Bluetooth tester headers */
4 * Copyright (c) 2015-2016 Intel Corporation
7 * SPDX-License-Identifier: Apache-2.0
15 #define BTP_MESH_READ_SUPPORTED_COMMANDS 0x01
17 uint8_t data[0];
20 #define BTP_MESH_OUT_BLINK BIT(0)
26 #define BTP_MESH_IN_PUSH BIT(0)
31 #define BTP_MESH_CONFIG_PROVISIONING 0x02
58 #define BTP_MESH_PROVISION_NODE 0x03
79 #define BTP_MESH_INIT 0x04
[all …]
/Zephyr-latest/include/zephyr/drivers/i3c/
Daddresses.h4 * SPDX-License-Identifier: Apache-2.0
11 * @brief I3C Address-related Helper Code
12 * @defgroup i3c_addresses I3C Address-related Helper Code
26 /** Broadcast Address on I3C bus. */
27 #define I3C_BROADCAST_ADDR 0x7E
30 #define I3C_MAX_ADDR 0x7F
35 * Enum to indicate whether an address is reserved, has I2C/I3C device attached,
39 /** Address has not device attached. */
40 I3C_ADDR_SLOT_STATUS_FREE = 0U,
42 /** Address is reserved. */
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
23 memset(&bt_dev, 0x00, sizeof(struct bt_dev)); in fff_reset_rule_before()
34 * Test setting connection own address while 'CONFIG_BT_PRIVACY' isn't enabled.
35 * If the default identity has a non-random address like 'BT_ADDR_LE_PUBLIC', set_random_address()
36 * isn't called and address type reference is updated upon success.
39 * - Default identity has an address with the type 'BT_ADDR_LE_PUBLIC'
40 * - 'CONFIG_BT_PRIVACY' isn't enabled
43 * - bt_id_set_create_conn_own_addr() returns 0
44 * - Address type reference is updated
59 "Address type reference was incorrectly set"); in ZTEST()
[all …]

12345678910>>...44