Home
last modified time | relevance | path

Searched full:address (Results 1 – 25 of 2936) sorted by relevance

12345678910>>...118

/Zephyr-latest/cmake/linker_script/common/
Ddebug-sections.cmake5 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)
18 zephyr_linker_section(NAME .debug ADDRESS 0)
19 zephyr_linker_section(NAME .line ADDRESS 0)
[all …]
/Zephyr-latest/include/zephyr/drivers/i3c/
Daddresses.h11 * @brief I3C Address-related Helper Code
12 * @defgroup i3c_addresses I3C Address-related Helper Code
26 /** Broadcast Address on I3C bus. */
35 * Enum to indicate whether an address is reserved, has I2C/I3C device attached,
39 /** Address has not device attached. */
42 /** Address is reserved. */
45 /** Address is associated with an I3C device. */
48 /** Address is associated with an I2C device. */
64 * @brief Initialize the I3C address slots struct.
66 * This clears out the assigned address bits, and set the reserved
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Daddr.h2 * @brief Bluetooth device address definitions and utilities.
23 * @brief Bluetooth device address definitions and utilities.
24 * @defgroup bt_addr Device Address
33 #define BT_ADDR_LE_UNRESOLVED 0xFE /* Resolvable Private Address
36 #define BT_ADDR_LE_ANONYMOUS 0xFF /* No address provided
40 /** Length in bytes of a standard Bluetooth address */
43 /** Bluetooth Device Address */
49 /** Length in bytes of an LE Bluetooth address. Not packed, so no sizeof() */
52 /** Bluetooth LE Device Address */
58 /* Global Bluetooth address constants defined in bluetooth/common/addr.c */
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h18 bt_addr_le_t address; member
23 bt_addr_le_t address; member
28 bt_addr_le_t address; member
33 bt_addr_le_t address; member
39 bt_addr_le_t address; member
44 bt_addr_le_t address; member
50 bt_addr_le_t address; member
55 bt_addr_le_t address; member
60 bt_addr_le_t address; member
65 bt_addr_le_t address; member
[all …]
Dbtp_ccp.h18 bt_addr_le_t address; member
23 bt_addr_le_t address; member
30 bt_addr_le_t address; member
37 bt_addr_le_t address; member
45 bt_addr_le_t address; member
51 bt_addr_le_t address; member
57 bt_addr_le_t address; member
63 bt_addr_le_t address; member
69 bt_addr_le_t address; member
75 bt_addr_le_t address; member
[all …]
Dbtp_vcp.h18 bt_addr_le_t address; member
23 bt_addr_le_t address; member
28 bt_addr_le_t address; member
33 bt_addr_le_t address; member
38 bt_addr_le_t address; member
43 bt_addr_le_t address; member
48 bt_addr_le_t address; member
53 bt_addr_le_t address; member
59 bt_addr_le_t address; member
64 bt_addr_le_t address; member
[all …]
Dbtp_bap.h19 bt_addr_le_t address; member
27 bt_addr_le_t address; member
101 bt_addr_le_t address; member
112 bt_addr_le_t address; member
118 bt_addr_le_t address; member
125 bt_addr_le_t address; member
130 bt_addr_le_t address; member
135 bt_addr_le_t address; member
140 bt_addr_le_t address; member
152 bt_addr_le_t address; member
[all …]
Dbtp_aics.h41 bt_addr_le_t address; member
47 bt_addr_le_t address; member
52 bt_addr_le_t address; member
57 bt_addr_le_t address; member
62 bt_addr_le_t address; member
76 bt_addr_le_t address; member
81 bt_addr_le_t address; member
86 bt_addr_le_t address; member
91 bt_addr_le_t address; member
96 bt_addr_le_t address; member
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
DKconfig64 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"
78 Byte 0 of the MAC address.
81 hex "Chassis ID MAC Address Byte 1"
85 Byte 1 of the MAC address.
88 hex "Chassis ID MAC Address Byte 2"
92 Byte 2 of the MAC address.
95 hex "Chassis ID MAC Address Byte 3"
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Ddavicom,dm8806-phy.yaml16 5-bit PHY address for Internal PHY Registers group of Davicom DM8806 MAC
20 communicate with all of them. Each MAC PHY has its own PHY address, which
21 together with Register address creates the absolute address of the
23 communication standard. Below example shows how the PHY address and
24 Register address are glued together in Internal PHY Registers group:
27 Port0: (5-bit PHY Address) + (5-bit Register address) = Absolute address
29 Absolute address is the address of the concrete register in MAC PHY0
34 5-bit PHY address for Switch Per-Port Registers group of Davicom DM8806
39 address, which together with Register address creates the absolute address
41 communication standard. Below example shows how the PHY address and
[all …]
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_common.h31 * @param address Memory address to write to
34 void ft8xx_wr8(uint32_t address, uint8_t data);
39 * @param address Memory address to write to
42 void ft8xx_wr16(uint32_t address, uint16_t data);
47 * @param address Memory address to write to
50 void ft8xx_wr32(uint32_t address, uint32_t data);
55 * @param address Memory address to read from
59 uint8_t ft8xx_rd8(uint32_t address);
64 * @param address Memory address to read from
68 uint16_t ft8xx_rd16(uint32_t address);
[all …]
/Zephyr-latest/include/zephyr/net/
Dnet_linkaddr.h9 * @brief Public API for network link address
24 * @brief Network link address library
25 * @defgroup net_linkaddr Network Link Address Library
32 /** Maximum length of the link address */
44 * Type of the link address. This indicates the network technology that this
45 * address is used in. Note that in order to save space we store the value
50 /** Unknown link address type. */
52 /** IEEE 802.15.4 link address. */
54 /** Bluetooth IPSP link address. */
56 /** Ethernet link address. */
[all …]
Dnet_ip.h4 * Generic IPv6 and IPv4 address definitions.
53 /* Address families. */
54 #define AF_UNSPEC PF_UNSPEC /**< Unspecified address family. */
142 /** IPv6 address struct */
145 uint8_t s6_addr[16]; /**< IPv6 address buffer */
151 /** Binary size of the IPv6 address */
154 /** IPv4 address struct */
157 uint8_t s4_addr[4]; /**< IPv4 address buffer */
164 /** Binary size of the IPv4 address */
167 /** Socket address family type */
[all …]
/Zephyr-latest/drivers/ethernet/phy/
Dphy_dm8806_priv.h44 /* Address Table Control And Status Register PHY Address */
46 /* Address Table Control And Status Register Register SAddress */
49 /* Address Table Access bussy flag offset */
51 /* Address Table Command Result flag offset */
53 /* Address Table Command Result flag mask */
56 /* Unicast Address Table Index*/
58 /* Multicast Address Table Index*/
63 /* Read a entry with sequence number of address table */
65 /* Write a entry with MAC address */
67 /* Delete a entry with MAC address */
[all …]
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_common.c12 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()
40 uint8_t ft8xx_rd8(uint32_t address) in ft8xx_rd8() argument
[all …]
/Zephyr-latest/arch/arm/include/cortex_m/
Dcmse.h31 * Address information retrieval based on the TT instructions.
34 * security states and privilege levels have on memory at a specified address
38 * @brief Get the MPU region number of an address
40 * Return the non-negative MPU region that the address maps to,
47 * - the given address matches a single, enabled MPU region
49 * @param addr The address for which the MPU region is requested
56 * @brief Read accessibility of an address
63 * - if the address matches multiple MPU regions.
65 * @param addr The address for which the readability is requested
66 * @param force_npriv Instruct to return the readability of the address
[all …]
/Zephyr-latest/drivers/ieee802154/
DKconfig.uart_pipe20 bool "Random MAC address"
23 Generate a random MAC address dynamically.
28 hex "MAC Address Byte 4"
32 This is the byte 4 of the MAC address.
35 hex "MAC Address Byte 5"
39 This is the byte 5 of the MAC address.
42 hex "MAC Address Byte 6"
46 This is the byte 6 of the MAC address.
49 hex "MAC Address Byte 7"
53 This is the byte 7 of the MAC address.
DKconfig.b9134 bool "Random MAC address"
37 Generate a random MAC address dynamically.
42 hex "MAC Address Byte 4"
46 This is the byte 4 of the MAC address.
49 hex "MAC Address Byte 5"
53 This is the byte 5 of the MAC address.
56 hex "MAC Address Byte 6"
60 This is the byte 6 of the MAC address.
63 hex "MAC Address Byte 7"
67 This is the byte 7 of the MAC address.
/Zephyr-latest/include/zephyr/kernel/internal/
Dmm.h21 * @brief Address offset of permanent virtual mapping from physical address.
23 * This is the offset to subtract from a virtual address mapped in the
24 * kernel's permanent mapping of RAM, to obtain its physical address.
48 * @brief Get physical address from virtual address.
52 * @param virt Virtual address
54 * @return Physical address.
59 * @brief Get virtual address from physical address.
63 * @param phys Physical address
65 * @return Virtual address.
87 * @brief Get physical address from virtual address.
[all …]
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c21 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
35 return (memcmp(address, ml_prefix->m8, sizeof(ml_prefix->m8)) == 0); in is_mesh_local()
105 const otNetifAddress *address; in add_ipv6_addr_to_zephyr() local
108 for (address = otIp6GetUnicastAddresses(context->instance); in add_ipv6_addr_to_zephyr()
109 address; address = address->mNext) { in add_ipv6_addr_to_zephyr()
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_lookup_id_addr/src/
Dmain.c36 * Test returning the same address pointer passed when 'CONFIG_BT_SMP' isn't enabled
40 * - A valid address reference is used
44 * - bt_lookup_id_addr() returns the same address pointer used as an argument
58 zassert_true(returned_addr == addr, "Incorrect address was returned"); in ZTEST()
62 * Test returning the same address pointer passed when 'CONFIG_BT_SMP' is enabled, but the
63 * address couldn't be resolved by bt_keys_find_irk().
67 * - A valid address reference is used
68 * - bt_keys_find_irk() returns NULL (which represents that address couldn't be resolved)
72 * - bt_lookup_id_addr() returns the same address pointer used as an argument
88 zassert_true(returned_addr == addr, "Incorrect address was returned"); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/src/
Dmain.c34 * 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'
44 * - Address type reference is updated
59 "Address type reference was incorrectly set"); in ZTEST()
63 * Test setting connection own address while 'CONFIG_BT_PRIVACY' isn't enabled.
64 * If the default identity has an RPA address of type 'BT_HCI_OWN_ADDR_RANDOM',
65 * set_random_address() is called and address type reference is updated upon success.
68 * - Default identity has an address with the type 'BT_HCI_OWN_ADDR_RANDOM'
[all …]
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py11 def __init__(self, address, timeout = 1): argument
12 self.address = address
19 return self.address
68 data, address = sock.recvfrom(4096)
70 print(f'udp received {len(data)} bytes -> {address[0]}:{address[1]}')
72 session = self._get_session_by_address_(address)
81 def _get_session_by_address_(self, address) -> TEUDPReceiveSession: argument
84 if session.get_address() == address:
88 print(f'Created session for {address[0]}:{address[1]}')
89 self.sessions.append(TEUDPReceiveSession(address, 2))
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dmain.c36 /* This is required to test when the generated address already exists in the ID list */ in bt_addr_le_create_static_custom_fake()
48 * As a NULL is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is set,
49 * a new random address is generated.
52 * - Input address is NULL
58 * - A new identity is created and the address is loaded to bt_dev.id_addr[]
77 "Incorrect address was set"); in ZTEST()
81 * Test creating a new identity and ensure that the generated address isn't in the ID list.
82 * As a NULL is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is set,
83 * a new random address is generated.
86 * - Input address is NULL
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_reset/src/
Dmain.c41 /* This is required to test when the generated address already exists in the ID list */ in bt_addr_le_create_static_custom_fake()
52 * Test resetting an ID while using a NULL value for the address.
53 * As a NULL is passed to bt_id_reset() for the address and 'BT_DEV_ENABLE' is set,
54 * a new random address is generated.
57 * - Input address is NULL
63 * - A new identity is created and the address is loaded to bt_dev.id_addr[]
85 sizeof(bt_addr_le_t), "Incorrect address was set"); in ZTEST()
89 * Test resetting an identity and generating a new one while ensuring that the generated address
90 * isn't in the ID list. As a NULL is passed to bt_id_reset() for the address and 'BT_DEV_ENABLE'
91 * is set, a new random address is generated.
[all …]

12345678910>>...118