/Zephyr-latest/tests/bluetooth/qualification/ |
D | ICS_Zephyr_Bluetooth_Host.pts | 9 <table>27c</table> 13 <table>17b</table> 17 <table>35</table> 21 <table>11b</table> 25 <table>11c</table> 29 <table>17a</table> 33 <table>35</table> 37 <table>14a</table> 41 <table>23</table> 45 <table>27b</table> [all …]
|
D | ICS_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.pts | 9 <table>21</table> 13 <table>51</table> 20 <table>1</table> 24 <table>2</table> 31 <table>9</table> 35 <table>1</table> 39 <table>1</table> 43 <table>1</table> 47 <table>1</table> 51 <table>1</table> [all …]
|
D | ICS_Zephyr_Bluetooth_Controller_nrf52dk_nrf52832.pts | 9 <table>21</table> 13 <table>51</table> 20 <table>1</table> 24 <table>2</table> 31 <table>1</table> 35 <table>1</table> 39 <table>1</table> 43 <table>1</table> 47 <table>1</table> 51 <table>10</table> [all …]
|
D | ICS_Zephyr_Bluetooth_Controller_nrf52833dk_nrf52833.pts | 9 <table>21</table> 13 <table>51</table> 20 <table>1</table> 24 <table>2</table> 31 <table>9</table> 35 <table>1</table> 39 <table>1</table> 43 <table>1</table> 47 <table>1</table> 51 <table>1</table> [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | nbr.h | 62 /** Pointer to the start of data in the neighbor table. */ 90 /** Function to be called when the table is cleared. */ 91 void (*const clear)(struct net_nbr_table *table); 100 /* Type of the table can be NET_NBR_LOCAL or NET_NBR_GLOBAL 104 struct net_nbr_table table; \ 106 .table = { \ 139 * @brief Get a free neighbor from specific table. 140 * @param table Neighbor table 143 struct net_nbr *net_nbr_get(struct net_nbr_table *table); 146 * @brief Find a neighbor from specific table. [all …]
|
D | nbr.c | 1 /* nbr.c - Neighbor table management */ 68 struct net_nbr *net_nbr_get(struct net_nbr_table *table) in net_nbr_get() argument 72 for (i = 0; i < table->nbr_count; i++) { in net_nbr_get() 73 struct net_nbr *nbr = get_nbr(table->nbr, i); in net_nbr_get() 159 struct net_nbr *net_nbr_lookup(struct net_nbr_table *table, in net_nbr_lookup() argument 165 for (i = 0; i < table->nbr_count; i++) { in net_nbr_lookup() 166 struct net_nbr *nbr = get_nbr(table->nbr, i); in net_nbr_lookup() 188 void net_nbr_clear_table(struct net_nbr_table *table) in net_nbr_clear_table() argument 192 for (i = 0; i < table->nbr_count; i++) { in net_nbr_clear_table() 193 struct net_nbr *nbr = get_nbr(table->nbr, i); in net_nbr_clear_table() [all …]
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tc.h | 32 * See Table 4-3 VBUS Sink Characteristics 38 * See Table 4-3 VBUS Sink Characteristics 45 * See Table 4-29 VBUS and VCONN Timing Parameters 52 * See Table 4-29 VBUS and VCONN Timing Parameters 58 * See Table 4-29 VBUS and VCONN Timing Parameters 64 * until the Sink sources minimum VCONN voltage (see Table 4-5) 65 * See Table 4-29 VBUS and VCONN Timing Parameters 72 * See Table 4-29 VBUS and VCONN Timing Parameters 79 * See Table 4-29 VBUS and VCONN Timing Parameters 85 * See Table 4-30 DRP Timing Parameters [all …]
|
/Zephyr-latest/tests/arch/arm64/arm64_gicv3_its/boards/ |
D | fvp_base_revc_2xaemv8a.conf | 2 # - LPI prop table: global 1x64K aligned on 64K 3 # - LPI pend table: for each redistributor/cpu 1x64K aligned on 64K 4 # - Devices table: 128x4K aligned on 4K 5 # - Interrupt Collections table: 1x4K aligned on 4K 11 # This doesn't necessarily include the Interrupt Translation Table, which are 12 # 256bytes aligned tables, for reference a 32 ITEs table needs 256bytes.
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ |
D | Kconfig | 5 # - LPI prop table: global 1x64K aligned on 64K 6 # - LPI pend table: for each redistributor/cpu 1x64K aligned on 64K 7 # - Devices table: 128x4K aligned on 4K 8 # - Interrupt Collections table: 1x4K aligned on 4K 14 # This doesn't necessarily include the Interrupt Translation Table, which are 15 # 256bytes aligned tables, for reference a 32 ITEs table needs 256bytes.
|
/Zephyr-latest/tests/arch/arm/arm_sw_vector_relay/src/ |
D | arm_sw_vector_relay.c | 23 /* Verify that the vector relay table entries (except first two in ZTEST() 33 "vector relay table not pointing to the relay handler: 0x%x, 0x%x\n", in ZTEST() 42 /* Verify that the forwarding vector table and the real in ZTEST() 43 * interrupt vector table respect the VTOR.TBLOFF alignment in ZTEST() 49 "vector table not properly aligned: 0x%x\n", in ZTEST() 52 "vector relay table not properly aligned: 0x%x\n", in ZTEST() 55 /* Verify that the VTOR points to the real vector table, in ZTEST() 56 * NOT the table that contains the forwarding function. in ZTEST() 59 "VTOR not pointing to the real vector table\n"); in ZTEST() 65 "vector table pointer not pointing to vector start, 0x%x, 0x%x\n", in ZTEST()
|
/Zephyr-latest/subsys/debug/symtab/ |
D | Kconfig | 5 bool "Generate symbol table" 7 Generate the symbol table with the offset and name of every 9 The symbol table can be accessed by including the 17 bool "Symbol table shell commands" 20 Shell commands to access the symbol table.
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_dm8806_priv.h | 44 /* 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*/ 60 /* IGMP Table Index*/ 63 /* Read a entry with sequence number of address table */ 74 /* Address Table Data 0 PHY Address */ [all …]
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | battery.h | 40 /* Length of open circuit voltage table */ 52 * @brief Get the OCV curve for a given table 55 * @param table table to retrieve 57 #define BATTERY_OCV_TABLE_DT_GET(node_id, table) \ argument 58 COND_CODE_1(DT_NODE_HAS_PROP(node_id, table), \ 59 ({DT_FOREACH_PROP_ELEM_SEP(node_id, table, DT_PROP_BY_IDX, (,))}), ({-1})) 62 * @brief Convert an OCV table and battery voltage to a charge percentage
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg_cli.h | 48 /** @brief Optional callback for Bridging Table Size Status message. 50 * Handles received Bridging Table Size Status messages from a Bridge 59 /** @brief Optional callback for Bridging Table Status message. 61 * Handles received Bridging Table status messages from a Bridge 83 /** @brief Optional callback for Bridging Table List message. 85 * Handles received Bridging Table List messages from a Bridge 157 /** @brief Sends a Bridging Table Size Get message to the given destination 160 * This function sends a Bridging Table Size Get message to the given 162 * Table of the node. The Bridging Table size indicates the maximum number of 163 * entries that can be stored in the Bridging Table. The function expects a [all …]
|
D | brg_cfg.h | 36 /** Bridging Table state entry corresponding to a entry in the Bridging Table. */ 50 /** Bridging Table Status response */ 54 /** Requested Bridging Table entry */ 58 /** Used to filter set of pairs of NetKey Indexes from the Bridging Table */ 75 /** Bridging Table List response */ 83 /** Start offset in units of bridging table state entries */
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 2 Manifest Revisions Table 5 This extension allows to render a table containing the revisions of the projects 11 This extension introduces a new directive: ``manifest-projects-table``. It can 14 .. manifest-projects-table:: 42 """Manifest revisions table.""" 87 # build table 88 table = nodes.table() 93 table += tgroup 131 return [table] 137 directives.register_directive("manifest-projects-table", ManifestProjectsTable)
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 45 from identity-mapped physical addresses after we program this table 51 we must know a priori the physical address of each table. The linker 92 # Page table entry flags 110 # to get table from back of list. 142 """Translate page table flags into string""" 184 """Represents a particular table in a set of page tables, at any level""" 191 """Return a bytearray representation of this table""" 209 the appropriate index in the table for it""" 220 """Struct packing letter code for table entries. Either I for 226 """Number of entries in the table. Varies by table type and paging [all …]
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 57 tx-pwr-table: 61 This is the Transmission Power Mapping Table array used to comply with 65 the size of the tx-pwr-table array property. The max entry value for 72 / (sizeof(tx-pwr-table) - 1.0); 74 output_power = tx-pwr-table[table_index]; 78 tx-pwr-table array. The table array is filled from higher to lower power. 82 tx-pwr-table = [00 01 03 04 05 05 06 06 89 The values in the table are filled based on table 9-9 [TX Output Power] 97 output_power = tx-pwr-table[9] => 0x07 ( 0 dBm as table 9-9 ) 101 first element of the tx-pwr-table array, which is 0x00 by default. This [all …]
|
/Zephyr-latest/soc/st/stm32/stm32f0x/ |
D | soc.c | 25 * @brief Relocate vector table to SRAM. 30 * vector table to SRAM to be able to replace the vectors pointing to the 34 * vector table. 38 * adds a vector table relay handler and a vector relay table, to relay 39 * interrupts based on a vector table pointer. 44 * pretend to be a bootloader if the SRAM vector table is not needed.
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | exc_exit.c | 13 * interrupts that are installed directly in the vector table (i.e. that are not 24 * directly in vector table 27 * table to get the lowest interrupt latency possible. This allows the ISR to 28 * be invoked directly without going through a software interrupt table. 31 * interrupt table do this automatically via a wrapper, ISRs connected directly 32 * in the vector table must invoke z_arm_int_exit() as the *very last* action 50 * directly in vector table
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg.rst | 57 Bridging Table 60 The Bridging Table contains the entries for the subnets that are bridged by the node, and is managed 63 The maximum number of entries in the bridging table is defined by the 77 The Bridge Configuration Client can add or remove an entry from the Bridging Table by sending a 78 **Bridging Table Add** or **Bridging Table Remove** message to the Bridge Configuration 94 - *Bridging Table*: This state holds the bridging table. The Client can request a list of 95 entries from a Bridging Table by sending a **Bridging Table Get** message to the target node using 102 - *Bridging Table Size*: This state reports the maximum number of entries the Bridging Table can 103 store. The Client can retrieve this information by sending a **Bridging Table Size Get** message 127 Replay protection and Bridging Table [all …]
|
/Zephyr-latest/lib/open-amp/ |
D | Kconfig | 8 bool "coprocessor resource table" 11 add the resource table in the generated binary. This table is 15 int "Resource table number of rpmsg buffers"
|
/Zephyr-latest/arch/common/ |
D | isr_tables.c | 49 /* Some arches don't use a vector table, they have a common exception entry 50 * point for all interrupts. Don't generate a table in this case. 53 /* When both the IRQ vector table and the software ISR table are used, populate 54 * the IRQ vector table with the common software ISR by default, such that all 55 * indirect interrupt vectors are handled using the software ISR table; 56 * otherwise, populate the IRQ vector table with z_irq_spurious so that all 74 /* The IRQ vector table contains the jump opcodes towards the vector routine */ 80 /* The IRQ vector table is an array of vector addresses */
|
/Zephyr-latest/scripts/build/ |
D | llext_prepare_exptab.py | 7 Script to prepare the LLEXT exports table of a Zephyr ELF 10 table for usage at runtime by the LLEXT subsystem code. The table 15 exports table to allow usage of binary search algorithms at runtime. 17 of all exported functions are also injected in the export table by 59 #ELF Shdr flag applied to the export table section, to indicate 90 """Class used to wrap the LLEXT export table manipulation.""" 123 """Prepares the LLEXT export table of a Zephyr ELF. 143 In the linker script, we declare the export names table 148 The export table is sorted by SLID in ASCENDING order. 161 #1) Load the export table [all …]
|
/Zephyr-latest/scripts/utils/ |
D | ntc_thermistor_table.py | 7 Zephyr's NTC Thermistor DTS Table generator 11 "zephyr,compensation-table" property. This uses the Beta Parameter Equation 49 print(f"/* NTC Thermistor Table Generated with {os.path.basename(__file__)} */\n") 54 table = [] 57 table.append(f"<({int(temp)}) {int(resistance)}>") 59 tbl_string = ',\n\t\t'.join(table) 60 print(f"\tzephyr,compensation-table = {tbl_string};") 77 help="Generated table interval",
|